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

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.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>
 


Constructor Summary
DynamicParticipantInfoXto()
           
 
Method Summary
 long getOid()
          Gets the value of the oid property.
 void setOid(long value)
          Sets the value of the oid 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

DynamicParticipantInfoXto

public DynamicParticipantInfoXto()
Method Detail

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.