Class Garnishment1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_06.Garnishment1
-
public class Garnishment1 extends 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.06}GarnishmentType1"/> <element name="Grnshee" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}PartyIdentification43" minOccurs="0"/> <element name="GrnshmtAdmstr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}PartyIdentification43" minOccurs="0"/> <element name="RefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max140Text" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ISODate" minOccurs="0"/> <element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="FmlyMdclInsrncInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TrueFalseIndicator" minOccurs="0"/> <element name="MplyeeTermntnInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TrueFalseIndicator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendardtprotected BooleanfmlyMdclInsrncIndprotected PartyIdentification43grnsheeprotected PartyIdentification43grnshmtAdmstrprotected BooleanmplyeeTermntnIndprotected StringrefNbprotected ActiveOrHistoricCurrencyAndAmountrmtdAmtprotected GarnishmentType1tp
-
Constructor Summary
Constructors Constructor Description Garnishment1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetDt()Gets the value of the dt property.PartyIdentification43getGrnshee()Gets the value of the grnshee property.PartyIdentification43getGrnshmtAdmstr()Gets the value of the grnshmtAdmstr property.StringgetRefNb()Gets the value of the refNb property.ActiveOrHistoricCurrencyAndAmountgetRmtdAmt()Gets the value of the rmtdAmt property.GarnishmentType1getTp()Gets the value of the tp property.BooleanisFmlyMdclInsrncInd()Gets the value of the fmlyMdclInsrncInd property.BooleanisMplyeeTermntnInd()Gets the value of the mplyeeTermntnInd property.voidsetDt(XMLGregorianCalendar value)Sets the value of the dt property.voidsetFmlyMdclInsrncInd(Boolean value)Sets the value of the fmlyMdclInsrncInd property.voidsetGrnshee(PartyIdentification43 value)Sets the value of the grnshee property.voidsetGrnshmtAdmstr(PartyIdentification43 value)Sets the value of the grnshmtAdmstr property.voidsetMplyeeTermntnInd(Boolean value)Sets the value of the mplyeeTermntnInd property.voidsetRefNb(String value)Sets the value of the refNb property.voidsetRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the rmtdAmt property.voidsetTp(GarnishmentType1 value)Sets the value of the tp property.
-
-
-
Field Detail
-
tp
protected GarnishmentType1 tp
-
grnshee
protected PartyIdentification43 grnshee
-
grnshmtAdmstr
protected PartyIdentification43 grnshmtAdmstr
-
refNb
protected String refNb
-
dt
protected XMLGregorianCalendar dt
-
rmtdAmt
protected ActiveOrHistoricCurrencyAndAmount rmtdAmt
-
fmlyMdclInsrncInd
protected Boolean fmlyMdclInsrncInd
-
mplyeeTermntnInd
protected 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 PartyIdentification43 getGrnshee()
Gets the value of the grnshee property.- Returns:
- possible object is
PartyIdentification43
-
setGrnshee
public void setGrnshee(PartyIdentification43 value)
Sets the value of the grnshee property.- Parameters:
value- allowed object isPartyIdentification43
-
getGrnshmtAdmstr
public PartyIdentification43 getGrnshmtAdmstr()
Gets the value of the grnshmtAdmstr property.- Returns:
- possible object is
PartyIdentification43
-
setGrnshmtAdmstr
public void setGrnshmtAdmstr(PartyIdentification43 value)
Sets the value of the grnshmtAdmstr property.- Parameters:
value- allowed object isPartyIdentification43
-
getRefNb
public String getRefNb()
Gets the value of the refNb property.- Returns:
- possible object is
String
-
setRefNb
public void setRefNb(String value)
Sets the value of the refNb property.- Parameters:
value- allowed object isString
-
getDt
public XMLGregorianCalendar getDt()
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
public void setDt(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 Boolean isFmlyMdclInsrncInd()
Gets the value of the fmlyMdclInsrncInd property.- Returns:
- possible object is
Boolean
-
setFmlyMdclInsrncInd
public void setFmlyMdclInsrncInd(Boolean value)
Sets the value of the fmlyMdclInsrncInd property.- Parameters:
value- allowed object isBoolean
-
isMplyeeTermntnInd
public Boolean isMplyeeTermntnInd()
Gets the value of the mplyeeTermntnInd property.- Returns:
- possible object is
Boolean
-
-