org.plasma.config
Class NamespaceLink

java.lang.Object
  extended by org.plasma.config.Configuration
      extended by org.plasma.config.NamespaceLink

public class NamespaceLink
extends Configuration

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  java.lang.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.
 java.lang.String getUri()
          Gets the value of the uri 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

provisioning

protected NamespaceProvisioning provisioning

uri

protected java.lang.String uri
Constructor Detail

NamespaceLink

public NamespaceLink()
Method Detail

getProvisioning

public NamespaceProvisioning getProvisioning()
Gets the value of the provisioning property.

Returns:
possible object is NamespaceProvisioning

setProvisioning

public void setProvisioning(NamespaceProvisioning value)
Sets the value of the provisioning property.

Parameters:
value - allowed object is NamespaceProvisioning

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.