Package generated

Class XMLSchemaCT


  • public class XMLSchemaCT
    extends Object
    CT for XML schema

    Java class for XMLSchemaCT complex type.

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

     <complexType name="XMLSchemaCT">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
           <attribute name="schemaVersion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • schemaVersion

        protected String schemaVersion
    • Constructor Detail

      • XMLSchemaCT

        public XMLSchemaCT()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getSchemaVersion

        public String getSchemaVersion()
        Gets the value of the schemaVersion property.
        Returns:
        possible object is String
      • setSchemaVersion

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