Class SchemaVersion


  • public class SchemaVersion
    extends Object

    Java class for schemaVersion complex type.

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

     <complexType name="schemaVersion">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="state" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="checksum" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="installed" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SchemaVersion

        public SchemaVersion()
    • Method Detail

      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String
      • getState

        public String getState()
        Gets the value of the state property.
        Returns:
        possible object is String
      • setState

        public void setState​(String value)
        Sets the value of the state property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getChecksum

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

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