public class Namespace extends Configuration
Java class for Namespace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Namespace">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<sequence>
<element name="Provisioning" type="{http://www.plasma.org/config}NamespaceProvisioning" minOccurs="0"/>
<element name="TypeBinding" type="{http://www.plasma.org/config}TypeBinding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="artifact" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
artifact |
protected NamespaceProvisioning |
provisioning |
protected List<TypeBinding> |
typeBindings |
protected String |
uri |
properties| Constructor and Description |
|---|
Namespace() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifact()
Gets the value of the artifact property.
|
NamespaceProvisioning |
getProvisioning()
Gets the value of the provisioning property.
|
List<TypeBinding> |
getTypeBindings()
Gets the value of the typeBindings property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setArtifact(String value)
Sets the value of the artifact property.
|
void |
setProvisioning(NamespaceProvisioning value)
Sets the value of the provisioning property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getPropertiesprotected NamespaceProvisioning provisioning
protected List<TypeBinding> typeBindings
protected String uri
protected String artifact
public NamespaceProvisioning getProvisioning()
NamespaceProvisioningpublic void setProvisioning(NamespaceProvisioning value)
value - allowed object is
NamespaceProvisioningpublic List<TypeBinding> getTypeBindings()
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 typeBindings property.
For example, to add a new item, do as follows:
getTypeBindings().add(newItem);
Objects of the following type(s) are allowed in the list
TypeBinding
public void setUri(String value)
value - allowed object is
Stringpublic String getArtifact()
StringCopyright © 2015. All rights reserved.