Package generated

Class ResourceDescriptionBaseCT

  • Direct Known Subclasses:
    ARDApiCT, RDApiCT

    public class ResourceDescriptionBaseCT
    extends Object
    CT for resource apis base definition

    Java class for ResourceDescriptionBaseCT complex type.

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

     <complexType name="ResourceDescriptionBaseCT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DefaultNamespaceURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="XMLSchema" type="{}XMLSchemaCT" minOccurs="0"/>
             <element name="XSLT_HTMLDoc" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="schemaVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • defaultNamespaceURI

        protected String defaultNamespaceURI
      • schemaVersion

        protected String schemaVersion
    • Constructor Detail

      • ResourceDescriptionBaseCT

        public ResourceDescriptionBaseCT()
    • Method Detail

      • getDefaultNamespaceURI

        public String getDefaultNamespaceURI()
        Gets the value of the defaultNamespaceURI property.
        Returns:
        possible object is String
      • setDefaultNamespaceURI

        public void setDefaultNamespaceURI​(String value)
        Sets the value of the defaultNamespaceURI property.
        Parameters:
        value - allowed object is String
      • getXMLSchema

        public XMLSchemaCT getXMLSchema()
        Gets the value of the xmlSchema property.
        Returns:
        possible object is XMLSchemaCT
      • setXMLSchema

        public void setXMLSchema​(XMLSchemaCT value)
        Sets the value of the xmlSchema property.
        Parameters:
        value - allowed object is XMLSchemaCT
      • getXSLTHTMLDoc

        public List<String> getXSLTHTMLDoc()
        Gets the value of the xslthtmlDoc property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the xslthtmlDoc property.

        For example, to add a new item, do as follows:

            getXSLTHTMLDoc().add(newItem);
         

        Objects of the following type(s) are allowed in the list 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