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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.GrantsXto.GrantXto
Enclosing class:
GrantsXto

public static class GrantsXto.GrantXto
extends Object

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

GrantsXto.GrantXto

public GrantsXto.GrantXto()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getQualifiedId

public String getQualifiedId()
Gets the value of the qualifiedId property.

Returns:
possible object is String

setQualifiedId

public void setQualifiedId(String value)
Sets the value of the qualifiedId property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getModelOid

public Integer getModelOid()
Gets the value of the modelOid property.

Returns:
possible object is Integer

setModelOid

public void setModelOid(Integer value)
Sets the value of the modelOid property.

Parameters:
value - allowed object is Integer

getElementOid

public Integer getElementOid()
Gets the value of the elementOid property.

Returns:
possible object is Integer

setElementOid

public void setElementOid(Integer value)
Sets the value of the elementOid property.

Parameters:
value - allowed object is Integer

getDepartment

public DepartmentXto getDepartment()
Gets the value of the department property.

Returns:
possible object is DepartmentXto

setDepartment

public void setDepartment(DepartmentXto value)
Sets the value of the department property.

Parameters:
value - allowed object is DepartmentXto

isOrganization

public Boolean isOrganization()
Gets the value of the organization property.

Returns:
possible object is Boolean

setOrganization

public void setOrganization(Boolean value)
Sets the value of the organization property.

Parameters:
value - allowed object is Boolean

getSuperGrants

public GrantsXto getSuperGrants()
Gets the value of the superGrants property.

Returns:
possible object is GrantsXto

setSuperGrants

public void setSuperGrants(GrantsXto value)
Sets the value of the superGrants property.

Parameters:
value - allowed object is GrantsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.