Class AmountType3
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_02.AmountType3
Java class for AmountType3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountType3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InstdAmt" type="{urn:sepade:xsd:pain.001.001.02}EuroMax9Amount"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the instdAmt property.void
setInstdAmt
(EuroMax9Amount value) Sets the value of the instdAmt property.
-
Field Details
-
instdAmt
-
-
Constructor Details
-
AmountType3
public AmountType3()
-
-
Method Details
-
getInstdAmt
Gets the value of the instdAmt property.- Returns:
- possible object is
EuroMax9Amount
-
setInstdAmt
Sets the value of the instdAmt property.- Parameters:
value
- allowed object isEuroMax9Amount
-