Class Product2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_06.Product2
-
public class Product2 extends Object
Java class for Product2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Product2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PdctCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max70Text"/> <element name="UnitOfMeasr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}UnitOfMeasure1Code" minOccurs="0"/> <element name="PdctQty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DecimalNumber" minOccurs="0"/> <element name="UnitPric" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ImpliedCurrencyAndAmount" minOccurs="0"/> <element name="PdctAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ImpliedCurrencyAndAmount" minOccurs="0"/> <element name="TaxTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/> <element name="AddtlPdctInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaddtlPdctInfprotected BigDecimalpdctAmtprotected StringpdctCdprotected BigDecimalpdctQtyprotected StringtaxTpprotected UnitOfMeasure1CodeunitOfMeasrprotected BigDecimalunitPric
-
Constructor Summary
Constructors Constructor Description Product2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddtlPdctInf()Gets the value of the addtlPdctInf property.BigDecimalgetPdctAmt()Gets the value of the pdctAmt property.StringgetPdctCd()Gets the value of the pdctCd property.BigDecimalgetPdctQty()Gets the value of the pdctQty property.StringgetTaxTp()Gets the value of the taxTp property.UnitOfMeasure1CodegetUnitOfMeasr()Gets the value of the unitOfMeasr property.BigDecimalgetUnitPric()Gets the value of the unitPric property.voidsetAddtlPdctInf(String value)Sets the value of the addtlPdctInf property.voidsetPdctAmt(BigDecimal value)Sets the value of the pdctAmt property.voidsetPdctCd(String value)Sets the value of the pdctCd property.voidsetPdctQty(BigDecimal value)Sets the value of the pdctQty property.voidsetTaxTp(String value)Sets the value of the taxTp property.voidsetUnitOfMeasr(UnitOfMeasure1Code value)Sets the value of the unitOfMeasr property.voidsetUnitPric(BigDecimal value)Sets the value of the unitPric property.
-
-
-
Field Detail
-
pdctCd
protected String pdctCd
-
unitOfMeasr
protected UnitOfMeasure1Code unitOfMeasr
-
pdctQty
protected BigDecimal pdctQty
-
unitPric
protected BigDecimal unitPric
-
pdctAmt
protected BigDecimal pdctAmt
-
taxTp
protected String taxTp
-
addtlPdctInf
protected String addtlPdctInf
-
-
Method Detail
-
getPdctCd
public String getPdctCd()
Gets the value of the pdctCd property.- Returns:
- possible object is
String
-
setPdctCd
public void setPdctCd(String value)
Sets the value of the pdctCd property.- Parameters:
value- allowed object isString
-
getUnitOfMeasr
public UnitOfMeasure1Code getUnitOfMeasr()
Gets the value of the unitOfMeasr property.- Returns:
- possible object is
UnitOfMeasure1Code
-
setUnitOfMeasr
public void setUnitOfMeasr(UnitOfMeasure1Code value)
Sets the value of the unitOfMeasr property.- Parameters:
value- allowed object isUnitOfMeasure1Code
-
getPdctQty
public BigDecimal getPdctQty()
Gets the value of the pdctQty property.- Returns:
- possible object is
BigDecimal
-
setPdctQty
public void setPdctQty(BigDecimal value)
Sets the value of the pdctQty property.- Parameters:
value- allowed object isBigDecimal
-
getUnitPric
public BigDecimal getUnitPric()
Gets the value of the unitPric property.- Returns:
- possible object is
BigDecimal
-
setUnitPric
public void setUnitPric(BigDecimal value)
Sets the value of the unitPric property.- Parameters:
value- allowed object isBigDecimal
-
getPdctAmt
public BigDecimal getPdctAmt()
Gets the value of the pdctAmt property.- Returns:
- possible object is
BigDecimal
-
setPdctAmt
public void setPdctAmt(BigDecimal value)
Sets the value of the pdctAmt property.- Parameters:
value- allowed object isBigDecimal
-
getTaxTp
public String getTaxTp()
Gets the value of the taxTp property.- Returns:
- possible object is
String
-
setTaxTp
public void setTaxTp(String value)
Sets the value of the taxTp property.- Parameters:
value- allowed object isString
-
getAddtlPdctInf
public String getAddtlPdctInf()
Gets the value of the addtlPdctInf property.- Returns:
- possible object is
String
-
-