Class AmountType4Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_09.AmountType4Choice
-
public class AmountType4Choice extends Object
Java class for AmountType4Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountType4Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}ActiveOrHistoricCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveOrHistoricCurrencyAndAmountinstdAmt
-
Constructor Summary
Constructors Constructor Description AmountType4Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveOrHistoricCurrencyAndAmountgetInstdAmt()Gets the value of the instdAmt property.voidsetInstdAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the instdAmt property.
-
-
-
Field Detail
-
instdAmt
protected ActiveOrHistoricCurrencyAndAmount instdAmt
-
-
Method Detail
-
getInstdAmt
public ActiveOrHistoricCurrencyAndAmount getInstdAmt()
Gets the value of the instdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setInstdAmt
public void setInstdAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the instdAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
-