org.eclipse.stardust.engine.api.ws
Class GrantsXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.GrantsXto

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>
 


Nested Class Summary
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 Summary
GrantsXto()
           
 
Method Summary
 List<GrantsXto.GrantXto> getGrant()
          Gets the value of the grant property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrantsXto

public GrantsXto()
Method Detail

getGrant

public List<GrantsXto.GrantXto> getGrant()
Gets the value of the grant property.

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 © 2017 Eclipse Stardust. All Rights Reserved.