Class SettlementInstruction
Java class for SettlementInstruction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementInstruction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="settlementMethod" type="{http://www.fpml.org/FpML-5/confirmation}SettlementMethod" minOccurs="0"/>
<element name="correspondentInformation" type="{http://www.fpml.org/FpML-5/confirmation}CorrespondentInformation" minOccurs="0"/>
<element name="intermediaryInformation" type="{http://www.fpml.org/FpML-5/confirmation}IntermediaryInformation" maxOccurs="unbounded" minOccurs="0"/>
<element name="beneficiaryBank" type="{http://www.fpml.org/FpML-5/confirmation}Beneficiary" minOccurs="0"/>
<element name="beneficiary" type="{http://www.fpml.org/FpML-5/confirmation}Beneficiary"/>
<element name="depositoryPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
<element name="splitSettlement" type="{http://www.fpml.org/FpML-5/confirmation}SplitSettlement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Beneficiaryprotected Beneficiaryprotected CorrespondentInformationprotected PartyReferenceprotected List<IntermediaryInformation> protected SettlementMethodprotected List<SplitSettlement> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the beneficiary property.Gets the value of the beneficiaryBank property.Gets the value of the correspondentInformation property.Gets the value of the depositoryPartyReference property.Gets the value of the intermediaryInformation property.Gets the value of the settlementMethod property.Gets the value of the splitSettlement property.voidsetBeneficiary(Beneficiary value) Sets the value of the beneficiary property.voidsetBeneficiaryBank(Beneficiary value) Sets the value of the beneficiaryBank property.voidSets the value of the correspondentInformation property.voidSets the value of the depositoryPartyReference property.voidSets the value of the settlementMethod property.
-
Field Details
-
settlementMethod
-
correspondentInformation
-
intermediaryInformation
-
beneficiaryBank
-
beneficiary
-
depositoryPartyReference
-
splitSettlement
-
-
Constructor Details
-
SettlementInstruction
public SettlementInstruction()
-
-
Method Details
-
getSettlementMethod
Gets the value of the settlementMethod property.- Returns:
- possible object is
SettlementMethod
-
setSettlementMethod
Sets the value of the settlementMethod property.- Parameters:
value- allowed object isSettlementMethod
-
getCorrespondentInformation
Gets the value of the correspondentInformation property.- Returns:
- possible object is
CorrespondentInformation
-
setCorrespondentInformation
Sets the value of the correspondentInformation property.- Parameters:
value- allowed object isCorrespondentInformation
-
getIntermediaryInformation
Gets the value of the intermediaryInformation 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 intermediaryInformation property.For example, to add a new item, do as follows:
getIntermediaryInformation().add(newItem);Objects of the following type(s) are allowed in the list
IntermediaryInformation -
getBeneficiaryBank
Gets the value of the beneficiaryBank property.- Returns:
- possible object is
Beneficiary
-
setBeneficiaryBank
Sets the value of the beneficiaryBank property.- Parameters:
value- allowed object isBeneficiary
-
getBeneficiary
Gets the value of the beneficiary property.- Returns:
- possible object is
Beneficiary
-
setBeneficiary
Sets the value of the beneficiary property.- Parameters:
value- allowed object isBeneficiary
-
getDepositoryPartyReference
Gets the value of the depositoryPartyReference property.- Returns:
- possible object is
PartyReference
-
setDepositoryPartyReference
Sets the value of the depositoryPartyReference property.- Parameters:
value- allowed object isPartyReference
-
getSplitSettlement
Gets the value of the splitSettlement 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 splitSettlement property.For example, to add a new item, do as follows:
getSplitSettlement().add(newItem);Objects of the following type(s) are allowed in the list
SplitSettlement
-