|
||||||||||
| 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.NamespaceLink
public class NamespaceLink
Associates the parent element with an SDO namespace
Java class for NamespaceLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamespaceLink">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<sequence>
<element name="Provisioning" type="{http://www.plasma.org/config}NamespaceProvisioning" minOccurs="0"/>
</sequence>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected NamespaceProvisioning |
provisioning
|
protected String |
uri
|
| Fields inherited from class org.plasma.config.Configuration |
|---|
properties |
| Constructor Summary | |
|---|---|
NamespaceLink()
|
|
| Method Summary | |
|---|---|
NamespaceProvisioning |
getProvisioning()
Gets the value of the provisioning property. |
String |
getUri()
Gets the value of the uri property. |
void |
setProvisioning(NamespaceProvisioning value)
Sets the value of the provisioning property. |
void |
setUri(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 String uri
| Constructor Detail |
|---|
public NamespaceLink()
| Method Detail |
|---|
public NamespaceProvisioning getProvisioning()
NamespaceProvisioningpublic void setProvisioning(NamespaceProvisioning value)
value - allowed object is
NamespaceProvisioningpublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||