Class Phase
- java.lang.Object
- 
- org.spiritconsortium.SPIRIT_1685_2009.Phase
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public class Phase extends java.lang.ObjectJava class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>float"> </extension> </simpleContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected floatvalue
 - 
Constructor SummaryConstructors Constructor Description Phase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetValue()Gets the value of the value property.voidsetValue(float value)Sets the value of the value property.
 
- 
- 
- 
Method Detail- 
getValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public float getValue()Gets the value of the value property.
 - 
setValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setValue(float value)Sets the value of the value property.
 
- 
 
-