public class Product2
extends java.lang.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.04}Max70Text"/>
<element name="UnitOfMeasr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}UnitOfMeasure1Code" minOccurs="0"/>
<element name="PdctQty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}DecimalNumber" minOccurs="0"/>
<element name="UnitPric" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ImpliedCurrencyAndAmount" minOccurs="0"/>
<element name="PdctAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ImpliedCurrencyAndAmount" minOccurs="0"/>
<element name="TaxTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/>
<element name="AddtlPdctInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
addtlPdctInf |
|
protected java.math.BigDecimal |
pdctAmt |
|
protected java.lang.String |
pdctCd |
|
protected java.math.BigDecimal |
pdctQty |
|
protected java.lang.String |
taxTp |
|
protected UnitOfMeasure1Code |
unitOfMeasr |
|
protected java.math.BigDecimal |
unitPric |
| Constructor | Description |
|---|---|
Product2() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAddtlPdctInf() |
Gets the value of the addtlPdctInf property.
|
java.math.BigDecimal |
getPdctAmt() |
Gets the value of the pdctAmt property.
|
java.lang.String |
getPdctCd() |
Gets the value of the pdctCd property.
|
java.math.BigDecimal |
getPdctQty() |
Gets the value of the pdctQty property.
|
java.lang.String |
getTaxTp() |
Gets the value of the taxTp property.
|
UnitOfMeasure1Code |
getUnitOfMeasr() |
Gets the value of the unitOfMeasr property.
|
java.math.BigDecimal |
getUnitPric() |
Gets the value of the unitPric property.
|
void |
setAddtlPdctInf(java.lang.String value) |
Sets the value of the addtlPdctInf property.
|
void |
setPdctAmt(java.math.BigDecimal value) |
Sets the value of the pdctAmt property.
|
void |
setPdctCd(java.lang.String value) |
Sets the value of the pdctCd property.
|
void |
setPdctQty(java.math.BigDecimal value) |
Sets the value of the pdctQty property.
|
void |
setTaxTp(java.lang.String value) |
Sets the value of the taxTp property.
|
void |
setUnitOfMeasr(UnitOfMeasure1Code value) |
Sets the value of the unitOfMeasr property.
|
void |
setUnitPric(java.math.BigDecimal value) |
Sets the value of the unitPric property.
|
protected java.lang.String pdctCd
protected UnitOfMeasure1Code unitOfMeasr
protected java.math.BigDecimal pdctQty
protected java.math.BigDecimal unitPric
protected java.math.BigDecimal pdctAmt
protected java.lang.String taxTp
protected java.lang.String addtlPdctInf
public java.lang.String getPdctCd()
Stringpublic void setPdctCd(java.lang.String value)
value - allowed object is
Stringpublic UnitOfMeasure1Code getUnitOfMeasr()
UnitOfMeasure1Codepublic void setUnitOfMeasr(UnitOfMeasure1Code value)
value - allowed object is
UnitOfMeasure1Codepublic java.math.BigDecimal getPdctQty()
BigDecimalpublic void setPdctQty(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getUnitPric()
BigDecimalpublic void setUnitPric(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getPdctAmt()
BigDecimalpublic void setPdctAmt(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getTaxTp()
Stringpublic void setTaxTp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddtlPdctInf()
Stringpublic void setAddtlPdctInf(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.