public class DocumentLineInformation1
extends java.lang.Object
Java class for DocumentLineInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentLineInformation1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DocumentLineIdentification1" maxOccurs="unbounded"/> <element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max2048Text" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}RemittanceAmount3" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected RemittanceAmount3 |
amt |
|
protected java.lang.String |
desc |
|
protected java.util.List<DocumentLineIdentification1> |
id |
Constructor | Description |
---|---|
DocumentLineInformation1() |
Modifier and Type | Method | Description |
---|---|---|
RemittanceAmount3 |
getAmt() |
Gets the value of the amt property.
|
java.lang.String |
getDesc() |
Gets the value of the desc property.
|
java.util.List<DocumentLineIdentification1> |
getId() |
Gets the value of the id property.
|
void |
setAmt(RemittanceAmount3 value) |
Sets the value of the amt property.
|
void |
setDesc(java.lang.String value) |
Sets the value of the desc property.
|
protected java.util.List<DocumentLineIdentification1> id
protected java.lang.String desc
protected RemittanceAmount3 amt
public java.util.List<DocumentLineIdentification1> getId()
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 set
method 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
public java.lang.String getDesc()
String
public void setDesc(java.lang.String value)
value
- allowed object is
String
public RemittanceAmount3 getAmt()
RemittanceAmount3
public void setAmt(RemittanceAmount3 value)
value
- allowed object is
RemittanceAmount3
Copyright © 2018. All rights reserved.