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

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

public class ParticipantInfoXto
extends ParticipantInfoBaseXto

Contains only important core information used to identify a participant.

Java class for ParticipantInfo complex type.

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

 <complexType name="ParticipantInfo">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfoBase">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ParticipantInfoXto()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 void setId(String value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantInfoXto

public ParticipantInfoXto()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.