public class GrantsXto extends Object
Java class for Grants complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Grants">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="grant" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
GrantsXto() |
public List<GrantsXto.GrantXto> getGrant()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the grant property.
For example, to add a new item, do as follows:
getGrant().add(newItem);
Objects of the following type(s) are allowed in the list
GrantsXto.GrantXto
Copyright © 2016 Eclipse Stardust. All Rights Reserved.