Class Garnishment1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_06.Garnishment1
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
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected Boolean
protected PartyIdentification43
protected PartyIdentification43
protected Boolean
protected String
protected ActiveOrHistoricCurrencyAndAmount
protected GarnishmentType1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDt()
Gets the value of the dt property.Gets the value of the grnshee property.Gets the value of the grnshmtAdmstr property.getRefNb()
Gets the value of the refNb property.Gets the value of the rmtdAmt property.getTp()
Gets the value of the tp property.Gets the value of the fmlyMdclInsrncInd property.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
(PartyIdentification43 value) Sets the value of the grnshee property.void
Sets the value of the grnshmtAdmstr property.void
setMplyeeTermntnInd
(Boolean value) Sets the value of the mplyeeTermntnInd property.void
Sets the value of the refNb property.void
Sets the value of the rmtdAmt property.void
setTp
(GarnishmentType1 value) Sets the value of the tp property.
-
Field Details
-
tp
-
grnshee
-
grnshmtAdmstr
-
refNb
-
dt
-
rmtdAmt
-
fmlyMdclInsrncInd
-
mplyeeTermntnInd
-
-
Constructor Details
-
Garnishment1
public Garnishment1()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
GarnishmentType1
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isGarnishmentType1
-
getGrnshee
Gets the value of the grnshee property.- Returns:
- possible object is
PartyIdentification43
-
setGrnshee
Sets the value of the grnshee property.- Parameters:
value
- allowed object isPartyIdentification43
-
getGrnshmtAdmstr
Gets the value of the grnshmtAdmstr property.- Returns:
- possible object is
PartyIdentification43
-
setGrnshmtAdmstr
Sets the value of the grnshmtAdmstr property.- Parameters:
value
- allowed object isPartyIdentification43
-
getRefNb
Gets the value of the refNb property.- Returns:
- possible object is
String
-
setRefNb
Sets the value of the refNb property.- Parameters:
value
- allowed object isString
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getRmtdAmt
Gets the value of the rmtdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setRmtdAmt
Sets the value of the rmtdAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
isFmlyMdclInsrncInd
Gets the value of the fmlyMdclInsrncInd property.- Returns:
- possible object is
Boolean
-
setFmlyMdclInsrncInd
Sets the value of the fmlyMdclInsrncInd property.- Parameters:
value
- allowed object isBoolean
-
isMplyeeTermntnInd
Gets the value of the mplyeeTermntnInd property.- Returns:
- possible object is
Boolean
-
setMplyeeTermntnInd
Sets the value of the mplyeeTermntnInd property.- Parameters:
value
- allowed object isBoolean
-