public class Money extends ExtensionPoint
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
Constructor and Description |
---|
Money()
Default mutable constructor.
|
Money(java.lang.Double amount,
java.lang.String currencyCode)
Immutable constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Double |
getAmount()
Returns the amount.
|
java.lang.String |
getCurrencyCode()
Returns the ISO4217 currency code.
|
static ExtensionDescription |
getDefaultDescription(boolean required,
boolean repeatable)
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
|
boolean |
hasAmount()
Returns whether it has the amount.
|
boolean |
hasCurrencyCode()
Returns whether it has the ISO4217 currency code.
|
int |
hashCode() |
void |
setAmount(java.lang.Double amount)
Sets the amount.
|
void |
setCurrencyCode(java.lang.String currencyCode)
Sets the ISO4217 currency code.
|
java.lang.String |
toString() |
addExtension, addRepeatingExtension, declareExtensions, generateCumulativeXmlBlob, getExtension, getExtensions, getHandler, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
public Money()
public Money(java.lang.Double amount, java.lang.String currencyCode)
amount
- amount.currencyCode
- ISO4217 currency code.public java.lang.Double getAmount()
public void setAmount(java.lang.Double amount)
amount
- amount or null
to resetpublic boolean hasAmount()
public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode
- ISO4217 currency code or null
to resetpublic boolean hasCurrencyCode()
public static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
required
- whether it is requiredrepeatable
- whether it is repeatablepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object