public class NamespaceLink extends Configuration
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>
| Modifier and Type | Field and Description |
|---|---|
protected NamespaceProvisioning |
provisioning |
protected String |
uri |
properties| Constructor and Description |
|---|
NamespaceLink() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getPropertiesprotected NamespaceProvisioning provisioning
protected String uri
public NamespaceProvisioning getProvisioning()
NamespaceProvisioningpublic void setProvisioning(NamespaceProvisioning value)
value - allowed object is
NamespaceProvisioningpublic String getUri()
StringCopyright © 2017. All rights reserved.