public class CostType extends Object implements Serializable
Java class for CostType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CostType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CostQuantity">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="20"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="CostCurrencyCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="3"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
costCurrencyCode |
protected BigDecimal |
costQuantity |
| Constructor and Description |
|---|
CostType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCostCurrencyCode()
Gets the value of the costCurrencyCode property.
|
BigDecimal |
getCostQuantity()
Gets the value of the costQuantity property.
|
void |
setCostCurrencyCode(String value)
Sets the value of the costCurrencyCode property.
|
void |
setCostQuantity(BigDecimal value)
Sets the value of the costQuantity property.
|
protected BigDecimal costQuantity
protected String costCurrencyCode
public BigDecimal getCostQuantity()
BigDecimalpublic void setCostQuantity(BigDecimal value)
value - allowed object is
BigDecimalpublic String getCostCurrencyCode()
StringCopyright © 2017. All Rights Reserved.