org.eclipse.stardust.engine.api.ws
Class PermissionScopeXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.PermissionScopeXto

public class PermissionScopeXto
extends Object

The scope of a permission can be either model, process or activity.

Java class for PermissionScope complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PermissionScope">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="modelOid" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scopeType" type="{http://eclipse.org/stardust/ws/v2012a/api}PermissionScopeType"/>
         <element name="parentScope" type="{http://eclipse.org/stardust/ws/v2012a/api}PermissionScope" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
PermissionScopeXto()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 Long getModelOid()
          Gets the value of the modelOid property.
 PermissionScopeXto getParentScope()
          Gets the value of the parentScope property.
 PermissionScopeTypeXto getScopeType()
          Gets the value of the scopeType property.
 void setId(String value)
          Sets the value of the id property.
 void setModelOid(Long value)
          Sets the value of the modelOid property.
 void setParentScope(PermissionScopeXto value)
          Sets the value of the parentScope property.
 void setScopeType(PermissionScopeTypeXto value)
          Sets the value of the scopeType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionScopeXto

public PermissionScopeXto()
Method Detail

getModelOid

public Long getModelOid()
Gets the value of the modelOid property.

Returns:
possible object is Long

setModelOid

public void setModelOid(Long value)
Sets the value of the modelOid property.

Parameters:
value - allowed object is Long

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getScopeType

public PermissionScopeTypeXto getScopeType()
Gets the value of the scopeType property.

Returns:
possible object is PermissionScopeTypeXto

setScopeType

public void setScopeType(PermissionScopeTypeXto value)
Sets the value of the scopeType property.

Parameters:
value - allowed object is PermissionScopeTypeXto

getParentScope

public PermissionScopeXto getParentScope()
Gets the value of the parentScope property.

Returns:
possible object is PermissionScopeXto

setParentScope

public void setParentScope(PermissionScopeXto value)
Sets the value of the parentScope property.

Parameters:
value - allowed object is PermissionScopeXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.