public class Garnishment1
extends java.lang.Object
Java class for Garnishment1 complex type.
The following schema fragment specifies the expected content contained within this class.
<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.052.001.05}GarnishmentType1"/>
<element name="Grnshee" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PartyIdentification43" minOccurs="0"/>
<element name="GrnshmtAdmstr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PartyIdentification43" minOccurs="0"/>
<element name="RefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max140Text" minOccurs="0"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ISODate" minOccurs="0"/>
<element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="FmlyMdclInsrncInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TrueFalseIndicator" minOccurs="0"/>
<element name="MplyeeTermntnInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TrueFalseIndicator" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dt |
|
protected java.lang.Boolean |
fmlyMdclInsrncInd |
|
protected PartyIdentification43 |
grnshee |
|
protected PartyIdentification43 |
grnshmtAdmstr |
|
protected java.lang.Boolean |
mplyeeTermntnInd |
|
protected java.lang.String |
refNb |
|
protected ActiveOrHistoricCurrencyAndAmount |
rmtdAmt |
|
protected GarnishmentType1 |
tp |
| Constructor | Description |
|---|---|
Garnishment1() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDt() |
Gets the value of the dt property.
|
PartyIdentification43 |
getGrnshee() |
Gets the value of the grnshee property.
|
PartyIdentification43 |
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(PartyIdentification43 value) |
Sets the value of the grnshee property.
|
void |
setGrnshmtAdmstr(PartyIdentification43 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.
|
protected GarnishmentType1 tp
protected PartyIdentification43 grnshee
protected PartyIdentification43 grnshmtAdmstr
protected java.lang.String refNb
protected javax.xml.datatype.XMLGregorianCalendar dt
protected ActiveOrHistoricCurrencyAndAmount rmtdAmt
protected java.lang.Boolean fmlyMdclInsrncInd
protected java.lang.Boolean mplyeeTermntnInd
public GarnishmentType1 getTp()
GarnishmentType1public void setTp(GarnishmentType1 value)
value - allowed object is
GarnishmentType1public PartyIdentification43 getGrnshee()
PartyIdentification43public void setGrnshee(PartyIdentification43 value)
value - allowed object is
PartyIdentification43public PartyIdentification43 getGrnshmtAdmstr()
PartyIdentification43public void setGrnshmtAdmstr(PartyIdentification43 value)
value - allowed object is
PartyIdentification43public java.lang.String getRefNb()
Stringpublic void setRefNb(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDt()
XMLGregorianCalendarpublic void setDt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ActiveOrHistoricCurrencyAndAmount getRmtdAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic java.lang.Boolean isFmlyMdclInsrncInd()
Booleanpublic void setFmlyMdclInsrncInd(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isMplyeeTermntnInd()
Booleanpublic void setMplyeeTermntnInd(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2018. All rights reserved.