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 and Description |
|---|
DeputyXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public UserInfoXto getUser()
UserInfoXtopublic void setUser(UserInfoXto value)
value - allowed object is
UserInfoXtopublic UserInfoXto getDeputyUser()
UserInfoXtopublic void setDeputyUser(UserInfoXto value)
value - allowed object is
UserInfoXtopublic Date getFromDate()
Stringpublic void setFromDate(Date value)
value - allowed object is
Stringpublic Date getUntilDate()
Stringpublic void setUntilDate(Date value)
value - allowed object is
Stringpublic ModelParticipantInfosXto getParticipants()
ModelParticipantInfosXtopublic void setParticipants(ModelParticipantInfosXto value)
value - allowed object is
ModelParticipantInfosXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.