Class WithdrawalPartyTradeInformation
Java class for WithdrawalPartyTradeInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WithdrawalPartyTradeInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}PartyAndAccountReferences.model"/> <element name="relatedParty" type="{http://www.fpml.org/FpML-5/confirmation}RelatedParty" maxOccurs="unbounded" minOccurs="0"/> <element name="reportingRegime" type="{http://www.fpml.org/FpML-5/confirmation}ReportingRegimeIdentifier" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AccountReference
protected PartyReference
protected List
<RelatedParty> protected List
<ReportingRegimeIdentifier> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountReference property.Gets the value of the partyReference property.Gets the value of the relatedParty property.Gets the value of the reportingRegime property.void
Sets the value of the accountReference property.void
setPartyReference
(PartyReference value) Sets the value of the partyReference property.
-
Field Details
-
partyReference
-
accountReference
-
reportingRegime
-
-
Constructor Details
-
WithdrawalPartyTradeInformation
public WithdrawalPartyTradeInformation()
-
-
Method Details
-
getPartyReference
Gets the value of the partyReference property.- Returns:
- possible object is
PartyReference
-
setPartyReference
Sets the value of the partyReference property.- Parameters:
value
- allowed object isPartyReference
-
getAccountReference
Gets the value of the accountReference property.- Returns:
- possible object is
AccountReference
-
setAccountReference
Sets the value of the accountReference property.- Parameters:
value
- allowed object isAccountReference
-
getRelatedParty
Gets the value of the relatedParty 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
set
method for the relatedParty property.For example, to add a new item, do as follows:
getRelatedParty().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedParty
-
getReportingRegime
Gets the value of the reportingRegime 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
set
method for the reportingRegime property.For example, to add a new item, do as follows:
getReportingRegime().add(newItem);
Objects of the following type(s) are allowed in the list
ReportingRegimeIdentifier
-