|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.PermissionScopeXto
public class PermissionScopeXto
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 |
|---|
public PermissionScopeXto()
| Method Detail |
|---|
public Long getModelOid()
Longpublic void setModelOid(Long value)
value - allowed object is
Longpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic PermissionScopeTypeXto getScopeType()
PermissionScopeTypeXtopublic void setScopeType(PermissionScopeTypeXto value)
value - allowed object is
PermissionScopeTypeXtopublic PermissionScopeXto getParentScope()
PermissionScopeXtopublic void setParentScope(PermissionScopeXto value)
value - allowed object is
PermissionScopeXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||