org.plasma.config
Class ImplementationProvisioning

java.lang.Object
  extended by org.plasma.config.Configuration
      extended by org.plasma.config.ClassProvisioning
          extended by org.plasma.config.ImplementationProvisioning

public class ImplementationProvisioning
extends ClassProvisioning

specific provisioning properties for implementation classes under this context

Java class for ImplementationProvisioning complex type.

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

 <complexType name="ImplementationProvisioning">
   <complexContent>
     <extension base="{http://www.plasma.org/config}ClassProvisioning">
       <attribute name="childPackageName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String childPackageName
           
 
Fields inherited from class org.plasma.config.ClassProvisioning
classNamePrefix, classNameSuffix
 
Fields inherited from class org.plasma.config.Configuration
properties
 
Constructor Summary
ImplementationProvisioning()
           
 
Method Summary
 java.lang.String getChildPackageName()
          Gets the value of the childPackageName property.
 void setChildPackageName(java.lang.String value)
          Sets the value of the childPackageName property.
 
Methods inherited from class org.plasma.config.ClassProvisioning
getClassNamePrefix, getClassNameSuffix, setClassNamePrefix, setClassNameSuffix
 
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

childPackageName

protected java.lang.String childPackageName
Constructor Detail

ImplementationProvisioning

public ImplementationProvisioning()
Method Detail

getChildPackageName

public java.lang.String getChildPackageName()
Gets the value of the childPackageName property.

Returns:
possible object is String

setChildPackageName

public void setChildPackageName(java.lang.String value)
Sets the value of the childPackageName property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.