|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.DeputyOptionsXto
public class DeputyOptionsXto
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 Summary | |
|---|---|
DeputyOptionsXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeputyOptionsXto()
| Method Detail |
|---|
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
ModelParticipantInfosXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||