com.prowidesoftware.swift.model.mx.dic.ReceiveInformation4 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;
/**
* Completion of a securities settlement instruction, wherein securities are delivered/debited from a securities account and received/credited to the designated securities account.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ReceiveInformation4", propOrder = {
"fctvSttlmDt",
"sttlmAmt",
"stmpDtyInd",
"netAmt",
"chrgDtls",
"comssnDtls",
"taxDtls",
"sttlmPtiesDtls",
"physTrfInd",
"physTrfDtls"
})
public class ReceiveInformation4 {
@XmlElement(name = "FctvSttlmDt")
protected DateAndDateTimeChoice fctvSttlmDt;
@XmlElement(name = "SttlmAmt")
protected ActiveCurrencyAndAmount sttlmAmt;
@XmlElement(name = "StmpDtyInd")
protected boolean stmpDtyInd;
@XmlElement(name = "NetAmt")
protected ActiveCurrencyAndAmount netAmt;
@XmlElement(name = "ChrgDtls")
protected List chrgDtls;
@XmlElement(name = "ComssnDtls")
protected List comssnDtls;
@XmlElement(name = "TaxDtls")
protected List taxDtls;
@XmlElement(name = "SttlmPtiesDtls", required = true)
protected ReceivingPartiesAndAccount4 sttlmPtiesDtls;
@XmlElement(name = "PhysTrfInd")
protected boolean physTrfInd;
@XmlElement(name = "PhysTrfDtls")
protected DeliveryParameters4 physTrfDtls;
/**
* Gets the value of the fctvSttlmDt property.
*
* @return
* possible object is
* {@link DateAndDateTimeChoice }
*
*/
public DateAndDateTimeChoice getFctvSttlmDt() {
return fctvSttlmDt;
}
/**
* Sets the value of the fctvSttlmDt property.
*
* @param value
* allowed object is
* {@link DateAndDateTimeChoice }
*
*/
public ReceiveInformation4 setFctvSttlmDt(DateAndDateTimeChoice value) {
this.fctvSttlmDt = value;
return this;
}
/**
* Gets the value of the sttlmAmt property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getSttlmAmt() {
return sttlmAmt;
}
/**
* Sets the value of the sttlmAmt property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ReceiveInformation4 setSttlmAmt(ActiveCurrencyAndAmount value) {
this.sttlmAmt = value;
return this;
}
/**
* Gets the value of the stmpDtyInd property.
*
*/
public boolean isStmpDtyInd() {
return stmpDtyInd;
}
/**
* Sets the value of the stmpDtyInd property.
*
*/
public ReceiveInformation4 setStmpDtyInd(boolean value) {
this.stmpDtyInd = value;
return this;
}
/**
* Gets the value of the netAmt property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getNetAmt() {
return netAmt;
}
/**
* Sets the value of the netAmt property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ReceiveInformation4 setNetAmt(ActiveCurrencyAndAmount value) {
this.netAmt = value;
return this;
}
/**
* Gets the value of the chrgDtls 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 chrgDtls property.
*
*
* For example, to add a new item, do as follows:
*
* getChrgDtls().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Charge20 }
*
*
*/
public List getChrgDtls() {
if (chrgDtls == null) {
chrgDtls = new ArrayList();
}
return this.chrgDtls;
}
/**
* Gets the value of the comssnDtls 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 comssnDtls property.
*
*
* For example, to add a new item, do as follows:
*
* getComssnDtls().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Commission12 }
*
*
*/
public List getComssnDtls() {
if (comssnDtls == null) {
comssnDtls = new ArrayList();
}
return this.comssnDtls;
}
/**
* Gets the value of the taxDtls 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 taxDtls property.
*
*
* For example, to add a new item, do as follows:
*
* getTaxDtls().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Tax15 }
*
*
*/
public List getTaxDtls() {
if (taxDtls == null) {
taxDtls = new ArrayList();
}
return this.taxDtls;
}
/**
* Gets the value of the sttlmPtiesDtls property.
*
* @return
* possible object is
* {@link ReceivingPartiesAndAccount4 }
*
*/
public ReceivingPartiesAndAccount4 getSttlmPtiesDtls() {
return sttlmPtiesDtls;
}
/**
* Sets the value of the sttlmPtiesDtls property.
*
* @param value
* allowed object is
* {@link ReceivingPartiesAndAccount4 }
*
*/
public ReceiveInformation4 setSttlmPtiesDtls(ReceivingPartiesAndAccount4 value) {
this.sttlmPtiesDtls = value;
return this;
}
/**
* Gets the value of the physTrfInd property.
*
*/
public boolean isPhysTrfInd() {
return physTrfInd;
}
/**
* Sets the value of the physTrfInd property.
*
*/
public ReceiveInformation4 setPhysTrfInd(boolean value) {
this.physTrfInd = value;
return this;
}
/**
* Gets the value of the physTrfDtls property.
*
* @return
* possible object is
* {@link DeliveryParameters4 }
*
*/
public DeliveryParameters4 getPhysTrfDtls() {
return physTrfDtls;
}
/**
* Sets the value of the physTrfDtls property.
*
* @param value
* allowed object is
* {@link DeliveryParameters4 }
*
*/
public ReceiveInformation4 setPhysTrfDtls(DeliveryParameters4 value) {
this.physTrfDtls = 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 chrgDtls list.
* @see #getChrgDtls()
*
*/
public ReceiveInformation4 addChrgDtls(Charge20 chrgDtls) {
getChrgDtls().add(chrgDtls);
return this;
}
/**
* Adds a new item to the comssnDtls list.
* @see #getComssnDtls()
*
*/
public ReceiveInformation4 addComssnDtls(Commission12 comssnDtls) {
getComssnDtls().add(comssnDtls);
return this;
}
/**
* Adds a new item to the taxDtls list.
* @see #getTaxDtls()
*
*/
public ReceiveInformation4 addTaxDtls(Tax15 taxDtls) {
getTaxDtls().add(taxDtls);
return this;
}
}