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(javax.xml.bind.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
String
public String getSchemaRef()
String
public void setSchemaRef(String value)
value
- allowed object is
String
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public String getSchemaLanguage()
String
public void setSchemaLanguage(String value)
value
- allowed object is
String
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.