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

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

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 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

DeputyOptionsXto

public DeputyOptionsXto()
Method Detail

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

getToDate

public Date getToDate()
Gets the value of the toDate property.

Returns:
possible object is String

setToDate

public void setToDate(Date value)
Sets the value of the toDate property.

Parameters:
value - allowed object is String

getModelParticipantInfos

public ModelParticipantInfosXto getModelParticipantInfos()
Gets the value of the modelParticipantInfos property.

Returns:
possible object is ModelParticipantInfosXto

setModelParticipantInfos

public void setModelParticipantInfos(ModelParticipantInfosXto value)
Sets the value of the modelParticipantInfos property.

Parameters:
value - allowed object is ModelParticipantInfosXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.