public class DeputyOptionsXto extends Object
Java class for DeputyOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeputyOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="toDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="modelParticipantInfos" type="{http://eclipse.org/stardust/ws/v2012a/api}ModelParticipantInfos"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DeputyOptionsXto() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getFromDate()
Gets the value of the fromDate property.
|
ModelParticipantInfosXto |
getModelParticipantInfos()
Gets the value of the modelParticipantInfos property.
|
Date |
getToDate()
Gets the value of the toDate property.
|
void |
setFromDate(Date value)
Sets the value of the fromDate property.
|
void |
setModelParticipantInfos(ModelParticipantInfosXto value)
Sets the value of the modelParticipantInfos property.
|
void |
setToDate(Date value)
Sets the value of the toDate property.
|
public Date getFromDate()
Stringpublic void setFromDate(Date value)
value - allowed object is
Stringpublic Date getToDate()
Stringpublic void setToDate(Date value)
value - allowed object is
Stringpublic ModelParticipantInfosXto getModelParticipantInfos()
ModelParticipantInfosXtopublic void setModelParticipantInfos(ModelParticipantInfosXto value)
value - allowed object is
ModelParticipantInfosXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.