public class PaymentInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para PaymentInfo complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="PaymentInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="currency" type="{http://www.fispace.eu/domain/store}Currency"/>
<element name="value" type="{http://www.fispace.eu/domain/store}Money"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Currency |
currency |
protected BigDecimal |
value |
| Constructor and Description |
|---|
PaymentInfo() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Currency |
getCurrency()
Obtiene el valor de la propiedad currency.
|
BigDecimal |
getValue()
Obtiene el valor de la propiedad value.
|
boolean |
isSetCurrency() |
boolean |
isSetValue() |
void |
setCurrency(Currency value)
Define el valor de la propiedad currency.
|
void |
setValue(BigDecimal value)
Define el valor de la propiedad value.
|
String |
toString() |
PaymentInfo |
withCurrency(Currency value) |
PaymentInfo |
withValue(BigDecimal value) |
@NotNull protected Currency currency
@NotNull protected BigDecimal value
public Currency getCurrency()
Currencypublic void setCurrency(Currency value)
value - allowed object is
Currencypublic boolean isSetCurrency()
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetValue()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic PaymentInfo withCurrency(Currency value)
public PaymentInfo withValue(BigDecimal value)
Copyright © 2015. All Rights Reserved.