Class TaxExemptionReasonFormatChoice
java.lang.Object
org.coderic.iso20022.messages.tsin.TaxExemptionReasonFormatChoice
Java class for TaxExemptionReasonFormatChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxExemptionReasonFormatChoice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Ustrd" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max140Text"/>
<element name="Strd" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}TaxExemptReason1Code"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaxExemptionReasonFormatChoice
public TaxExemptionReasonFormatChoice()
-
-
Method Details
-
getUstrd
Gets the value of the ustrd property.- Returns:
- possible object is
String
-
setUstrd
Sets the value of the ustrd property.- Parameters:
value- allowed object isString
-
getStrd
Gets the value of the strd property.- Returns:
- possible object is
String
-
setStrd
Sets the value of the strd property.- Parameters:
value- allowed object isString
-