Class TaxExemptionReasonFormatChoice

java.lang.Object
org.coderic.iso20022.messages.tsin.TaxExemptionReasonFormatChoice

public class TaxExemptionReasonFormatChoice extends Object

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 Details

    • TaxExemptionReasonFormatChoice

      public TaxExemptionReasonFormatChoice()
  • Method Details

    • getUstrd

      public String getUstrd()
      Gets the value of the ustrd property.
      Returns:
      possible object is String
    • setUstrd

      public void setUstrd(String value)
      Sets the value of the ustrd property.
      Parameters:
      value - allowed object is String
    • getStrd

      public String getStrd()
      Gets the value of the strd property.
      Returns:
      possible object is String
    • setStrd

      public void setStrd(String value)
      Sets the value of the strd property.
      Parameters:
      value - allowed object is String