public class PermissionType extends 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 String |
permissionName |
| Constructor and Description |
|---|
PermissionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPermissionName()
Gets the value of the permissionName property.
|
void |
setPermissionName(String value)
Sets the value of the permissionName property.
|
Copyright © 2020. All rights reserved.