public class PermissionScopeXto extends Object
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 and Description |
|---|
PermissionScopeXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Long getModelOid()
Longpublic void setModelOid(Long value)
value - allowed object is
Longpublic 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
PermissionScopeXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.