org.eclipse.stardust.engine.api.ws
Class DynamicParticipantInfoXto
java.lang.Object
org.eclipse.stardust.engine.api.ws.ParticipantInfoBaseXto
org.eclipse.stardust.engine.api.ws.ParticipantInfoXto
org.eclipse.stardust.engine.api.ws.DynamicParticipantInfoXto
- Direct Known Subclasses:
- UserGroupInfoXto, UserInfoXto
public class DynamicParticipantInfoXto
- extends ParticipantInfoXto
Contains only important core information of a dynamic participant that is needed to identify a DynamicParticipant.
Java class for DynamicParticipantInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DynamicParticipantInfo">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo">
<sequence>
<element name="oid" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
long |
getOid()
Gets the value of the oid property. |
void |
setOid(long value)
Sets the value of the oid property. |
DynamicParticipantInfoXto
public DynamicParticipantInfoXto()
getOid
public long getOid()
- Gets the value of the oid property.
setOid
public void setOid(long value)
- Sets the value of the oid property.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.