com.prowidesoftware.swift.model.mx.dic.ProcessingCharacteristics7 Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import java.time.OffsetTime;
import java.util.ArrayList;
import java.util.List;
import com.prowidesoftware.swift.model.mx.adapters.IsoTimeAdapter;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
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;
/**
* Processing characteristics linked to a redemption from an investment fund or alternative/hedge fund.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ProcessingCharacteristics7", propOrder = {
"dealgCcyAccptd",
"redAuthstn",
"amtInd",
"unitsInd",
"rndg",
"pctgInd",
"mainFndOrdrDskLctn",
"dealgFrqcy",
"dealgFrqcyDesc",
"dealgCutOffTm",
"dealgCutOffTmFrame",
"dealConfTm",
"dealConfTmFrame",
"ltdPrd",
"sttlmCycl",
"addtlInf"
})
public class ProcessingCharacteristics7 {
@XmlElement(name = "DealgCcyAccptd")
protected List dealgCcyAccptd;
@XmlElement(name = "RedAuthstn")
protected Forms1 redAuthstn;
@XmlElement(name = "AmtInd")
protected Boolean amtInd;
@XmlElement(name = "UnitsInd")
protected Boolean unitsInd;
@XmlElement(name = "Rndg")
@XmlSchemaType(name = "string")
protected RoundingDirection2Code rndg;
@XmlElement(name = "PctgInd")
protected Boolean pctgInd;
@XmlElement(name = "MainFndOrdrDskLctn")
protected MainFundOrderDeskLocation1 mainFndOrdrDskLctn;
@XmlElement(name = "DealgFrqcy")
@XmlSchemaType(name = "string")
protected EventFrequency5Code dealgFrqcy;
@XmlElement(name = "DealgFrqcyDesc")
protected String dealgFrqcyDesc;
@XmlElement(name = "DealgCutOffTm", type = String.class)
@XmlJavaTypeAdapter(IsoTimeAdapter.class)
@XmlSchemaType(name = "time")
protected OffsetTime dealgCutOffTm;
@XmlElement(name = "DealgCutOffTmFrame")
protected TimeFrame4 dealgCutOffTmFrame;
@XmlElement(name = "DealConfTm", type = String.class)
@XmlJavaTypeAdapter(IsoTimeAdapter.class)
@XmlSchemaType(name = "time")
protected OffsetTime dealConfTm;
@XmlElement(name = "DealConfTmFrame")
protected TimeFrame6 dealConfTmFrame;
@XmlElement(name = "LtdPrd")
protected String ltdPrd;
@XmlElement(name = "SttlmCycl")
protected TimeFrame8Choice sttlmCycl;
@XmlElement(name = "AddtlInf")
protected List addtlInf;
/**
* Gets the value of the dealgCcyAccptd 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 dealgCcyAccptd property.
*
*
* For example, to add a new item, do as follows:
*
* getDealgCcyAccptd().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
* @return
* The value of the dealgCcyAccptd property.
*/
public List getDealgCcyAccptd() {
if (dealgCcyAccptd == null) {
dealgCcyAccptd = new ArrayList<>();
}
return this.dealgCcyAccptd;
}
/**
* Gets the value of the redAuthstn property.
*
* @return
* possible object is
* {@link Forms1 }
*
*/
public Forms1 getRedAuthstn() {
return redAuthstn;
}
/**
* Sets the value of the redAuthstn property.
*
* @param value
* allowed object is
* {@link Forms1 }
*
*/
public ProcessingCharacteristics7 setRedAuthstn(Forms1 value) {
this.redAuthstn = value;
return this;
}
/**
* Gets the value of the amtInd property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isAmtInd() {
return amtInd;
}
/**
* Sets the value of the amtInd property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public ProcessingCharacteristics7 setAmtInd(Boolean value) {
this.amtInd = value;
return this;
}
/**
* Gets the value of the unitsInd property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isUnitsInd() {
return unitsInd;
}
/**
* Sets the value of the unitsInd property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public ProcessingCharacteristics7 setUnitsInd(Boolean value) {
this.unitsInd = value;
return this;
}
/**
* Gets the value of the rndg property.
*
* @return
* possible object is
* {@link RoundingDirection2Code }
*
*/
public RoundingDirection2Code getRndg() {
return rndg;
}
/**
* Sets the value of the rndg property.
*
* @param value
* allowed object is
* {@link RoundingDirection2Code }
*
*/
public ProcessingCharacteristics7 setRndg(RoundingDirection2Code value) {
this.rndg = value;
return this;
}
/**
* Gets the value of the pctgInd property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isPctgInd() {
return pctgInd;
}
/**
* Sets the value of the pctgInd property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public ProcessingCharacteristics7 setPctgInd(Boolean value) {
this.pctgInd = value;
return this;
}
/**
* Gets the value of the mainFndOrdrDskLctn property.
*
* @return
* possible object is
* {@link MainFundOrderDeskLocation1 }
*
*/
public MainFundOrderDeskLocation1 getMainFndOrdrDskLctn() {
return mainFndOrdrDskLctn;
}
/**
* Sets the value of the mainFndOrdrDskLctn property.
*
* @param value
* allowed object is
* {@link MainFundOrderDeskLocation1 }
*
*/
public ProcessingCharacteristics7 setMainFndOrdrDskLctn(MainFundOrderDeskLocation1 value) {
this.mainFndOrdrDskLctn = value;
return this;
}
/**
* Gets the value of the dealgFrqcy property.
*
* @return
* possible object is
* {@link EventFrequency5Code }
*
*/
public EventFrequency5Code getDealgFrqcy() {
return dealgFrqcy;
}
/**
* Sets the value of the dealgFrqcy property.
*
* @param value
* allowed object is
* {@link EventFrequency5Code }
*
*/
public ProcessingCharacteristics7 setDealgFrqcy(EventFrequency5Code value) {
this.dealgFrqcy = value;
return this;
}
/**
* Gets the value of the dealgFrqcyDesc property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDealgFrqcyDesc() {
return dealgFrqcyDesc;
}
/**
* Sets the value of the dealgFrqcyDesc property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public ProcessingCharacteristics7 setDealgFrqcyDesc(String value) {
this.dealgFrqcyDesc = value;
return this;
}
/**
* Gets the value of the dealgCutOffTm property.
*
* @return
* possible object is
* {@link String }
*
*/
public OffsetTime getDealgCutOffTm() {
return dealgCutOffTm;
}
/**
* Sets the value of the dealgCutOffTm property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public ProcessingCharacteristics7 setDealgCutOffTm(OffsetTime value) {
this.dealgCutOffTm = value;
return this;
}
/**
* Gets the value of the dealgCutOffTmFrame property.
*
* @return
* possible object is
* {@link TimeFrame4 }
*
*/
public TimeFrame4 getDealgCutOffTmFrame() {
return dealgCutOffTmFrame;
}
/**
* Sets the value of the dealgCutOffTmFrame property.
*
* @param value
* allowed object is
* {@link TimeFrame4 }
*
*/
public ProcessingCharacteristics7 setDealgCutOffTmFrame(TimeFrame4 value) {
this.dealgCutOffTmFrame = value;
return this;
}
/**
* Gets the value of the dealConfTm property.
*
* @return
* possible object is
* {@link String }
*
*/
public OffsetTime getDealConfTm() {
return dealConfTm;
}
/**
* Sets the value of the dealConfTm property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public ProcessingCharacteristics7 setDealConfTm(OffsetTime value) {
this.dealConfTm = value;
return this;
}
/**
* Gets the value of the dealConfTmFrame property.
*
* @return
* possible object is
* {@link TimeFrame6 }
*
*/
public TimeFrame6 getDealConfTmFrame() {
return dealConfTmFrame;
}
/**
* Sets the value of the dealConfTmFrame property.
*
* @param value
* allowed object is
* {@link TimeFrame6 }
*
*/
public ProcessingCharacteristics7 setDealConfTmFrame(TimeFrame6 value) {
this.dealConfTmFrame = value;
return this;
}
/**
* Gets the value of the ltdPrd property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLtdPrd() {
return ltdPrd;
}
/**
* Sets the value of the ltdPrd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public ProcessingCharacteristics7 setLtdPrd(String value) {
this.ltdPrd = value;
return this;
}
/**
* Gets the value of the sttlmCycl property.
*
* @return
* possible object is
* {@link TimeFrame8Choice }
*
*/
public TimeFrame8Choice getSttlmCycl() {
return sttlmCycl;
}
/**
* Sets the value of the sttlmCycl property.
*
* @param value
* allowed object is
* {@link TimeFrame8Choice }
*
*/
public ProcessingCharacteristics7 setSttlmCycl(TimeFrame8Choice value) {
this.sttlmCycl = value;
return this;
}
/**
* Gets the value of the addtlInf 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 addtlInf property.
*
*
* For example, to add a new item, do as follows:
*
* getAddtlInf().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link AdditionalInformation15 }
*
*
* @return
* The value of the addtlInf property.
*/
public List getAddtlInf() {
if (addtlInf == null) {
addtlInf = new ArrayList<>();
}
return this.addtlInf;
}
@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 dealgCcyAccptd list.
* @see #getDealgCcyAccptd()
*
*/
public ProcessingCharacteristics7 addDealgCcyAccptd(String dealgCcyAccptd) {
getDealgCcyAccptd().add(dealgCcyAccptd);
return this;
}
/**
* Adds a new item to the addtlInf list.
* @see #getAddtlInf()
*
*/
public ProcessingCharacteristics7 addAddtlInf(AdditionalInformation15 addtlInf) {
getAddtlInf().add(addtlInf);
return this;
}
}