|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ParticipantInfoBaseXto
org.eclipse.stardust.engine.api.ws.ParticipantInfoXto
org.eclipse.stardust.engine.api.ws.ModelParticipantInfoXto
public class ModelParticipantInfoXto
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 |
|---|
public ModelParticipantInfoXto()
| Method Detail |
|---|
public 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
DepartmentInfoXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||