|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.GrantsXto.GrantXto
public static class GrantsXto.GrantXto
The 'grant' represents a permission granted to a user to perform as a specific participant (role or organization) of a model.
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="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="qualifiedId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="modelOid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="elementOid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="department" type="{http://eclipse.org/stardust/ws/v2012a/api}Department" minOccurs="0"/>
<element name="organization" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="superGrants" type="{http://eclipse.org/stardust/ws/v2012a/api}Grants" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GrantsXto.GrantXto()
|
|
| Method Summary | |
|---|---|
DepartmentXto |
getDepartment()
Gets the value of the department property. |
Integer |
getElementOid()
Gets the value of the elementOid property. |
String |
getId()
Gets the value of the id property. |
Integer |
getModelOid()
Gets the value of the modelOid property. |
String |
getName()
Gets the value of the name property. |
String |
getQualifiedId()
Gets the value of the qualifiedId property. |
GrantsXto |
getSuperGrants()
Gets the value of the superGrants property. |
Boolean |
isOrganization()
Gets the value of the organization property. |
void |
setDepartment(DepartmentXto value)
Sets the value of the department property. |
void |
setElementOid(Integer value)
Sets the value of the elementOid property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setModelOid(Integer value)
Sets the value of the modelOid property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOrganization(Boolean value)
Sets the value of the organization property. |
void |
setQualifiedId(String value)
Sets the value of the qualifiedId property. |
void |
setSuperGrants(GrantsXto value)
Sets the value of the superGrants property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GrantsXto.GrantXto()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getQualifiedId()
Stringpublic void setQualifiedId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getModelOid()
Integerpublic void setModelOid(Integer value)
value - allowed object is
Integerpublic Integer getElementOid()
Integerpublic void setElementOid(Integer value)
value - allowed object is
Integerpublic DepartmentXto getDepartment()
DepartmentXtopublic void setDepartment(DepartmentXto value)
value - allowed object is
DepartmentXtopublic Boolean isOrganization()
Booleanpublic void setOrganization(Boolean value)
value - allowed object is
Booleanpublic GrantsXto getSuperGrants()
GrantsXtopublic void setSuperGrants(GrantsXto value)
value - allowed object is
GrantsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||