Package gov.ojp.it.jxdm._3_0
Class MeasureType
- java.lang.Object
-
- gov.ojp.it.jxdm._3_0.MeasureType
-
- Direct Known Subclasses:
PersonHeightMeasureType,PersonWeightMeasureType
public class MeasureType extends Object
Java class for MeasureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasureType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>decimal"> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigDecimalvalue
-
Constructor Summary
Constructors Constructor Description MeasureType()Default no-arg constructorMeasureType(BigDecimal value)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetValue()Gets the value of the value property.voidsetValue(BigDecimal value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected BigDecimal value
-
-
Constructor Detail
-
MeasureType
public MeasureType()
Default no-arg constructor
-
MeasureType
public MeasureType(BigDecimal value)
Fully-initialising value constructor
-
-
Method Detail
-
getValue
public BigDecimal getValue()
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
public void setValue(BigDecimal value)
Sets the value of the value property.- Parameters:
value- allowed object isBigDecimal
-
-