public static class GrantsXto.GrantXto extends Object
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 and Description |
|---|
GrantsXto.GrantXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public 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()
GrantsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.