com.prowidesoftware.swift.model.mx.dic.SecuritiesSettlementTransactionModificationRequestStatusAdviceV02 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.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;
/**
* Scope
* An account servicer sends a SecuritiesSettlementTransactionModificationRequestStatusAdvice to an account owner to advise the status of a SecuritiesSettlementModificationRequest message previously sent by the account owner.
* The account servicer may be:
* - a central securities depository or another settlement market infrastructure managing securities settlement transactions on behalf of their participants
* - an custodian acting as an accounting and/or settlement agent.
*
* Usage
* The message may also be used to:
* - re-send a message sent by the account owner to the account servicer,
* - provide a third party with a copy of a message being sent by the account owner for information,
* - re-send to a third party a copy of a message being sent by the account owner for information
* using the relevant elements in the Business Application Header.
*
* ISO 15022 - 20022 Coexistence
* This ISO 20022 message is reversed engineered from ISO 15022. Both standards will coexist for a certain number of years. Until this coexistence period ends, the usage of certain data types is restricted to ensure interoperability between ISO 15022 and 20022 users. Compliance to these rules is mandatory in a coexistence environment. The coexistence restrictions are described in a Textual Rule linked to the Message Items they concern. These coexistence textual rules are clearly identified as follows: “CoexistenceXxxxRule”.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SecuritiesSettlementTransactionModificationRequestStatusAdviceV02", propOrder = {
"modReqRef",
"acctOwnr",
"sfkpgAcct",
"txId",
"modPrcgSts",
"txDtls",
"splmtryData"
})
public class SecuritiesSettlementTransactionModificationRequestStatusAdviceV02 {
@XmlElement(name = "ModReqRef", required = true)
protected Identification1 modReqRef;
@XmlElement(name = "AcctOwnr")
protected PartyIdentification36Choice acctOwnr;
@XmlElement(name = "SfkpgAcct", required = true)
protected SecuritiesAccount13 sfkpgAcct;
@XmlElement(name = "TxId")
protected TransactionIdentifications25 txId;
@XmlElement(name = "ModPrcgSts", required = true)
protected ModificationProcessingStatus2Choice modPrcgSts;
@XmlElement(name = "TxDtls")
protected TransactionDetails45 txDtls;
@XmlElement(name = "SplmtryData")
protected List splmtryData;
/**
* Gets the value of the modReqRef property.
*
* @return
* possible object is
* {@link Identification1 }
*
*/
public Identification1 getModReqRef() {
return modReqRef;
}
/**
* Sets the value of the modReqRef property.
*
* @param value
* allowed object is
* {@link Identification1 }
*
*/
public SecuritiesSettlementTransactionModificationRequestStatusAdviceV02 setModReqRef(Identification1 value) {
this.modReqRef = value;
return this;
}
/**
* Gets the value of the acctOwnr property.
*
* @return
* possible object is
* {@link PartyIdentification36Choice }
*
*/
public PartyIdentification36Choice getAcctOwnr() {
return acctOwnr;
}
/**
* Sets the value of the acctOwnr property.
*
* @param value
* allowed object is
* {@link PartyIdentification36Choice }
*
*/
public SecuritiesSettlementTransactionModificationRequestStatusAdviceV02 setAcctOwnr(PartyIdentification36Choice value) {
this.acctOwnr = value;
return this;
}
/**
* Gets the value of the sfkpgAcct property.
*
* @return
* possible object is
* {@link SecuritiesAccount13 }
*
*/
public SecuritiesAccount13 getSfkpgAcct() {
return sfkpgAcct;
}
/**
* Sets the value of the sfkpgAcct property.
*
* @param value
* allowed object is
* {@link SecuritiesAccount13 }
*
*/
public SecuritiesSettlementTransactionModificationRequestStatusAdviceV02 setSfkpgAcct(SecuritiesAccount13 value) {
this.sfkpgAcct = value;
return this;
}
/**
* Gets the value of the txId property.
*
* @return
* possible object is
* {@link TransactionIdentifications25 }
*
*/
public TransactionIdentifications25 getTxId() {
return txId;
}
/**
* Sets the value of the txId property.
*
* @param value
* allowed object is
* {@link TransactionIdentifications25 }
*
*/
public SecuritiesSettlementTransactionModificationRequestStatusAdviceV02 setTxId(TransactionIdentifications25 value) {
this.txId = value;
return this;
}
/**
* Gets the value of the modPrcgSts property.
*
* @return
* possible object is
* {@link ModificationProcessingStatus2Choice }
*
*/
public ModificationProcessingStatus2Choice getModPrcgSts() {
return modPrcgSts;
}
/**
* Sets the value of the modPrcgSts property.
*
* @param value
* allowed object is
* {@link ModificationProcessingStatus2Choice }
*
*/
public SecuritiesSettlementTransactionModificationRequestStatusAdviceV02 setModPrcgSts(ModificationProcessingStatus2Choice value) {
this.modPrcgSts = value;
return this;
}
/**
* Gets the value of the txDtls property.
*
* @return
* possible object is
* {@link TransactionDetails45 }
*
*/
public TransactionDetails45 getTxDtls() {
return txDtls;
}
/**
* Sets the value of the txDtls property.
*
* @param value
* allowed object is
* {@link TransactionDetails45 }
*
*/
public SecuritiesSettlementTransactionModificationRequestStatusAdviceV02 setTxDtls(TransactionDetails45 value) {
this.txDtls = value;
return this;
}
/**
* Gets the value of the splmtryData 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 splmtryData property.
*
*
* For example, to add a new item, do as follows:
*
* getSplmtryData().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SupplementaryData1 }
*
*
*/
public List getSplmtryData() {
if (splmtryData == null) {
splmtryData = new ArrayList();
}
return this.splmtryData;
}
@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 splmtryData list.
* @see #getSplmtryData()
*
*/
public SecuritiesSettlementTransactionModificationRequestStatusAdviceV02 addSplmtryData(SupplementaryData1 splmtryData) {
getSplmtryData().add(splmtryData);
return this;
}
}