public class NamespaceContext extends Object
Java class for NamespaceContext complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamespaceContext">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="qnameContext" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="globalSimpleTypeDatatypeID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="globalComplexTypeGrammarID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
</choice>
<element name="globalElementGrammarID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="globalAttributeDatatypeID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
</sequence>
<attribute name="localName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="namespaceURI" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NamespaceContext.QnameContext
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
namespaceURI |
protected List<NamespaceContext.QnameContext> |
qnameContext |
| Constructor and Description |
|---|
NamespaceContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceURI()
Gets the value of the namespaceURI property.
|
List<NamespaceContext.QnameContext> |
getQnameContext()
Gets the value of the qnameContext property.
|
void |
setNamespaceURI(String value)
Sets the value of the namespaceURI property.
|
protected List<NamespaceContext.QnameContext> qnameContext
protected String namespaceURI
public List<NamespaceContext.QnameContext> getQnameContext()
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 qnameContext property.
For example, to add a new item, do as follows:
getQnameContext().add(newItem);
Objects of the following type(s) are allowed in the list
NamespaceContext.QnameContext
public String getNamespaceURI()
StringCopyright © 2018 Siemens AG. All rights reserved.