public class Garnishment2 extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dt |
protected Boolean |
fmlyMdclInsrncInd |
protected PartyIdentification125 |
grnshee |
protected PartyIdentification125 |
grnshmtAdmstr |
protected Boolean |
mplyeeTermntnInd |
protected String |
refNb |
protected ActiveOrHistoricCurrencyAndAmount |
rmtdAmt |
protected GarnishmentType1 |
tp |
| Constructor and Description |
|---|
Garnishment2() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Boolean |
isFmlyMdclInsrncInd()
Gets the value of the fmlyMdclInsrncInd property.
|
Boolean |
isMplyeeTermntnInd()
Gets the value of the mplyeeTermntnInd property.
|
void |
setDt(XMLGregorianCalendar value)
Sets the value of the dt property.
|
void |
setFmlyMdclInsrncInd(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(Boolean value)
Sets the value of the mplyeeTermntnInd property.
|
void |
setRefNb(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.
|
protected GarnishmentType1 tp
protected PartyIdentification125 grnshee
protected PartyIdentification125 grnshmtAdmstr
protected String refNb
protected XMLGregorianCalendar dt
protected ActiveOrHistoricCurrencyAndAmount rmtdAmt
protected Boolean fmlyMdclInsrncInd
protected Boolean mplyeeTermntnInd
public GarnishmentType1 getTp()
GarnishmentType1public void setTp(GarnishmentType1 value)
value - allowed object is
GarnishmentType1public PartyIdentification125 getGrnshee()
PartyIdentification125public void setGrnshee(PartyIdentification125 value)
value - allowed object is
PartyIdentification125public PartyIdentification125 getGrnshmtAdmstr()
PartyIdentification125public void setGrnshmtAdmstr(PartyIdentification125 value)
value - allowed object is
PartyIdentification125public String getRefNb()
Stringpublic void setRefNb(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDt()
XMLGregorianCalendarpublic void setDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ActiveOrHistoricCurrencyAndAmount getRmtdAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic Boolean isFmlyMdclInsrncInd()
Booleanpublic void setFmlyMdclInsrncInd(Boolean value)
value - allowed object is
Booleanpublic Boolean isMplyeeTermntnInd()
BooleanCopyright © 2018. All rights reserved.