com.prowidesoftware.swift.model.mx.dic.SubscriptionBulkOrderCancellationRequestV03 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pw-iso20022 Show documentation
Show all versions of pw-iso20022 Show documentation
Prowide Library for ISO 20022 messages
The newest version!
package com.prowidesoftware.swift.model.mx.dic;
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;
/**
* Scope
* An instructing party, for example, an investment manager or its authorised representative, sends the SubscriptionBulkOrderCancellationRequest message to the executing party, for example, a transfer agent, to request the cancellation of a previously sent SubscriptionBulkOrder instruction.
* Usage
* The SubscriptionBulkOrderCancellationRequest message is used to either:
* - request the cancellation of an entire SubscriptionBulkOrder message, that is, all the individual orders that it contained, or,
* - request the cancellation of one or more individual orders.
* There is no amendment, but a cancellation and re-instruct policy.
* There are two ways to use the message:
* (1) When the SubscriptionBulkOrderCancellationRequest message is used to request the cancellation of an entire SubscriptionBulkOrder message, this can be done by either:
* - quoting the order references of all the individual orders listed in the SubscriptionBulkOrder message, or,
* - quoting the details of all the individual orders (this includes the OrderReference) listed in SubscriptionBulkOrder message, but this is not recommended.
* The message identification of the SubscriptionBulkOrder message may also be quoted in PreviousReference.
* It is also possible to request the cancellation of an entire SubscriptionBulkOrder message by quoting its message identification in PreviousReference, but this is not recommended.
* (2) When the SubscriptionBulkOrderCancellationRequest message is used to request the cancellation of one or more individual orders, this can be done by either:
* - quoting the OrderReference of each individual order listed in the SubscriptionBulkOrder message, or,
* - quoting the details of each individual order (including the OrderReference) listed in SubscriptionBulkOrder message, but this is not recommended.
* The message identification of the SubscriptionBulkOrder message in which the individual order was conveyed may also be quoted in PreviousReference.
* The deadline and acceptance of a cancellation request is subject to a service level agreement (SLA). This cancellation message is a cancellation request. There is no automatic acceptance of the cancellation.
* The rejection or acceptance of an SubscriptionBulkOrderCancellationRequest is made using an OrderCancellationStatusReport message.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SubscriptionBulkOrderCancellationRequestV03", propOrder = {
"msgId",
"poolRef",
"prvsRef",
"cxlByRef",
"cxlByOrdrDtls",
"cpyDtls"
})
public class SubscriptionBulkOrderCancellationRequestV03 {
@XmlElement(name = "MsgId", required = true)
protected MessageIdentification1 msgId;
@XmlElement(name = "PoolRef")
protected AdditionalReference3 poolRef;
@XmlElement(name = "PrvsRef")
protected AdditionalReference3 prvsRef;
@XmlElement(name = "CxlByRef")
protected InvestmentFundOrder1 cxlByRef;
@XmlElement(name = "CxlByOrdrDtls")
protected SubscriptionBulkOrderInstruction2 cxlByOrdrDtls;
@XmlElement(name = "CpyDtls")
protected CopyInformation2 cpyDtls;
/**
* Gets the value of the msgId property.
*
* @return
* possible object is
* {@link MessageIdentification1 }
*
*/
public MessageIdentification1 getMsgId() {
return msgId;
}
/**
* Sets the value of the msgId property.
*
* @param value
* allowed object is
* {@link MessageIdentification1 }
*
*/
public SubscriptionBulkOrderCancellationRequestV03 setMsgId(MessageIdentification1 value) {
this.msgId = value;
return this;
}
/**
* Gets the value of the poolRef property.
*
* @return
* possible object is
* {@link AdditionalReference3 }
*
*/
public AdditionalReference3 getPoolRef() {
return poolRef;
}
/**
* Sets the value of the poolRef property.
*
* @param value
* allowed object is
* {@link AdditionalReference3 }
*
*/
public SubscriptionBulkOrderCancellationRequestV03 setPoolRef(AdditionalReference3 value) {
this.poolRef = value;
return this;
}
/**
* Gets the value of the prvsRef property.
*
* @return
* possible object is
* {@link AdditionalReference3 }
*
*/
public AdditionalReference3 getPrvsRef() {
return prvsRef;
}
/**
* Sets the value of the prvsRef property.
*
* @param value
* allowed object is
* {@link AdditionalReference3 }
*
*/
public SubscriptionBulkOrderCancellationRequestV03 setPrvsRef(AdditionalReference3 value) {
this.prvsRef = value;
return this;
}
/**
* Gets the value of the cxlByRef property.
*
* @return
* possible object is
* {@link InvestmentFundOrder1 }
*
*/
public InvestmentFundOrder1 getCxlByRef() {
return cxlByRef;
}
/**
* Sets the value of the cxlByRef property.
*
* @param value
* allowed object is
* {@link InvestmentFundOrder1 }
*
*/
public SubscriptionBulkOrderCancellationRequestV03 setCxlByRef(InvestmentFundOrder1 value) {
this.cxlByRef = value;
return this;
}
/**
* Gets the value of the cxlByOrdrDtls property.
*
* @return
* possible object is
* {@link SubscriptionBulkOrderInstruction2 }
*
*/
public SubscriptionBulkOrderInstruction2 getCxlByOrdrDtls() {
return cxlByOrdrDtls;
}
/**
* Sets the value of the cxlByOrdrDtls property.
*
* @param value
* allowed object is
* {@link SubscriptionBulkOrderInstruction2 }
*
*/
public SubscriptionBulkOrderCancellationRequestV03 setCxlByOrdrDtls(SubscriptionBulkOrderInstruction2 value) {
this.cxlByOrdrDtls = value;
return this;
}
/**
* Gets the value of the cpyDtls property.
*
* @return
* possible object is
* {@link CopyInformation2 }
*
*/
public CopyInformation2 getCpyDtls() {
return cpyDtls;
}
/**
* Sets the value of the cpyDtls property.
*
* @param value
* allowed object is
* {@link CopyInformation2 }
*
*/
public SubscriptionBulkOrderCancellationRequestV03 setCpyDtls(CopyInformation2 value) {
this.cpyDtls = 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);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy