|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.config.Configuration
org.plasma.config.Namespace
public class Namespace
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>
| Field Summary | |
|---|---|
protected java.lang.String |
artifact
|
protected NamespaceProvisioning |
provisioning
|
protected java.util.List<TypeBinding> |
typeBindings
|
protected java.lang.String |
uri
|
| Fields inherited from class org.plasma.config.Configuration |
|---|
properties |
| Constructor Summary | |
|---|---|
Namespace()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getArtifact()
Gets the value of the artifact property. |
NamespaceProvisioning |
getProvisioning()
Gets the value of the provisioning property. |
java.util.List<TypeBinding> |
getTypeBindings()
Gets the value of the typeBindings property. |
java.lang.String |
getUri()
Gets the value of the uri property. |
void |
setArtifact(java.lang.String value)
Sets the value of the artifact property. |
void |
setProvisioning(NamespaceProvisioning value)
Sets the value of the provisioning property. |
void |
setUri(java.lang.String value)
Sets the value of the uri property. |
| Methods inherited from class org.plasma.config.Configuration |
|---|
getProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected NamespaceProvisioning provisioning
protected java.util.List<TypeBinding> typeBindings
protected java.lang.String uri
protected java.lang.String artifact
| Constructor Detail |
|---|
public Namespace()
| Method Detail |
|---|
public NamespaceProvisioning getProvisioning()
NamespaceProvisioningpublic void setProvisioning(NamespaceProvisioning value)
value - allowed object is
NamespaceProvisioningpublic java.util.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 java.lang.String getUri()
Stringpublic void setUri(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArtifact()
Stringpublic void setArtifact(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||