public class GlobalProvisioning extends Configuration
Java class for GlobalProvisioning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlobalProvisioning">
<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" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InterfaceProvisioning |
_interface |
protected ImplementationProvisioning |
implementation |
protected String |
packageName |
protected QueryDSLProvisioning |
queryDSL |
properties| Constructor and Description |
|---|
GlobalProvisioning() |
| Modifier and Type | Method and Description |
|---|---|
ImplementationProvisioning |
getImplementation()
Gets the value of the implementation property.
|
InterfaceProvisioning |
getInterface()
Gets the value of the interface property.
|
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(String value)
Sets the value of the packageName property.
|
void |
setQueryDSL(QueryDSLProvisioning value)
Sets the value of the queryDSL property.
|
getPropertiesprotected InterfaceProvisioning _interface
protected ImplementationProvisioning implementation
protected QueryDSLProvisioning queryDSL
protected String packageName
public InterfaceProvisioning getInterface()
InterfaceProvisioningpublic void setInterface(InterfaceProvisioning value)
value - allowed object is
InterfaceProvisioningpublic ImplementationProvisioning getImplementation()
ImplementationProvisioningpublic void setImplementation(ImplementationProvisioning value)
value - allowed object is
ImplementationProvisioningpublic QueryDSLProvisioning getQueryDSL()
QueryDSLProvisioningpublic void setQueryDSL(QueryDSLProvisioning value)
value - allowed object is
QueryDSLProvisioningpublic String getPackageName()
StringCopyright © 2017. All rights reserved.