public class PermissionDataObj extends Object
Java class for permissionDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="permissionDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="permissionValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
permissionValue |
| Constructor and Description |
|---|
PermissionDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPermissionValue()
Gets the value of the permissionValue property.
|
void |
setPermissionValue(String value)
Sets the value of the permissionValue property.
|
Copyright © 2004-2013 Hudson. All Rights Reserved.