public class CTSchema extends java.lang.Object implements Child
Java class for CT_Schema complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Schema">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SchemaRef" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Namespace" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SchemaLanguage" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
content |
protected java.lang.String |
id |
protected java.lang.String |
namespace |
protected java.lang.String |
schemaLanguage |
protected java.lang.String |
schemaRef |
| Constructor and Description |
|---|
CTSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.util.List<java.lang.Object> |
getContent()
Gets the value of the content property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.lang.String |
getNamespace()
Gets the value of the namespace property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getSchemaLanguage()
Gets the value of the schemaLanguage property.
|
java.lang.String |
getSchemaRef()
Gets the value of the schemaRef property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setNamespace(java.lang.String value)
Sets the value of the namespace property.
|
void |
setParent(java.lang.Object parent) |
void |
setSchemaLanguage(java.lang.String value)
Sets the value of the schemaLanguage property.
|
void |
setSchemaRef(java.lang.String value)
Sets the value of the schemaRef property.
|
protected java.util.List<java.lang.Object> content
protected java.lang.String id
protected java.lang.String schemaRef
protected java.lang.String namespace
protected java.lang.String schemaLanguage
public java.util.List<java.lang.Object> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
Object
public java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSchemaRef()
Stringpublic void setSchemaRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNamespace()
Stringpublic void setNamespace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSchemaLanguage()
Stringpublic void setSchemaLanguage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.