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