|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.PermissionStatesXto.PermissionStateXto
public static class PermissionStatesXto.PermissionStateXto
A representation of the state of a permission.
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 Summary | |
|---|---|
PermissionStatesXto.PermissionStateXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PermissionStatesXto.PermissionStateXto()
| Method Detail |
|---|
public String getPermissionId()
Stringpublic void setPermissionId(String value)
value - allowed object is
Stringpublic PermissionStateXto getState()
PermissionStateXtopublic void setState(PermissionStateXto value)
value - allowed object is
PermissionStateXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||