Class Garnishment2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.Garnishment2
-
public class Garnishment2 extends java.lang.Object
Java class for Garnishment2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Garnishment2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}GarnishmentType1"/> <element name="Grnshee" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}PartyIdentification125" minOccurs="0"/> <element name="GrnshmtAdmstr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}PartyIdentification125" minOccurs="0"/> <element name="RefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max140Text" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISODate" minOccurs="0"/> <element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="FmlyMdclInsrncInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrueFalseIndicator" minOccurs="0"/> <element name="MplyeeTermntnInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrueFalseIndicator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.XMLGregorianCalendar
dt
protected java.lang.Boolean
fmlyMdclInsrncInd
protected PartyIdentification125
grnshee
protected PartyIdentification125
grnshmtAdmstr
protected java.lang.Boolean
mplyeeTermntnInd
protected java.lang.String
refNb
protected ActiveOrHistoricCurrencyAndAmount
rmtdAmt
protected GarnishmentType1
tp
-
Constructor Summary
Constructors Constructor Description Garnishment2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendar
getDt()
Gets the value of the dt property.PartyIdentification125
getGrnshee()
Gets the value of the grnshee property.PartyIdentification125
getGrnshmtAdmstr()
Gets the value of the grnshmtAdmstr property.java.lang.String
getRefNb()
Gets the value of the refNb property.ActiveOrHistoricCurrencyAndAmount
getRmtdAmt()
Gets the value of the rmtdAmt property.GarnishmentType1
getTp()
Gets the value of the tp property.java.lang.Boolean
isFmlyMdclInsrncInd()
Gets the value of the fmlyMdclInsrncInd property.java.lang.Boolean
isMplyeeTermntnInd()
Gets the value of the mplyeeTermntnInd property.void
setDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dt property.void
setFmlyMdclInsrncInd(java.lang.Boolean value)
Sets the value of the fmlyMdclInsrncInd property.void
setGrnshee(PartyIdentification125 value)
Sets the value of the grnshee property.void
setGrnshmtAdmstr(PartyIdentification125 value)
Sets the value of the grnshmtAdmstr property.void
setMplyeeTermntnInd(java.lang.Boolean value)
Sets the value of the mplyeeTermntnInd property.void
setRefNb(java.lang.String value)
Sets the value of the refNb property.void
setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the rmtdAmt property.void
setTp(GarnishmentType1 value)
Sets the value of the tp property.
-
-
-
Field Detail
-
tp
protected GarnishmentType1 tp
-
grnshee
protected PartyIdentification125 grnshee
-
grnshmtAdmstr
protected PartyIdentification125 grnshmtAdmstr
-
refNb
protected java.lang.String refNb
-
dt
protected javax.xml.datatype.XMLGregorianCalendar dt
-
rmtdAmt
protected ActiveOrHistoricCurrencyAndAmount rmtdAmt
-
fmlyMdclInsrncInd
protected java.lang.Boolean fmlyMdclInsrncInd
-
mplyeeTermntnInd
protected java.lang.Boolean mplyeeTermntnInd
-
-
Method Detail
-
getTp
public GarnishmentType1 getTp()
Gets the value of the tp property.- Returns:
- possible object is
GarnishmentType1
-
setTp
public void setTp(GarnishmentType1 value)
Sets the value of the tp property.- Parameters:
value
- allowed object isGarnishmentType1
-
getGrnshee
public PartyIdentification125 getGrnshee()
Gets the value of the grnshee property.- Returns:
- possible object is
PartyIdentification125
-
setGrnshee
public void setGrnshee(PartyIdentification125 value)
Sets the value of the grnshee property.- Parameters:
value
- allowed object isPartyIdentification125
-
getGrnshmtAdmstr
public PartyIdentification125 getGrnshmtAdmstr()
Gets the value of the grnshmtAdmstr property.- Returns:
- possible object is
PartyIdentification125
-
setGrnshmtAdmstr
public void setGrnshmtAdmstr(PartyIdentification125 value)
Sets the value of the grnshmtAdmstr property.- Parameters:
value
- allowed object isPartyIdentification125
-
getRefNb
public java.lang.String getRefNb()
Gets the value of the refNb property.- Returns:
- possible object is
String
-
setRefNb
public void setRefNb(java.lang.String value)
Sets the value of the refNb property.- Parameters:
value
- allowed object isString
-
getDt
public javax.xml.datatype.XMLGregorianCalendar getDt()
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
public void setDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getRmtdAmt
public ActiveOrHistoricCurrencyAndAmount getRmtdAmt()
Gets the value of the rmtdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setRmtdAmt
public void setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the rmtdAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
isFmlyMdclInsrncInd
public java.lang.Boolean isFmlyMdclInsrncInd()
Gets the value of the fmlyMdclInsrncInd property.- Returns:
- possible object is
Boolean
-
setFmlyMdclInsrncInd
public void setFmlyMdclInsrncInd(java.lang.Boolean value)
Sets the value of the fmlyMdclInsrncInd property.- Parameters:
value
- allowed object isBoolean
-
isMplyeeTermntnInd
public java.lang.Boolean isMplyeeTermntnInd()
Gets the value of the mplyeeTermntnInd property.- Returns:
- possible object is
Boolean
-
setMplyeeTermntnInd
public void setMplyeeTermntnInd(java.lang.Boolean value)
Sets the value of the mplyeeTermntnInd property.- Parameters:
value
- allowed object isBoolean
-
-