Class DiscountAmountAndType1
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_11.DiscountAmountAndType1
Java class for DiscountAmountAndType1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiscountAmountAndType1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}DiscountAmountType1Choice" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ActiveOrHistoricCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveOrHistoricCurrencyAndAmount
protected DiscountAmountType1Choice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getTp()
Gets the value of the tp property.void
Sets the value of the amt property.void
setTp
(DiscountAmountType1Choice value) Sets the value of the tp property.
-
Field Details
-
tp
-
amt
-
-
Constructor Details
-
DiscountAmountAndType1
public DiscountAmountAndType1()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
DiscountAmountType1Choice
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isDiscountAmountType1Choice
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-