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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.DeputyXto

public class DeputyXto
extends Object

Java class for Deputy complex type.

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

 <complexType name="Deputy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="user" type="{http://eclipse.org/stardust/ws/v2012a/api}UserInfo"/>
         <element name="deputyUser" type="{http://eclipse.org/stardust/ws/v2012a/api}UserInfo"/>
         <element name="fromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="untilDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="participants" type="{http://eclipse.org/stardust/ws/v2012a/api}ModelParticipantInfos"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DeputyXto()
           
 
Method Summary
 UserInfoXto getDeputyUser()
          Gets the value of the deputyUser property.
 Date getFromDate()
          Gets the value of the fromDate property.
 ModelParticipantInfosXto getParticipants()
          Gets the value of the participants property.
 Date getUntilDate()
          Gets the value of the untilDate property.
 UserInfoXto getUser()
          Gets the value of the user property.
 void setDeputyUser(UserInfoXto value)
          Sets the value of the deputyUser property.
 void setFromDate(Date value)
          Sets the value of the fromDate property.
 void setParticipants(ModelParticipantInfosXto value)
          Sets the value of the participants property.
 void setUntilDate(Date value)
          Sets the value of the untilDate property.
 void setUser(UserInfoXto value)
          Sets the value of the user property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeputyXto

public DeputyXto()
Method Detail

getUser

public UserInfoXto getUser()
Gets the value of the user property.

Returns:
possible object is UserInfoXto

setUser

public void setUser(UserInfoXto value)
Sets the value of the user property.

Parameters:
value - allowed object is UserInfoXto

getDeputyUser

public UserInfoXto getDeputyUser()
Gets the value of the deputyUser property.

Returns:
possible object is UserInfoXto

setDeputyUser

public void setDeputyUser(UserInfoXto value)
Sets the value of the deputyUser property.

Parameters:
value - allowed object is UserInfoXto

getFromDate

public Date getFromDate()
Gets the value of the fromDate property.

Returns:
possible object is String

setFromDate

public void setFromDate(Date value)
Sets the value of the fromDate property.

Parameters:
value - allowed object is String

getUntilDate

public Date getUntilDate()
Gets the value of the untilDate property.

Returns:
possible object is String

setUntilDate

public void setUntilDate(Date value)
Sets the value of the untilDate property.

Parameters:
value - allowed object is String

getParticipants

public ModelParticipantInfosXto getParticipants()
Gets the value of the participants property.

Returns:
possible object is ModelParticipantInfosXto

setParticipants

public void setParticipants(ModelParticipantInfosXto value)
Sets the value of the participants property.

Parameters:
value - allowed object is ModelParticipantInfosXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.