Class VersionCT


  • public class VersionCT
    extends Object
    Version

    Java class for Version_CT complex type.

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

     <complexType name="Version_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="VersionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • VersionCT

        public VersionCT()
    • Method Detail

      • getVersionNumber

        public String getVersionNumber()
        Gets the value of the versionNumber property.
        Returns:
        possible object is String
      • setVersionNumber

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