public class TaxDetails extends Object
Java class for TaxDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="TaxTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}TaxType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
certId |
protected TaxType |
taxTp |
| Constructor and Description |
|---|
TaxDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertId()
Gets the value of the certId property.
|
TaxType |
getTaxTp()
Gets the value of the taxTp property.
|
void |
setCertId(String value)
Sets the value of the certId property.
|
void |
setTaxTp(TaxType value)
Sets the value of the taxTp property.
|
public String getCertId()
Stringpublic void setCertId(String value)
value - allowed object is
Stringpublic TaxType getTaxTp()
TaxTypeCopyright © 2020. All rights reserved.