Class Sequence


  • public class Sequence
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="checksum" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • content

        protected String content
      • length

        protected int length
      • checksum

        protected String checksum
    • Constructor Detail

      • Sequence

        public Sequence()
    • Method Detail

      • getContent

        public String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

        public void setContent​(String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • getLength

        public int getLength()
        Gets the value of the length property.
        Returns:
        an int value.
      • setLength

        public void setLength​(int value)
        Sets the value of the length property.
        Parameters:
        value - an int value.
      • getChecksum

        public String getChecksum()
        Gets the value of the checksum property.
        Returns:
        possible object is String
      • setChecksum

        public void setChecksum​(String value)
        Sets the value of the checksum property.
        Parameters:
        value - allowed object is String