Class BugCollection.History.AppVersion

  • Enclosing class:
    BugCollection.History

    public static class BugCollection.History.AppVersion
    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="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
           <attribute name="release" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="codeSize" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="numClasses" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • sequence

        protected long sequence
      • release

        protected String release
      • codeSize

        protected long codeSize
      • numClasses

        protected long numClasses
    • Constructor Detail

      • AppVersion

        public AppVersion()
    • Method Detail

      • getSequence

        public long getSequence()
        Gets the value of the sequence property.
      • setSequence

        public void setSequence​(long value)
        Sets the value of the sequence property.
      • getTimestamp

        public BigInteger getTimestamp()
        Gets the value of the timestamp property.
        Returns:
        possible object is BigInteger
      • setTimestamp

        public void setTimestamp​(BigInteger value)
        Sets the value of the timestamp property.
        Parameters:
        value - allowed object is BigInteger
      • getRelease

        public String getRelease()
        Gets the value of the release property.
        Returns:
        possible object is String
      • setRelease

        public void setRelease​(String value)
        Sets the value of the release property.
        Parameters:
        value - allowed object is String
      • getCodeSize

        public long getCodeSize()
        Gets the value of the codeSize property.
      • setCodeSize

        public void setCodeSize​(long value)
        Sets the value of the codeSize property.
      • getNumClasses

        public long getNumClasses()
        Gets the value of the numClasses property.
      • setNumClasses

        public void setNumClasses​(long value)
        Sets the value of the numClasses property.