com.prowidesoftware.swift.model.mx.dic.SettlementDetails81 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 javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.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;
/**
* Parameters which explicitly state the conditions that must be fulfilled before a particular transaction of a financial instrument can be settled. These parameters are defined by the instructing party in compliance with settlement rules in the market the transaction will settle in.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SettlementDetails81", propOrder = {
"hldInd",
"prty",
"sctiesTxTp",
"sttlmTxCond",
"prtlSttlmInd",
"bnfclOwnrsh",
"blckTrad",
"ccpElgblty",
"dlvryRtrRsn",
"cshClrSys",
"xpsrTp",
"fxStgInstr",
"mktClntSd",
"netgElgblty",
"regn",
"rpTp",
"lglRstrctns",
"sctiesRTGS",
"sttlgCpcty",
"sttlmSysMtd",
"taxCpcty",
"stmpDtyTaxBsis",
"trckg",
"automtcBrrwg",
"lttrOfGrnt",
"rtrLeg",
"modCxlAllwd",
"elgblForColl",
"sctiesSubBalTp",
"cshSubBalTp"
})
public class SettlementDetails81 {
@XmlElement(name = "HldInd")
protected HoldIndicator5 hldInd;
@XmlElement(name = "Prty")
protected PriorityNumeric2Choice prty;
@XmlElement(name = "SctiesTxTp", required = true)
protected SecuritiesTransactionType16Choice sctiesTxTp;
@XmlElement(name = "SttlmTxCond")
protected List sttlmTxCond;
@XmlElement(name = "PrtlSttlmInd")
@XmlSchemaType(name = "string")
protected SettlementTransactionCondition5Code prtlSttlmInd;
@XmlElement(name = "BnfclOwnrsh")
protected BeneficialOwnership2Choice bnfclOwnrsh;
@XmlElement(name = "BlckTrad")
protected BlockTrade2Choice blckTrad;
@XmlElement(name = "CCPElgblty")
protected CentralCounterPartyEligibility2Choice ccpElgblty;
@XmlElement(name = "DlvryRtrRsn")
protected DeliveryReturn2Choice dlvryRtrRsn;
@XmlElement(name = "CshClrSys")
protected CashSettlementSystem2Choice cshClrSys;
@XmlElement(name = "XpsrTp")
protected ExposureType11Choice xpsrTp;
@XmlElement(name = "FxStgInstr")
protected FXStandingInstruction2Choice fxStgInstr;
@XmlElement(name = "MktClntSd")
protected MarketClientSide2Choice mktClntSd;
@XmlElement(name = "NetgElgblty")
protected NettingEligibility2Choice netgElgblty;
@XmlElement(name = "Regn")
protected Registration2Choice regn;
@XmlElement(name = "RpTp")
protected RepurchaseType4Choice rpTp;
@XmlElement(name = "LglRstrctns")
protected Restriction2Choice lglRstrctns;
@XmlElement(name = "SctiesRTGS")
protected SecuritiesRTGS2Choice sctiesRTGS;
@XmlElement(name = "SttlgCpcty")
protected SettlingCapacity5Choice sttlgCpcty;
@XmlElement(name = "SttlmSysMtd")
protected SettlementSystemMethod2Choice sttlmSysMtd;
@XmlElement(name = "TaxCpcty")
protected TaxCapacityParty2Choice taxCpcty;
@XmlElement(name = "StmpDtyTaxBsis")
protected GenericIdentification25 stmpDtyTaxBsis;
@XmlElement(name = "Trckg")
protected Tracking2Choice trckg;
@XmlElement(name = "AutomtcBrrwg")
protected AutomaticBorrowing4Choice automtcBrrwg;
@XmlElement(name = "LttrOfGrnt")
protected LetterOfGuarantee2Choice lttrOfGrnt;
@XmlElement(name = "RtrLeg")
protected Boolean rtrLeg;
@XmlElement(name = "ModCxlAllwd")
protected ModificationCancellationAllowed2Choice modCxlAllwd;
@XmlElement(name = "ElgblForColl")
protected Boolean elgblForColl;
@XmlElement(name = "SctiesSubBalTp")
protected GenericIdentification25 sctiesSubBalTp;
@XmlElement(name = "CshSubBalTp")
protected GenericIdentification25 cshSubBalTp;
/**
* Gets the value of the hldInd property.
*
* @return
* possible object is
* {@link HoldIndicator5 }
*
*/
public HoldIndicator5 getHldInd() {
return hldInd;
}
/**
* Sets the value of the hldInd property.
*
* @param value
* allowed object is
* {@link HoldIndicator5 }
*
*/
public SettlementDetails81 setHldInd(HoldIndicator5 value) {
this.hldInd = value;
return this;
}
/**
* Gets the value of the prty property.
*
* @return
* possible object is
* {@link PriorityNumeric2Choice }
*
*/
public PriorityNumeric2Choice getPrty() {
return prty;
}
/**
* Sets the value of the prty property.
*
* @param value
* allowed object is
* {@link PriorityNumeric2Choice }
*
*/
public SettlementDetails81 setPrty(PriorityNumeric2Choice value) {
this.prty = value;
return this;
}
/**
* Gets the value of the sctiesTxTp property.
*
* @return
* possible object is
* {@link SecuritiesTransactionType16Choice }
*
*/
public SecuritiesTransactionType16Choice getSctiesTxTp() {
return sctiesTxTp;
}
/**
* Sets the value of the sctiesTxTp property.
*
* @param value
* allowed object is
* {@link SecuritiesTransactionType16Choice }
*
*/
public SettlementDetails81 setSctiesTxTp(SecuritiesTransactionType16Choice 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 JAXB object.
* This is why there is not a 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 SettlementTransactionCondition14Choice }
*
*
*/
public List getSttlmTxCond() {
if (sttlmTxCond == null) {
sttlmTxCond = new ArrayList();
}
return this.sttlmTxCond;
}
/**
* Gets the value of the prtlSttlmInd property.
*
* @return
* possible object is
* {@link SettlementTransactionCondition5Code }
*
*/
public SettlementTransactionCondition5Code getPrtlSttlmInd() {
return prtlSttlmInd;
}
/**
* Sets the value of the prtlSttlmInd property.
*
* @param value
* allowed object is
* {@link SettlementTransactionCondition5Code }
*
*/
public SettlementDetails81 setPrtlSttlmInd(SettlementTransactionCondition5Code value) {
this.prtlSttlmInd = value;
return this;
}
/**
* Gets the value of the bnfclOwnrsh property.
*
* @return
* possible object is
* {@link BeneficialOwnership2Choice }
*
*/
public BeneficialOwnership2Choice getBnfclOwnrsh() {
return bnfclOwnrsh;
}
/**
* Sets the value of the bnfclOwnrsh property.
*
* @param value
* allowed object is
* {@link BeneficialOwnership2Choice }
*
*/
public SettlementDetails81 setBnfclOwnrsh(BeneficialOwnership2Choice value) {
this.bnfclOwnrsh = value;
return this;
}
/**
* Gets the value of the blckTrad property.
*
* @return
* possible object is
* {@link BlockTrade2Choice }
*
*/
public BlockTrade2Choice getBlckTrad() {
return blckTrad;
}
/**
* Sets the value of the blckTrad property.
*
* @param value
* allowed object is
* {@link BlockTrade2Choice }
*
*/
public SettlementDetails81 setBlckTrad(BlockTrade2Choice value) {
this.blckTrad = value;
return this;
}
/**
* Gets the value of the ccpElgblty property.
*
* @return
* possible object is
* {@link CentralCounterPartyEligibility2Choice }
*
*/
public CentralCounterPartyEligibility2Choice getCCPElgblty() {
return ccpElgblty;
}
/**
* Sets the value of the ccpElgblty property.
*
* @param value
* allowed object is
* {@link CentralCounterPartyEligibility2Choice }
*
*/
public SettlementDetails81 setCCPElgblty(CentralCounterPartyEligibility2Choice value) {
this.ccpElgblty = value;
return this;
}
/**
* Gets the value of the dlvryRtrRsn property.
*
* @return
* possible object is
* {@link DeliveryReturn2Choice }
*
*/
public DeliveryReturn2Choice getDlvryRtrRsn() {
return dlvryRtrRsn;
}
/**
* Sets the value of the dlvryRtrRsn property.
*
* @param value
* allowed object is
* {@link DeliveryReturn2Choice }
*
*/
public SettlementDetails81 setDlvryRtrRsn(DeliveryReturn2Choice value) {
this.dlvryRtrRsn = value;
return this;
}
/**
* Gets the value of the cshClrSys property.
*
* @return
* possible object is
* {@link CashSettlementSystem2Choice }
*
*/
public CashSettlementSystem2Choice getCshClrSys() {
return cshClrSys;
}
/**
* Sets the value of the cshClrSys property.
*
* @param value
* allowed object is
* {@link CashSettlementSystem2Choice }
*
*/
public SettlementDetails81 setCshClrSys(CashSettlementSystem2Choice value) {
this.cshClrSys = value;
return this;
}
/**
* Gets the value of the xpsrTp property.
*
* @return
* possible object is
* {@link ExposureType11Choice }
*
*/
public ExposureType11Choice getXpsrTp() {
return xpsrTp;
}
/**
* Sets the value of the xpsrTp property.
*
* @param value
* allowed object is
* {@link ExposureType11Choice }
*
*/
public SettlementDetails81 setXpsrTp(ExposureType11Choice value) {
this.xpsrTp = value;
return this;
}
/**
* Gets the value of the fxStgInstr property.
*
* @return
* possible object is
* {@link FXStandingInstruction2Choice }
*
*/
public FXStandingInstruction2Choice getFxStgInstr() {
return fxStgInstr;
}
/**
* Sets the value of the fxStgInstr property.
*
* @param value
* allowed object is
* {@link FXStandingInstruction2Choice }
*
*/
public SettlementDetails81 setFxStgInstr(FXStandingInstruction2Choice value) {
this.fxStgInstr = value;
return this;
}
/**
* Gets the value of the mktClntSd property.
*
* @return
* possible object is
* {@link MarketClientSide2Choice }
*
*/
public MarketClientSide2Choice getMktClntSd() {
return mktClntSd;
}
/**
* Sets the value of the mktClntSd property.
*
* @param value
* allowed object is
* {@link MarketClientSide2Choice }
*
*/
public SettlementDetails81 setMktClntSd(MarketClientSide2Choice value) {
this.mktClntSd = value;
return this;
}
/**
* Gets the value of the netgElgblty property.
*
* @return
* possible object is
* {@link NettingEligibility2Choice }
*
*/
public NettingEligibility2Choice getNetgElgblty() {
return netgElgblty;
}
/**
* Sets the value of the netgElgblty property.
*
* @param value
* allowed object is
* {@link NettingEligibility2Choice }
*
*/
public SettlementDetails81 setNetgElgblty(NettingEligibility2Choice value) {
this.netgElgblty = value;
return this;
}
/**
* Gets the value of the regn property.
*
* @return
* possible object is
* {@link Registration2Choice }
*
*/
public Registration2Choice getRegn() {
return regn;
}
/**
* Sets the value of the regn property.
*
* @param value
* allowed object is
* {@link Registration2Choice }
*
*/
public SettlementDetails81 setRegn(Registration2Choice value) {
this.regn = value;
return this;
}
/**
* Gets the value of the rpTp property.
*
* @return
* possible object is
* {@link RepurchaseType4Choice }
*
*/
public RepurchaseType4Choice getRpTp() {
return rpTp;
}
/**
* Sets the value of the rpTp property.
*
* @param value
* allowed object is
* {@link RepurchaseType4Choice }
*
*/
public SettlementDetails81 setRpTp(RepurchaseType4Choice value) {
this.rpTp = value;
return this;
}
/**
* Gets the value of the lglRstrctns property.
*
* @return
* possible object is
* {@link Restriction2Choice }
*
*/
public Restriction2Choice getLglRstrctns() {
return lglRstrctns;
}
/**
* Sets the value of the lglRstrctns property.
*
* @param value
* allowed object is
* {@link Restriction2Choice }
*
*/
public SettlementDetails81 setLglRstrctns(Restriction2Choice value) {
this.lglRstrctns = value;
return this;
}
/**
* Gets the value of the sctiesRTGS property.
*
* @return
* possible object is
* {@link SecuritiesRTGS2Choice }
*
*/
public SecuritiesRTGS2Choice getSctiesRTGS() {
return sctiesRTGS;
}
/**
* Sets the value of the sctiesRTGS property.
*
* @param value
* allowed object is
* {@link SecuritiesRTGS2Choice }
*
*/
public SettlementDetails81 setSctiesRTGS(SecuritiesRTGS2Choice value) {
this.sctiesRTGS = value;
return this;
}
/**
* Gets the value of the sttlgCpcty property.
*
* @return
* possible object is
* {@link SettlingCapacity5Choice }
*
*/
public SettlingCapacity5Choice getSttlgCpcty() {
return sttlgCpcty;
}
/**
* Sets the value of the sttlgCpcty property.
*
* @param value
* allowed object is
* {@link SettlingCapacity5Choice }
*
*/
public SettlementDetails81 setSttlgCpcty(SettlingCapacity5Choice value) {
this.sttlgCpcty = value;
return this;
}
/**
* Gets the value of the sttlmSysMtd property.
*
* @return
* possible object is
* {@link SettlementSystemMethod2Choice }
*
*/
public SettlementSystemMethod2Choice getSttlmSysMtd() {
return sttlmSysMtd;
}
/**
* Sets the value of the sttlmSysMtd property.
*
* @param value
* allowed object is
* {@link SettlementSystemMethod2Choice }
*
*/
public SettlementDetails81 setSttlmSysMtd(SettlementSystemMethod2Choice value) {
this.sttlmSysMtd = value;
return this;
}
/**
* Gets the value of the taxCpcty property.
*
* @return
* possible object is
* {@link TaxCapacityParty2Choice }
*
*/
public TaxCapacityParty2Choice getTaxCpcty() {
return taxCpcty;
}
/**
* Sets the value of the taxCpcty property.
*
* @param value
* allowed object is
* {@link TaxCapacityParty2Choice }
*
*/
public SettlementDetails81 setTaxCpcty(TaxCapacityParty2Choice value) {
this.taxCpcty = value;
return this;
}
/**
* Gets the value of the stmpDtyTaxBsis property.
*
* @return
* possible object is
* {@link GenericIdentification25 }
*
*/
public GenericIdentification25 getStmpDtyTaxBsis() {
return stmpDtyTaxBsis;
}
/**
* Sets the value of the stmpDtyTaxBsis property.
*
* @param value
* allowed object is
* {@link GenericIdentification25 }
*
*/
public SettlementDetails81 setStmpDtyTaxBsis(GenericIdentification25 value) {
this.stmpDtyTaxBsis = value;
return this;
}
/**
* Gets the value of the trckg property.
*
* @return
* possible object is
* {@link Tracking2Choice }
*
*/
public Tracking2Choice getTrckg() {
return trckg;
}
/**
* Sets the value of the trckg property.
*
* @param value
* allowed object is
* {@link Tracking2Choice }
*
*/
public SettlementDetails81 setTrckg(Tracking2Choice value) {
this.trckg = value;
return this;
}
/**
* Gets the value of the automtcBrrwg property.
*
* @return
* possible object is
* {@link AutomaticBorrowing4Choice }
*
*/
public AutomaticBorrowing4Choice getAutomtcBrrwg() {
return automtcBrrwg;
}
/**
* Sets the value of the automtcBrrwg property.
*
* @param value
* allowed object is
* {@link AutomaticBorrowing4Choice }
*
*/
public SettlementDetails81 setAutomtcBrrwg(AutomaticBorrowing4Choice value) {
this.automtcBrrwg = value;
return this;
}
/**
* Gets the value of the lttrOfGrnt property.
*
* @return
* possible object is
* {@link LetterOfGuarantee2Choice }
*
*/
public LetterOfGuarantee2Choice getLttrOfGrnt() {
return lttrOfGrnt;
}
/**
* Sets the value of the lttrOfGrnt property.
*
* @param value
* allowed object is
* {@link LetterOfGuarantee2Choice }
*
*/
public SettlementDetails81 setLttrOfGrnt(LetterOfGuarantee2Choice 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 SettlementDetails81 setRtrLeg(Boolean value) {
this.rtrLeg = value;
return this;
}
/**
* Gets the value of the modCxlAllwd property.
*
* @return
* possible object is
* {@link ModificationCancellationAllowed2Choice }
*
*/
public ModificationCancellationAllowed2Choice getModCxlAllwd() {
return modCxlAllwd;
}
/**
* Sets the value of the modCxlAllwd property.
*
* @param value
* allowed object is
* {@link ModificationCancellationAllowed2Choice }
*
*/
public SettlementDetails81 setModCxlAllwd(ModificationCancellationAllowed2Choice 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 SettlementDetails81 setElgblForColl(Boolean value) {
this.elgblForColl = value;
return this;
}
/**
* Gets the value of the sctiesSubBalTp property.
*
* @return
* possible object is
* {@link GenericIdentification25 }
*
*/
public GenericIdentification25 getSctiesSubBalTp() {
return sctiesSubBalTp;
}
/**
* Sets the value of the sctiesSubBalTp property.
*
* @param value
* allowed object is
* {@link GenericIdentification25 }
*
*/
public SettlementDetails81 setSctiesSubBalTp(GenericIdentification25 value) {
this.sctiesSubBalTp = value;
return this;
}
/**
* Gets the value of the cshSubBalTp property.
*
* @return
* possible object is
* {@link GenericIdentification25 }
*
*/
public GenericIdentification25 getCshSubBalTp() {
return cshSubBalTp;
}
/**
* Sets the value of the cshSubBalTp property.
*
* @param value
* allowed object is
* {@link GenericIdentification25 }
*
*/
public SettlementDetails81 setCshSubBalTp(GenericIdentification25 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 SettlementDetails81 addSttlmTxCond(SettlementTransactionCondition14Choice sttlmTxCond) {
getSttlmTxCond().add(sttlmTxCond);
return this;
}
}