org.plasma.config
Class NamespaceProvisioning

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

public class NamespaceProvisioning
extends Configuration

Java class for NamespaceProvisioning complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NamespaceProvisioning">
   <complexContent>
     <extension base="{http://www.plasma.org/config}Configuration">
       <sequence>
         <element name="Interface" type="{http://www.plasma.org/config}InterfaceProvisioning" minOccurs="0"/>
         <element name="Implementation" type="{http://www.plasma.org/config}ImplementationProvisioning" minOccurs="0"/>
         <element name="QueryDSL" type="{http://www.plasma.org/config}QueryDSLProvisioning" minOccurs="0"/>
       </sequence>
       <attribute name="packageName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  InterfaceProvisioning _interface
           
protected  ImplementationProvisioning implementation
           
protected  java.lang.String packageName
           
protected  QueryDSLProvisioning queryDSL
           
 
Fields inherited from class org.plasma.config.Configuration
properties
 
Constructor Summary
NamespaceProvisioning()
           
 
Method Summary
 ImplementationProvisioning getImplementation()
          Gets the value of the implementation property.
 InterfaceProvisioning getInterface()
          Gets the value of the interface property.
 java.lang.String getPackageName()
          Gets the value of the packageName property.
 QueryDSLProvisioning getQueryDSL()
          Gets the value of the queryDSL property.
 void setImplementation(ImplementationProvisioning value)
          Sets the value of the implementation property.
 void setInterface(InterfaceProvisioning value)
          Sets the value of the interface property.
 void setPackageName(java.lang.String value)
          Sets the value of the packageName property.
 void setQueryDSL(QueryDSLProvisioning value)
          Sets the value of the queryDSL 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

_interface

protected InterfaceProvisioning _interface

implementation

protected ImplementationProvisioning implementation

queryDSL

protected QueryDSLProvisioning queryDSL

packageName

protected java.lang.String packageName
Constructor Detail

NamespaceProvisioning

public NamespaceProvisioning()
Method Detail

getInterface

public InterfaceProvisioning getInterface()
Gets the value of the interface property.

Returns:
possible object is InterfaceProvisioning

setInterface

public void setInterface(InterfaceProvisioning value)
Sets the value of the interface property.

Parameters:
value - allowed object is InterfaceProvisioning

getImplementation

public ImplementationProvisioning getImplementation()
Gets the value of the implementation property.

Returns:
possible object is ImplementationProvisioning

setImplementation

public void setImplementation(ImplementationProvisioning value)
Sets the value of the implementation property.

Parameters:
value - allowed object is ImplementationProvisioning

getQueryDSL

public QueryDSLProvisioning getQueryDSL()
Gets the value of the queryDSL property.

Returns:
possible object is QueryDSLProvisioning

setQueryDSL

public void setQueryDSL(QueryDSLProvisioning value)
Sets the value of the queryDSL property.

Parameters:
value - allowed object is QueryDSLProvisioning

getPackageName

public java.lang.String getPackageName()
Gets the value of the packageName property.

Returns:
possible object is String

setPackageName

public void setPackageName(java.lang.String value)
Sets the value of the packageName property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.