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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ParticipantInfoBaseXto
      extended by org.eclipse.stardust.engine.api.ws.ParticipantInfoXto
          extended by org.eclipse.stardust.engine.api.ws.ModelParticipantInfoXto
Direct Known Subclasses:
ConditionalPerformerInfoXto, OrganizationInfoXto, RoleInfoXto

public class ModelParticipantInfoXto
extends ParticipantInfoXto

Contains only important core information of a model participant that is needed to identify a ModelParticipant.

Java class for ModelParticipantInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ModelParticipantInfo">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo">
       <sequence>
         <element name="runtimeElementOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="departmentScoped" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="definesDepartmentScope" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="department" type="{http://eclipse.org/stardust/ws/v2012a/api}DepartmentInfo" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ModelParticipantInfoXto()
           
 
Method Summary
 DepartmentInfoXto getDepartment()
          Gets the value of the department property.
 long getRuntimeElementOid()
          Gets the value of the runtimeElementOid property.
 boolean isDefinesDepartmentScope()
          Gets the value of the definesDepartmentScope property.
 boolean isDepartmentScoped()
          Gets the value of the departmentScoped property.
 void setDefinesDepartmentScope(boolean value)
          Sets the value of the definesDepartmentScope property.
 void setDepartment(DepartmentInfoXto value)
          Sets the value of the department property.
 void setDepartmentScoped(boolean value)
          Sets the value of the departmentScoped property.
 void setRuntimeElementOid(long value)
          Sets the value of the runtimeElementOid property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.ParticipantInfoXto
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelParticipantInfoXto

public ModelParticipantInfoXto()
Method Detail

getRuntimeElementOid

public long getRuntimeElementOid()
Gets the value of the runtimeElementOid property.


setRuntimeElementOid

public void setRuntimeElementOid(long value)
Sets the value of the runtimeElementOid property.


isDepartmentScoped

public boolean isDepartmentScoped()
Gets the value of the departmentScoped property.


setDepartmentScoped

public void setDepartmentScoped(boolean value)
Sets the value of the departmentScoped property.


isDefinesDepartmentScope

public boolean isDefinesDepartmentScope()
Gets the value of the definesDepartmentScope property.


setDefinesDepartmentScope

public void setDefinesDepartmentScope(boolean value)
Sets the value of the definesDepartmentScope property.


getDepartment

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

Returns:
possible object is DepartmentInfoXto

setDepartment

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

Parameters:
value - allowed object is DepartmentInfoXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.