Class ProgramVersionType


  • public class ProgramVersionType
    extends Object

    Java class for programVersionType complex type.

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

     <complexType name="programVersionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="copyright" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="build_date" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="build_time" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="compiler_ident" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="configuration" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • version

        protected String version
      • copyright

        protected String copyright
      • buildDate

        protected String buildDate
      • buildTime

        protected String buildTime
      • compilerIdent

        protected String compilerIdent
      • configuration

        protected String configuration
    • Constructor Detail

      • ProgramVersionType

        public ProgramVersionType()
    • 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
      • getCopyright

        public String getCopyright()
        Gets the value of the copyright property.
        Returns:
        possible object is String
      • setCopyright

        public void setCopyright​(String value)
        Sets the value of the copyright property.
        Parameters:
        value - allowed object is String
      • getBuildDate

        public String getBuildDate()
        Gets the value of the buildDate property.
        Returns:
        possible object is String
      • setBuildDate

        public void setBuildDate​(String value)
        Sets the value of the buildDate property.
        Parameters:
        value - allowed object is String
      • getBuildTime

        public String getBuildTime()
        Gets the value of the buildTime property.
        Returns:
        possible object is String
      • setBuildTime

        public void setBuildTime​(String value)
        Sets the value of the buildTime property.
        Parameters:
        value - allowed object is String
      • getCompilerIdent

        public String getCompilerIdent()
        Gets the value of the compilerIdent property.
        Returns:
        possible object is String
      • setCompilerIdent

        public void setCompilerIdent​(String value)
        Sets the value of the compilerIdent property.
        Parameters:
        value - allowed object is String
      • getConfiguration

        public String getConfiguration()
        Gets the value of the configuration property.
        Returns:
        possible object is String
      • setConfiguration

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