Package generated
Class ResourceDescriptionBaseCT
- java.lang.Object
-
- generated.ResourceDescriptionBaseCT
-
public class ResourceDescriptionBaseCT extends Object
CT for resource apis base definitionJava 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 Summary
Fields Modifier and Type Field Description protected String
defaultNamespaceURI
protected String
schemaVersion
protected XMLSchemaCT
xmlSchema
protected List<String>
xslthtmlDoc
-
Constructor Summary
Constructors Constructor Description ResourceDescriptionBaseCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultNamespaceURI()
Gets the value of the defaultNamespaceURI property.String
getSchemaVersion()
Gets the value of the schemaVersion property.XMLSchemaCT
getXMLSchema()
Gets the value of the xmlSchema property.List<String>
getXSLTHTMLDoc()
Gets the value of the xslthtmlDoc property.void
setDefaultNamespaceURI(String value)
Sets the value of the defaultNamespaceURI property.void
setSchemaVersion(String value)
Sets the value of the schemaVersion property.void
setXMLSchema(XMLSchemaCT value)
Sets the value of the xmlSchema property.
-
-
-
Field Detail
-
defaultNamespaceURI
protected String defaultNamespaceURI
-
xmlSchema
protected XMLSchemaCT xmlSchema
-
schemaVersion
protected String schemaVersion
-
-
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 isString
-
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 isXMLSchemaCT
-
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
-
-