com.prowidesoftware.swift.model.mx.dic.GeneralInformation4 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.XmlSchemaType;
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;
/**
* Information concerning the negotiation process leading to a treasury trade.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "GeneralInformation4", propOrder = {
"blckInd",
"rltdTradRef",
"dealgMtd",
"brkrId",
"ctrPtyRef",
"brkrsComssn",
"sndrToRcvrInf",
"dealgBrnchTradgSd",
"dealgBrnchCtrPtySd",
"ctctInf"
})
public class GeneralInformation4 {
@XmlElement(name = "BlckInd")
protected Boolean blckInd;
@XmlElement(name = "RltdTradRef")
protected String rltdTradRef;
@XmlElement(name = "DealgMtd")
@XmlSchemaType(name = "string")
protected Trading1MethodCode dealgMtd;
@XmlElement(name = "BrkrId")
protected PartyIdentification73Choice brkrId;
@XmlElement(name = "CtrPtyRef")
protected String ctrPtyRef;
@XmlElement(name = "BrkrsComssn")
protected ActiveCurrencyAndAmount brkrsComssn;
@XmlElement(name = "SndrToRcvrInf")
protected String sndrToRcvrInf;
@XmlElement(name = "DealgBrnchTradgSd")
protected PartyIdentification73Choice dealgBrnchTradgSd;
@XmlElement(name = "DealgBrnchCtrPtySd")
protected PartyIdentification73Choice dealgBrnchCtrPtySd;
@XmlElement(name = "CtctInf")
protected ContactInformation1 ctctInf;
/**
* Gets the value of the blckInd property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isBlckInd() {
return blckInd;
}
/**
* Sets the value of the blckInd property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public GeneralInformation4 setBlckInd(Boolean value) {
this.blckInd = value;
return this;
}
/**
* Gets the value of the rltdTradRef property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRltdTradRef() {
return rltdTradRef;
}
/**
* Sets the value of the rltdTradRef property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public GeneralInformation4 setRltdTradRef(String value) {
this.rltdTradRef = value;
return this;
}
/**
* Gets the value of the dealgMtd property.
*
* @return
* possible object is
* {@link Trading1MethodCode }
*
*/
public Trading1MethodCode getDealgMtd() {
return dealgMtd;
}
/**
* Sets the value of the dealgMtd property.
*
* @param value
* allowed object is
* {@link Trading1MethodCode }
*
*/
public GeneralInformation4 setDealgMtd(Trading1MethodCode value) {
this.dealgMtd = value;
return this;
}
/**
* Gets the value of the brkrId property.
*
* @return
* possible object is
* {@link PartyIdentification73Choice }
*
*/
public PartyIdentification73Choice getBrkrId() {
return brkrId;
}
/**
* Sets the value of the brkrId property.
*
* @param value
* allowed object is
* {@link PartyIdentification73Choice }
*
*/
public GeneralInformation4 setBrkrId(PartyIdentification73Choice value) {
this.brkrId = value;
return this;
}
/**
* Gets the value of the ctrPtyRef property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCtrPtyRef() {
return ctrPtyRef;
}
/**
* Sets the value of the ctrPtyRef property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public GeneralInformation4 setCtrPtyRef(String value) {
this.ctrPtyRef = value;
return this;
}
/**
* Gets the value of the brkrsComssn property.
*
* @return
* possible object is
* {@link ActiveCurrencyAndAmount }
*
*/
public ActiveCurrencyAndAmount getBrkrsComssn() {
return brkrsComssn;
}
/**
* Sets the value of the brkrsComssn property.
*
* @param value
* allowed object is
* {@link ActiveCurrencyAndAmount }
*
*/
public GeneralInformation4 setBrkrsComssn(ActiveCurrencyAndAmount value) {
this.brkrsComssn = value;
return this;
}
/**
* Gets the value of the sndrToRcvrInf property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSndrToRcvrInf() {
return sndrToRcvrInf;
}
/**
* Sets the value of the sndrToRcvrInf property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public GeneralInformation4 setSndrToRcvrInf(String value) {
this.sndrToRcvrInf = value;
return this;
}
/**
* Gets the value of the dealgBrnchTradgSd property.
*
* @return
* possible object is
* {@link PartyIdentification73Choice }
*
*/
public PartyIdentification73Choice getDealgBrnchTradgSd() {
return dealgBrnchTradgSd;
}
/**
* Sets the value of the dealgBrnchTradgSd property.
*
* @param value
* allowed object is
* {@link PartyIdentification73Choice }
*
*/
public GeneralInformation4 setDealgBrnchTradgSd(PartyIdentification73Choice value) {
this.dealgBrnchTradgSd = value;
return this;
}
/**
* Gets the value of the dealgBrnchCtrPtySd property.
*
* @return
* possible object is
* {@link PartyIdentification73Choice }
*
*/
public PartyIdentification73Choice getDealgBrnchCtrPtySd() {
return dealgBrnchCtrPtySd;
}
/**
* Sets the value of the dealgBrnchCtrPtySd property.
*
* @param value
* allowed object is
* {@link PartyIdentification73Choice }
*
*/
public GeneralInformation4 setDealgBrnchCtrPtySd(PartyIdentification73Choice value) {
this.dealgBrnchCtrPtySd = value;
return this;
}
/**
* Gets the value of the ctctInf property.
*
* @return
* possible object is
* {@link ContactInformation1 }
*
*/
public ContactInformation1 getCtctInf() {
return ctctInf;
}
/**
* Sets the value of the ctctInf property.
*
* @param value
* allowed object is
* {@link ContactInformation1 }
*
*/
public GeneralInformation4 setCtctInf(ContactInformation1 value) {
this.ctctInf = 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