org.adorsys.psd2.iso20022.camt054.Garnishment1 Maven / Gradle / Ivy
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 generiert
// Siehe http://java.sun.com/xml/jaxb
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2017.12.20 um 11:40:51 PM CET
//
package org.adorsys.psd2.iso20022.camt054;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* Java-Klasse für Garnishment1 complex type.
*
*
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
*
* <complexType name="Garnishment1">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}GarnishmentType1"/>
* <element name="Grnshee" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}PartyIdentification43" minOccurs="0"/>
* <element name="GrnshmtAdmstr" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}PartyIdentification43" minOccurs="0"/>
* <element name="RefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max140Text" minOccurs="0"/>
* <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}ISODate" minOccurs="0"/>
* <element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
* <element name="FmlyMdclInsrncInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}TrueFalseIndicator" minOccurs="0"/>
* <element name="MplyeeTermntnInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}TrueFalseIndicator" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Garnishment1", propOrder = {
"tp",
"grnshee",
"grnshmtAdmstr",
"refNb",
"dt",
"rmtdAmt",
"fmlyMdclInsrncInd",
"mplyeeTermntnInd"
})
public class Garnishment1 {
@XmlElement(name = "Tp", required = true)
protected GarnishmentType1 tp;
@XmlElement(name = "Grnshee")
protected PartyIdentification43 grnshee;
@XmlElement(name = "GrnshmtAdmstr")
protected PartyIdentification43 grnshmtAdmstr;
@XmlElement(name = "RefNb")
protected String refNb;
@XmlElement(name = "Dt")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar dt;
@XmlElement(name = "RmtdAmt")
protected ActiveOrHistoricCurrencyAndAmount rmtdAmt;
@XmlElement(name = "FmlyMdclInsrncInd")
protected Boolean fmlyMdclInsrncInd;
@XmlElement(name = "MplyeeTermntnInd")
protected Boolean mplyeeTermntnInd;
/**
* Ruft den Wert der tp-Eigenschaft ab.
*
* @return
* possible object is
* {@link GarnishmentType1 }
*
*/
public GarnishmentType1 getTp() {
return tp;
}
/**
* Legt den Wert der tp-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link GarnishmentType1 }
*
*/
public void setTp(GarnishmentType1 value) {
this.tp = value;
}
/**
* Ruft den Wert der grnshee-Eigenschaft ab.
*
* @return
* possible object is
* {@link PartyIdentification43 }
*
*/
public PartyIdentification43 getGrnshee() {
return grnshee;
}
/**
* Legt den Wert der grnshee-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link PartyIdentification43 }
*
*/
public void setGrnshee(PartyIdentification43 value) {
this.grnshee = value;
}
/**
* Ruft den Wert der grnshmtAdmstr-Eigenschaft ab.
*
* @return
* possible object is
* {@link PartyIdentification43 }
*
*/
public PartyIdentification43 getGrnshmtAdmstr() {
return grnshmtAdmstr;
}
/**
* Legt den Wert der grnshmtAdmstr-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link PartyIdentification43 }
*
*/
public void setGrnshmtAdmstr(PartyIdentification43 value) {
this.grnshmtAdmstr = value;
}
/**
* Ruft den Wert der refNb-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRefNb() {
return refNb;
}
/**
* Legt den Wert der refNb-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRefNb(String value) {
this.refNb = value;
}
/**
* Ruft den Wert der dt-Eigenschaft ab.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDt() {
return dt;
}
/**
* Legt den Wert der dt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDt(XMLGregorianCalendar value) {
this.dt = value;
}
/**
* Ruft den Wert der rmtdAmt-Eigenschaft ab.
*
* @return
* possible object is
* {@link ActiveOrHistoricCurrencyAndAmount }
*
*/
public ActiveOrHistoricCurrencyAndAmount getRmtdAmt() {
return rmtdAmt;
}
/**
* Legt den Wert der rmtdAmt-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ActiveOrHistoricCurrencyAndAmount }
*
*/
public void setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value) {
this.rmtdAmt = value;
}
/**
* Ruft den Wert der fmlyMdclInsrncInd-Eigenschaft ab.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isFmlyMdclInsrncInd() {
return fmlyMdclInsrncInd;
}
/**
* Legt den Wert der fmlyMdclInsrncInd-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setFmlyMdclInsrncInd(Boolean value) {
this.fmlyMdclInsrncInd = value;
}
/**
* Ruft den Wert der mplyeeTermntnInd-Eigenschaft ab.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isMplyeeTermntnInd() {
return mplyeeTermntnInd;
}
/**
* Legt den Wert der mplyeeTermntnInd-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setMplyeeTermntnInd(Boolean value) {
this.mplyeeTermntnInd = value;
}
}