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="priceComponentPriceSpecificationCurrency" type="{http://www.fispace.eu/domain/store}Currencies"/>
<element name="priceComponentPriceSpecificationCurrencyValue" type="{http://www.fispace.eu/domain/store}money"/>
<element name="priceComponentPriceSpecificationUnitOfMeasurement" type="{http://www.fispace.eu/domain/store}PeriodicPayment" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Currencies |
priceComponentPriceSpecificationCurrency |
protected BigDecimal |
priceComponentPriceSpecificationCurrencyValue |
protected PeriodicPayment |
priceComponentPriceSpecificationUnitOfMeasurement |
| 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) |
Currencies |
getPriceComponentPriceSpecificationCurrency()
Obtiene el valor de la propiedad priceComponentPriceSpecificationCurrency.
|
BigDecimal |
getPriceComponentPriceSpecificationCurrencyValue()
Obtiene el valor de la propiedad priceComponentPriceSpecificationCurrencyValue.
|
PeriodicPayment |
getPriceComponentPriceSpecificationUnitOfMeasurement()
Obtiene el valor de la propiedad priceComponentPriceSpecificationUnitOfMeasurement.
|
boolean |
isSetPriceComponentPriceSpecificationCurrency() |
boolean |
isSetPriceComponentPriceSpecificationCurrencyValue() |
boolean |
isSetPriceComponentPriceSpecificationUnitOfMeasurement() |
void |
setPriceComponentPriceSpecificationCurrency(Currencies value)
Define el valor de la propiedad priceComponentPriceSpecificationCurrency.
|
void |
setPriceComponentPriceSpecificationCurrencyValue(BigDecimal value)
Define el valor de la propiedad priceComponentPriceSpecificationCurrencyValue.
|
void |
setPriceComponentPriceSpecificationUnitOfMeasurement(PeriodicPayment value)
Define el valor de la propiedad priceComponentPriceSpecificationUnitOfMeasurement.
|
String |
toString() |
PaymentInfo |
withPriceComponentPriceSpecificationCurrency(Currencies value) |
PaymentInfo |
withPriceComponentPriceSpecificationCurrencyValue(BigDecimal value) |
PaymentInfo |
withPriceComponentPriceSpecificationUnitOfMeasurement(PeriodicPayment value) |
protected Currencies priceComponentPriceSpecificationCurrency
protected BigDecimal priceComponentPriceSpecificationCurrencyValue
protected PeriodicPayment priceComponentPriceSpecificationUnitOfMeasurement
public Currencies getPriceComponentPriceSpecificationCurrency()
Currenciespublic void setPriceComponentPriceSpecificationCurrency(Currencies value)
value - allowed object is
Currenciespublic boolean isSetPriceComponentPriceSpecificationCurrency()
public BigDecimal getPriceComponentPriceSpecificationCurrencyValue()
BigDecimalpublic void setPriceComponentPriceSpecificationCurrencyValue(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetPriceComponentPriceSpecificationCurrencyValue()
public PeriodicPayment getPriceComponentPriceSpecificationUnitOfMeasurement()
PeriodicPaymentpublic void setPriceComponentPriceSpecificationUnitOfMeasurement(PeriodicPayment value)
value - allowed object is
PeriodicPaymentpublic boolean isSetPriceComponentPriceSpecificationUnitOfMeasurement()
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 withPriceComponentPriceSpecificationCurrency(Currencies value)
public PaymentInfo withPriceComponentPriceSpecificationCurrencyValue(BigDecimal value)
public PaymentInfo withPriceComponentPriceSpecificationUnitOfMeasurement(PeriodicPayment value)
Copyright © 2015. All Rights Reserved.