org.eclipse.stardust.engine.api.ws
Class PermissionStatesXto.PermissionStateXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.PermissionStatesXto.PermissionStateXto
Enclosing class:
PermissionStatesXto

public static class PermissionStatesXto.PermissionStateXto
extends Object

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

PermissionStatesXto.PermissionStateXto

public PermissionStatesXto.PermissionStateXto()
Method Detail

getPermissionId

public String getPermissionId()
Gets the value of the permissionId property.

Returns:
possible object is String

setPermissionId

public void setPermissionId(String value)
Sets the value of the permissionId property.

Parameters:
value - allowed object is String

getState

public PermissionStateXto getState()
Gets the value of the state property.

Returns:
possible object is PermissionStateXto

setState

public void setState(PermissionStateXto value)
Sets the value of the state property.

Parameters:
value - allowed object is PermissionStateXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.