org.plasma.config
Class ImplementationProvisioning
java.lang.Object
org.plasma.config.Configuration
org.plasma.config.ClassProvisioning
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
childPackageName
protected String childPackageName
ImplementationProvisioning
public ImplementationProvisioning()
getChildPackageName
public String getChildPackageName()
- Gets the value of the childPackageName property.
- Returns:
- possible object is
String
setChildPackageName
public void setChildPackageName(String value)
- Sets the value of the childPackageName property.
- Parameters:
value - allowed object is
String
Copyright © 2013. All rights reserved.