|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.DeputyXto
public class DeputyXto
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 |
|---|
public DeputyXto()
| Method Detail |
|---|
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
ModelParticipantInfosXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||