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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.EvaluationPolicyXto
      extended by org.eclipse.stardust.engine.api.ws.query.AbstractStoplightPolicyXto
Direct Known Subclasses:
AbstractStoplightCostPolicyXto, AbstractStoplightDurationPolicyXto

public abstract class AbstractStoplightPolicyXto
extends EvaluationPolicyXto

Java class for AbstractStoplightPolicy complex type.

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

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


Constructor Summary
AbstractStoplightPolicyXto()
           
 
Method Summary
 float getRedPct()
          Gets the value of the redPct property.
 float getYellowPct()
          Gets the value of the yellowPct property.
 void setRedPct(float value)
          Sets the value of the redPct property.
 void setYellowPct(float value)
          Sets the value of the yellowPct property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStoplightPolicyXto

public AbstractStoplightPolicyXto()
Method Detail

getYellowPct

public float getYellowPct()
Gets the value of the yellowPct property.


setYellowPct

public void setYellowPct(float value)
Sets the value of the yellowPct property.


getRedPct

public float getRedPct()
Gets the value of the redPct property.


setRedPct

public void setRedPct(float value)
Sets the value of the redPct property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.