public class AdditionalGoodsMeasurementType extends Object implements Serializable
Java class for AdditionalGoodsMeasurementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalGoodsMeasurementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MeasureUnitCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="16"/>
</restriction>
</simpleType>
</element>
<element name="GoodsQuantity">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
goodsQuantity |
protected String |
measureUnitCode |
| Constructor and Description |
|---|
AdditionalGoodsMeasurementType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getGoodsQuantity()
Gets the value of the goodsQuantity property.
|
String |
getMeasureUnitCode()
Gets the value of the measureUnitCode property.
|
void |
setGoodsQuantity(BigDecimal value)
Sets the value of the goodsQuantity property.
|
void |
setMeasureUnitCode(String value)
Sets the value of the measureUnitCode property.
|
protected String measureUnitCode
protected BigDecimal goodsQuantity
public String getMeasureUnitCode()
Stringpublic void setMeasureUnitCode(String value)
value - allowed object is
Stringpublic BigDecimal getGoodsQuantity()
BigDecimalpublic void setGoodsQuantity(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2017. All Rights Reserved.