public static class PermissionStatesXto.PermissionStateXto extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="permissionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://eclipse.org/stardust/ws/v2012a/api}PermissionState" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PermissionStatesXto.PermissionStateXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPermissionId()
Gets the value of the permissionId property.
|
PermissionStateXto |
getState()
Gets the value of the state property.
|
void |
setPermissionId(String value)
Sets the value of the permissionId property.
|
void |
setState(PermissionStateXto value)
Sets the value of the state property.
|
public PermissionStatesXto.PermissionStateXto()
public String getPermissionId()
Stringpublic void setPermissionId(String value)
value - allowed object is
Stringpublic PermissionStateXto getState()
PermissionStateXtopublic void setState(PermissionStateXto value)
value - allowed object is
PermissionStateXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.