public class Garnishment1 extends Object
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.053.001.06}GarnishmentType1"/>
<element name="Grnshee" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}PartyIdentification43" minOccurs="0"/>
<element name="GrnshmtAdmstr" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}PartyIdentification43" minOccurs="0"/>
<element name="RefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max140Text" minOccurs="0"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ISODate" minOccurs="0"/>
<element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="FmlyMdclInsrncInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}TrueFalseIndicator" minOccurs="0"/>
<element name="MplyeeTermntnInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}TrueFalseIndicator" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dt |
protected Boolean |
fmlyMdclInsrncInd |
protected PartyIdentification43 |
grnshee |
protected PartyIdentification43 |
grnshmtAdmstr |
protected Boolean |
mplyeeTermntnInd |
protected String |
refNb |
protected ActiveOrHistoricCurrencyAndAmount |
rmtdAmt |
protected GarnishmentType1 |
tp |
| Constructor and Description |
|---|
Garnishment1() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDt()
Ruft den Wert der dt-Eigenschaft ab.
|
PartyIdentification43 |
getGrnshee()
Ruft den Wert der grnshee-Eigenschaft ab.
|
PartyIdentification43 |
getGrnshmtAdmstr()
Ruft den Wert der grnshmtAdmstr-Eigenschaft ab.
|
String |
getRefNb()
Ruft den Wert der refNb-Eigenschaft ab.
|
ActiveOrHistoricCurrencyAndAmount |
getRmtdAmt()
Ruft den Wert der rmtdAmt-Eigenschaft ab.
|
GarnishmentType1 |
getTp()
Ruft den Wert der tp-Eigenschaft ab.
|
Boolean |
isFmlyMdclInsrncInd()
Ruft den Wert der fmlyMdclInsrncInd-Eigenschaft ab.
|
Boolean |
isMplyeeTermntnInd()
Ruft den Wert der mplyeeTermntnInd-Eigenschaft ab.
|
void |
setDt(XMLGregorianCalendar value)
Legt den Wert der dt-Eigenschaft fest.
|
void |
setFmlyMdclInsrncInd(Boolean value)
Legt den Wert der fmlyMdclInsrncInd-Eigenschaft fest.
|
void |
setGrnshee(PartyIdentification43 value)
Legt den Wert der grnshee-Eigenschaft fest.
|
void |
setGrnshmtAdmstr(PartyIdentification43 value)
Legt den Wert der grnshmtAdmstr-Eigenschaft fest.
|
void |
setMplyeeTermntnInd(Boolean value)
Legt den Wert der mplyeeTermntnInd-Eigenschaft fest.
|
void |
setRefNb(String value)
Legt den Wert der refNb-Eigenschaft fest.
|
void |
setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)
Legt den Wert der rmtdAmt-Eigenschaft fest.
|
void |
setTp(GarnishmentType1 value)
Legt den Wert der tp-Eigenschaft fest.
|
protected GarnishmentType1 tp
protected PartyIdentification43 grnshee
protected PartyIdentification43 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 PartyIdentification43 getGrnshee()
PartyIdentification43public void setGrnshee(PartyIdentification43 value)
value - allowed object is
PartyIdentification43public PartyIdentification43 getGrnshmtAdmstr()
PartyIdentification43public void setGrnshmtAdmstr(PartyIdentification43 value)
value - allowed object is
PartyIdentification43public 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 © 2017. All rights reserved.