public class RemittanceInformation11 extends Object
Java class for RemittanceInformation11 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceInformation11">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ustrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max140Text" maxOccurs="unbounded" minOccurs="0"/>
<element name="Strd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}StructuredRemittanceInformation13" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<StructuredRemittanceInformation13> |
strd |
protected List<String> |
ustrd |
| Constructor and Description |
|---|
RemittanceInformation11() |
| Modifier and Type | Method and Description |
|---|---|
List<StructuredRemittanceInformation13> |
getStrd()
Gets the value of the strd property.
|
List<String> |
getUstrd()
Gets the value of the ustrd property.
|
protected List<StructuredRemittanceInformation13> strd
public List<String> getUstrd()
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 ustrd property.
For example, to add a new item, do as follows:
getUstrd().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<StructuredRemittanceInformation13> getStrd()
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 strd property.
For example, to add a new item, do as follows:
getStrd().add(newItem);
Objects of the following type(s) are allowed in the list
StructuredRemittanceInformation13
Copyright © 2019. All rights reserved.