com.prowidesoftware.swift.model.mx.dic.SettlementDetails68 Maven / Gradle / Ivy
Show all versions of pw-iso20022 Show documentation
package com.prowidesoftware.swift.model.mx.dic;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
/**
* Details of settlement of a transaction.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SettlementDetails68", propOrder = {
"sctiesTxTp",
"sttlmTxCond",
"bnfclOwnrsh",
"ccpElgblty",
"dlvryRtrRsn",
"cshClrSys",
"xpsrTp",
"fxStgInstr",
"mktClntSd",
"netgElgblty",
"regn",
"lglRstrctns",
"sttlgCpcty",
"taxCpcty",
"stmpDtyTaxBsis",
"trckg",
"lttrOfGrnt",
"rtrLeg",
"modCxlAllwd",
"elgblForColl",
"sctiesSubBalTp",
"cshSubBalTp"
})
public class SettlementDetails68 {
@XmlElement(name = "SctiesTxTp")
protected SecuritiesTransactionType9Choice sctiesTxTp;
@XmlElement(name = "SttlmTxCond")
protected List sttlmTxCond;
@XmlElement(name = "BnfclOwnrsh")
protected BeneficialOwnership1Choice bnfclOwnrsh;
@XmlElement(name = "CCPElgblty")
protected CentralCounterPartyEligibility1Choice ccpElgblty;
@XmlElement(name = "DlvryRtrRsn")
protected DeliveryReturn1Choice dlvryRtrRsn;
@XmlElement(name = "CshClrSys")
protected CashSettlementSystem1Choice cshClrSys;
@XmlElement(name = "XpsrTp")
protected ExposureType10Choice xpsrTp;
@XmlElement(name = "FxStgInstr")
protected FXStandingInstruction1Choice fxStgInstr;
@XmlElement(name = "MktClntSd")
protected MarketClientSide1Choice mktClntSd;
@XmlElement(name = "NetgElgblty")
protected NettingEligibility1Choice netgElgblty;
@XmlElement(name = "Regn")
protected Registration1Choice regn;
@XmlElement(name = "LglRstrctns")
protected Restriction1Choice lglRstrctns;
@XmlElement(name = "SttlgCpcty")
protected SettlingCapacity4Choice sttlgCpcty;
@XmlElement(name = "TaxCpcty")
protected TaxCapacityParty1Choice taxCpcty;
@XmlElement(name = "StmpDtyTaxBsis")
protected GenericIdentification20 stmpDtyTaxBsis;
@XmlElement(name = "Trckg")
protected Tracking1Choice trckg;
@XmlElement(name = "LttrOfGrnt")
protected LetterOfGuarantee1Choice lttrOfGrnt;
@XmlElement(name = "RtrLeg")
protected Boolean rtrLeg;
@XmlElement(name = "ModCxlAllwd")
protected ModificationCancellationAllowed1Choice modCxlAllwd;
@XmlElement(name = "ElgblForColl")
protected Boolean elgblForColl;
@XmlElement(name = "SctiesSubBalTp")
protected GenericIdentification20 sctiesSubBalTp;
@XmlElement(name = "CshSubBalTp")
protected GenericIdentification20 cshSubBalTp;
/**
* Gets the value of the sctiesTxTp property.
*
* @return
* possible object is
* {@link SecuritiesTransactionType9Choice }
*
*/
public SecuritiesTransactionType9Choice getSctiesTxTp() {
return sctiesTxTp;
}
/**
* Sets the value of the sctiesTxTp property.
*
* @param value
* allowed object is
* {@link SecuritiesTransactionType9Choice }
*
*/
public SettlementDetails68 setSctiesTxTp(SecuritiesTransactionType9Choice value) {
this.sctiesTxTp = value;
return this;
}
/**
* Gets the value of the sttlmTxCond 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 {@code set} method for the sttlmTxCond property.
*
*
* For example, to add a new item, do as follows:
*
* getSttlmTxCond().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SettlementTransactionCondition12Choice }
*
*
* @return
* The value of the sttlmTxCond property.
*/
public List getSttlmTxCond() {
if (sttlmTxCond == null) {
sttlmTxCond = new ArrayList<>();
}
return this.sttlmTxCond;
}
/**
* Gets the value of the bnfclOwnrsh property.
*
* @return
* possible object is
* {@link BeneficialOwnership1Choice }
*
*/
public BeneficialOwnership1Choice getBnfclOwnrsh() {
return bnfclOwnrsh;
}
/**
* Sets the value of the bnfclOwnrsh property.
*
* @param value
* allowed object is
* {@link BeneficialOwnership1Choice }
*
*/
public SettlementDetails68 setBnfclOwnrsh(BeneficialOwnership1Choice value) {
this.bnfclOwnrsh = value;
return this;
}
/**
* Gets the value of the ccpElgblty property.
*
* @return
* possible object is
* {@link CentralCounterPartyEligibility1Choice }
*
*/
public CentralCounterPartyEligibility1Choice getCCPElgblty() {
return ccpElgblty;
}
/**
* Sets the value of the ccpElgblty property.
*
* @param value
* allowed object is
* {@link CentralCounterPartyEligibility1Choice }
*
*/
public SettlementDetails68 setCCPElgblty(CentralCounterPartyEligibility1Choice value) {
this.ccpElgblty = value;
return this;
}
/**
* Gets the value of the dlvryRtrRsn property.
*
* @return
* possible object is
* {@link DeliveryReturn1Choice }
*
*/
public DeliveryReturn1Choice getDlvryRtrRsn() {
return dlvryRtrRsn;
}
/**
* Sets the value of the dlvryRtrRsn property.
*
* @param value
* allowed object is
* {@link DeliveryReturn1Choice }
*
*/
public SettlementDetails68 setDlvryRtrRsn(DeliveryReturn1Choice value) {
this.dlvryRtrRsn = value;
return this;
}
/**
* Gets the value of the cshClrSys property.
*
* @return
* possible object is
* {@link CashSettlementSystem1Choice }
*
*/
public CashSettlementSystem1Choice getCshClrSys() {
return cshClrSys;
}
/**
* Sets the value of the cshClrSys property.
*
* @param value
* allowed object is
* {@link CashSettlementSystem1Choice }
*
*/
public SettlementDetails68 setCshClrSys(CashSettlementSystem1Choice value) {
this.cshClrSys = value;
return this;
}
/**
* Gets the value of the xpsrTp property.
*
* @return
* possible object is
* {@link ExposureType10Choice }
*
*/
public ExposureType10Choice getXpsrTp() {
return xpsrTp;
}
/**
* Sets the value of the xpsrTp property.
*
* @param value
* allowed object is
* {@link ExposureType10Choice }
*
*/
public SettlementDetails68 setXpsrTp(ExposureType10Choice value) {
this.xpsrTp = value;
return this;
}
/**
* Gets the value of the fxStgInstr property.
*
* @return
* possible object is
* {@link FXStandingInstruction1Choice }
*
*/
public FXStandingInstruction1Choice getFxStgInstr() {
return fxStgInstr;
}
/**
* Sets the value of the fxStgInstr property.
*
* @param value
* allowed object is
* {@link FXStandingInstruction1Choice }
*
*/
public SettlementDetails68 setFxStgInstr(FXStandingInstruction1Choice value) {
this.fxStgInstr = value;
return this;
}
/**
* Gets the value of the mktClntSd property.
*
* @return
* possible object is
* {@link MarketClientSide1Choice }
*
*/
public MarketClientSide1Choice getMktClntSd() {
return mktClntSd;
}
/**
* Sets the value of the mktClntSd property.
*
* @param value
* allowed object is
* {@link MarketClientSide1Choice }
*
*/
public SettlementDetails68 setMktClntSd(MarketClientSide1Choice value) {
this.mktClntSd = value;
return this;
}
/**
* Gets the value of the netgElgblty property.
*
* @return
* possible object is
* {@link NettingEligibility1Choice }
*
*/
public NettingEligibility1Choice getNetgElgblty() {
return netgElgblty;
}
/**
* Sets the value of the netgElgblty property.
*
* @param value
* allowed object is
* {@link NettingEligibility1Choice }
*
*/
public SettlementDetails68 setNetgElgblty(NettingEligibility1Choice value) {
this.netgElgblty = value;
return this;
}
/**
* Gets the value of the regn property.
*
* @return
* possible object is
* {@link Registration1Choice }
*
*/
public Registration1Choice getRegn() {
return regn;
}
/**
* Sets the value of the regn property.
*
* @param value
* allowed object is
* {@link Registration1Choice }
*
*/
public SettlementDetails68 setRegn(Registration1Choice value) {
this.regn = value;
return this;
}
/**
* Gets the value of the lglRstrctns property.
*
* @return
* possible object is
* {@link Restriction1Choice }
*
*/
public Restriction1Choice getLglRstrctns() {
return lglRstrctns;
}
/**
* Sets the value of the lglRstrctns property.
*
* @param value
* allowed object is
* {@link Restriction1Choice }
*
*/
public SettlementDetails68 setLglRstrctns(Restriction1Choice value) {
this.lglRstrctns = value;
return this;
}
/**
* Gets the value of the sttlgCpcty property.
*
* @return
* possible object is
* {@link SettlingCapacity4Choice }
*
*/
public SettlingCapacity4Choice getSttlgCpcty() {
return sttlgCpcty;
}
/**
* Sets the value of the sttlgCpcty property.
*
* @param value
* allowed object is
* {@link SettlingCapacity4Choice }
*
*/
public SettlementDetails68 setSttlgCpcty(SettlingCapacity4Choice value) {
this.sttlgCpcty = value;
return this;
}
/**
* Gets the value of the taxCpcty property.
*
* @return
* possible object is
* {@link TaxCapacityParty1Choice }
*
*/
public TaxCapacityParty1Choice getTaxCpcty() {
return taxCpcty;
}
/**
* Sets the value of the taxCpcty property.
*
* @param value
* allowed object is
* {@link TaxCapacityParty1Choice }
*
*/
public SettlementDetails68 setTaxCpcty(TaxCapacityParty1Choice value) {
this.taxCpcty = value;
return this;
}
/**
* Gets the value of the stmpDtyTaxBsis property.
*
* @return
* possible object is
* {@link GenericIdentification20 }
*
*/
public GenericIdentification20 getStmpDtyTaxBsis() {
return stmpDtyTaxBsis;
}
/**
* Sets the value of the stmpDtyTaxBsis property.
*
* @param value
* allowed object is
* {@link GenericIdentification20 }
*
*/
public SettlementDetails68 setStmpDtyTaxBsis(GenericIdentification20 value) {
this.stmpDtyTaxBsis = value;
return this;
}
/**
* Gets the value of the trckg property.
*
* @return
* possible object is
* {@link Tracking1Choice }
*
*/
public Tracking1Choice getTrckg() {
return trckg;
}
/**
* Sets the value of the trckg property.
*
* @param value
* allowed object is
* {@link Tracking1Choice }
*
*/
public SettlementDetails68 setTrckg(Tracking1Choice value) {
this.trckg = value;
return this;
}
/**
* Gets the value of the lttrOfGrnt property.
*
* @return
* possible object is
* {@link LetterOfGuarantee1Choice }
*
*/
public LetterOfGuarantee1Choice getLttrOfGrnt() {
return lttrOfGrnt;
}
/**
* Sets the value of the lttrOfGrnt property.
*
* @param value
* allowed object is
* {@link LetterOfGuarantee1Choice }
*
*/
public SettlementDetails68 setLttrOfGrnt(LetterOfGuarantee1Choice value) {
this.lttrOfGrnt = value;
return this;
}
/**
* Gets the value of the rtrLeg property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isRtrLeg() {
return rtrLeg;
}
/**
* Sets the value of the rtrLeg property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public SettlementDetails68 setRtrLeg(Boolean value) {
this.rtrLeg = value;
return this;
}
/**
* Gets the value of the modCxlAllwd property.
*
* @return
* possible object is
* {@link ModificationCancellationAllowed1Choice }
*
*/
public ModificationCancellationAllowed1Choice getModCxlAllwd() {
return modCxlAllwd;
}
/**
* Sets the value of the modCxlAllwd property.
*
* @param value
* allowed object is
* {@link ModificationCancellationAllowed1Choice }
*
*/
public SettlementDetails68 setModCxlAllwd(ModificationCancellationAllowed1Choice value) {
this.modCxlAllwd = value;
return this;
}
/**
* Gets the value of the elgblForColl property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isElgblForColl() {
return elgblForColl;
}
/**
* Sets the value of the elgblForColl property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public SettlementDetails68 setElgblForColl(Boolean value) {
this.elgblForColl = value;
return this;
}
/**
* Gets the value of the sctiesSubBalTp property.
*
* @return
* possible object is
* {@link GenericIdentification20 }
*
*/
public GenericIdentification20 getSctiesSubBalTp() {
return sctiesSubBalTp;
}
/**
* Sets the value of the sctiesSubBalTp property.
*
* @param value
* allowed object is
* {@link GenericIdentification20 }
*
*/
public SettlementDetails68 setSctiesSubBalTp(GenericIdentification20 value) {
this.sctiesSubBalTp = value;
return this;
}
/**
* Gets the value of the cshSubBalTp property.
*
* @return
* possible object is
* {@link GenericIdentification20 }
*
*/
public GenericIdentification20 getCshSubBalTp() {
return cshSubBalTp;
}
/**
* Sets the value of the cshSubBalTp property.
*
* @param value
* allowed object is
* {@link GenericIdentification20 }
*
*/
public SettlementDetails68 setCshSubBalTp(GenericIdentification20 value) {
this.cshSubBalTp = value;
return this;
}
@Override
public String toString() {
return ToStringBuilder.reflectionToString(this, ToStringStyle.MULTI_LINE_STYLE);
}
@Override
public boolean equals(Object that) {
return EqualsBuilder.reflectionEquals(this, that);
}
@Override
public int hashCode() {
return HashCodeBuilder.reflectionHashCode(this);
}
/**
* Adds a new item to the sttlmTxCond list.
* @see #getSttlmTxCond()
*
*/
public SettlementDetails68 addSttlmTxCond(SettlementTransactionCondition12Choice sttlmTxCond) {
getSttlmTxCond().add(sttlmTxCond);
return this;
}
}