public class CTSchema extends 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 List<Object> |
content |
protected String |
id |
protected String |
namespace |
protected String |
schemaLanguage |
protected String |
schemaRef |
| Constructor and Description |
|---|
CTSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
List<Object> |
getContent()
Gets the value of the content property.
|
String |
getID()
Gets the value of the id property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSchemaLanguage()
Gets the value of the schemaLanguage property.
|
String |
getSchemaRef()
Gets the value of the schemaRef property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setParent(Object parent) |
void |
setSchemaLanguage(String value)
Sets the value of the schemaLanguage property.
|
void |
setSchemaRef(String value)
Sets the value of the schemaRef property.
|
protected String id
protected String schemaRef
protected String namespace
protected String schemaLanguage
public List<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 void setID(String value)
value - allowed object is
Stringpublic String getSchemaRef()
Stringpublic void setSchemaRef(String value)
value - allowed object is
Stringpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getSchemaLanguage()
Stringpublic void setSchemaLanguage(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.