org.eclipse.stardust.engine.api.ws.query
Class HistoricalStatesPolicyXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.EvaluationPolicyXto
      extended by org.eclipse.stardust.engine.api.ws.query.HistoricalStatesPolicyXto

public class HistoricalStatesPolicyXto
extends EvaluationPolicyXto

Evaluation Policy for including historical states.

Java class for HistoricalStatesPolicy complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HistoricalStatesPolicy">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
       <sequence>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
HistoricalStatesPolicyXto()
           
 
Method Summary
 String getType()
          Gets the value of the type property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoricalStatesPolicyXto

public HistoricalStatesPolicyXto()
Method Detail

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.