Class DocumentLineInformation2
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_14.DocumentLineInformation2
Java class for DocumentLineInformation2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentLineInformation2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}DocumentLineIdentification1" maxOccurs="unbounded"/>
<element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}Max2048Text" minOccurs="0"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}RemittanceAmount4" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RemittanceAmount4protected Stringprotected List<DocumentLineIdentification1> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()Gets the value of the amt property.getDesc()Gets the value of the desc property.getId()Gets the value of the id property.voidsetAmt(RemittanceAmount4 value) Sets the value of the amt property.voidSets the value of the desc property.
-
Field Details
-
id
-
desc
-
amt
-
-
Constructor Details
-
DocumentLineInformation2
public DocumentLineInformation2()
-
-
Method Details
-
getId
Gets the value of the id property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the id property.For example, to add a new item, do as follows:
getId().add(newItem);Objects of the following type(s) are allowed in the list
DocumentLineIdentification1 -
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value- allowed object isString
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
RemittanceAmount4
-
setAmt
Sets the value of the amt property.- Parameters:
value- allowed object isRemittanceAmount4
-