public class NamespaceProvisioning extends Object
Java class for NamespaceProvisioning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamespaceProvisioning">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="packageName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="originatingPackageName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
originatingPackageName |
protected String |
packageName |
| Constructor and Description |
|---|
NamespaceProvisioning() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOriginatingPackageName()
Gets the value of the originatingPackageName property.
|
String |
getPackageName()
Gets the value of the packageName property.
|
void |
setOriginatingPackageName(String value)
Sets the value of the originatingPackageName property.
|
void |
setPackageName(String value)
Sets the value of the packageName property.
|
protected String packageName
protected String originatingPackageName
public String getPackageName()
Stringpublic void setPackageName(String value)
value - allowed object is
Stringpublic String getOriginatingPackageName()
StringCopyright © 2019. All rights reserved.