public class ModelParticipantInfoXto extends ParticipantInfoXto
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 and Description |
|---|
ModelParticipantInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getId, getName, setId, setNamepublic long getRuntimeElementOid()
public void setRuntimeElementOid(long value)
public boolean isDepartmentScoped()
public void setDepartmentScoped(boolean value)
public boolean isDefinesDepartmentScope()
public void setDefinesDepartmentScope(boolean value)
public DepartmentInfoXto getDepartment()
DepartmentInfoXtopublic void setDepartment(DepartmentInfoXto value)
value - allowed object is
DepartmentInfoXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.