public class PermissionType
extends java.lang.Object
Java class for permissionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="permissionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="permissionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
permissionName |
| Constructor and Description |
|---|
PermissionType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPermissionName()
Gets the value of the permissionName property.
|
void |
setPermissionName(java.lang.String value)
Sets the value of the permissionName property.
|
public java.lang.String getPermissionName()
Stringpublic void setPermissionName(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.