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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.EvaluationPolicyXto
      extended by org.eclipse.stardust.engine.api.ws.query.AbstractCriticalityPolicyXto
Direct Known Subclasses:
AbstractCriticalDurationPolicyXto

public abstract class AbstractCriticalityPolicyXto
extends EvaluationPolicyXto

Java class for AbstractCriticalityPolicy complex type.

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

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


Constructor Summary
AbstractCriticalityPolicyXto()
           
 
Method Summary
 float getHighPriorityCriticalPct()
          Gets the value of the highPriorityCriticalPct property.
 float getLowPriorityCriticalPct()
          Gets the value of the lowPriorityCriticalPct property.
 float getNormalPriorityCriticalPct()
          Gets the value of the normalPriorityCriticalPct property.
 void setHighPriorityCriticalPct(float value)
          Sets the value of the highPriorityCriticalPct property.
 void setLowPriorityCriticalPct(float value)
          Sets the value of the lowPriorityCriticalPct property.
 void setNormalPriorityCriticalPct(float value)
          Sets the value of the normalPriorityCriticalPct property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCriticalityPolicyXto

public AbstractCriticalityPolicyXto()
Method Detail

getLowPriorityCriticalPct

public float getLowPriorityCriticalPct()
Gets the value of the lowPriorityCriticalPct property.


setLowPriorityCriticalPct

public void setLowPriorityCriticalPct(float value)
Sets the value of the lowPriorityCriticalPct property.


getNormalPriorityCriticalPct

public float getNormalPriorityCriticalPct()
Gets the value of the normalPriorityCriticalPct property.


setNormalPriorityCriticalPct

public void setNormalPriorityCriticalPct(float value)
Sets the value of the normalPriorityCriticalPct property.


getHighPriorityCriticalPct

public float getHighPriorityCriticalPct()
Gets the value of the highPriorityCriticalPct property.


setHighPriorityCriticalPct

public void setHighPriorityCriticalPct(float value)
Sets the value of the highPriorityCriticalPct property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.