public class BasicAmountType extends Object
| Constructor and Description |
|---|
BasicAmountType()
Default Constructor
|
BasicAmountType(CurrencyCodeType currencyID,
String value)
Constructor with arguments
|
BasicAmountType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
CurrencyCodeType |
getCurrencyID()
Getter for currencyID
|
String |
getValue()
Getter for value
|
void |
setCurrencyID(CurrencyCodeType currencyID)
Setter for currencyID
|
void |
setValue(String value)
Setter for value
|
String |
toXMLString(String prefix,
String name) |
public BasicAmountType(CurrencyCodeType currencyID, String value)
public BasicAmountType()
public BasicAmountType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic CurrencyCodeType getCurrencyID()
public void setCurrencyID(CurrencyCodeType currencyID)
public String getValue()
public void setValue(String value)
Copyright © 2017. All Rights Reserved.