Class AmountType4Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_10.AmountType4Choice
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">
<choice>
<element name="InstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ActiveOrHistoricCurrencyAndAmount"/>
<element name="EqvtAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}EquivalentAmount2"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EquivalentAmount2protected ActiveOrHistoricCurrencyAndAmount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eqvtAmt property.Gets the value of the instdAmt property.voidsetEqvtAmt(EquivalentAmount2 value) Sets the value of the eqvtAmt property.voidSets the value of the instdAmt property.
-
Field Details
-
instdAmt
-
eqvtAmt
-
-
Constructor Details
-
AmountType4Choice
public AmountType4Choice()
-
-
Method Details
-
getInstdAmt
Gets the value of the instdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setInstdAmt
Sets the value of the instdAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getEqvtAmt
Gets the value of the eqvtAmt property.- Returns:
- possible object is
EquivalentAmount2
-
setEqvtAmt
Sets the value of the eqvtAmt property.- Parameters:
value- allowed object isEquivalentAmount2
-