Class Remittance1
Java class for Remittance1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Remittance1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ustrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" maxOccurs="unbounded" minOccurs="0"/>
<element name="Strd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}StructuredRemittanceInformation16" maxOccurs="unbounded" minOccurs="0"/>
<element name="Rltd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}RemittanceLocation7" maxOccurs="10" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Details
-
Remittance1
public Remittance1()
-
-
Method Details
-
getUstrd
Gets the value of the ustrd 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getStrd
Gets the value of the strd 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
StructuredRemittanceInformation16 -
getRltd
Gets the value of the rltd 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 Jakarta XML Binding object. This is why there is not a
setmethod for the rltd property.For example, to add a new item, do as follows:
getRltd().add(newItem);Objects of the following type(s) are allowed in the list
RemittanceLocation7
-