Class TrackData2

java.lang.Object
org.coderic.iso20022.messages.caaa.TrackData2

public class TrackData2 extends Object

Java class for TrackData2 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrackData2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TrckNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Number" minOccurs="0"/>
         <element name="TrckFrmt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TrackFormat1Code" minOccurs="0"/>
         <element name="TrckVal" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max140Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • TrackData2

      public TrackData2()
  • Method Details

    • getTrckNb

      public BigDecimal getTrckNb()
      Gets the value of the trckNb property.
      Returns:
      possible object is BigDecimal
    • setTrckNb

      public void setTrckNb(BigDecimal value)
      Sets the value of the trckNb property.
      Parameters:
      value - allowed object is BigDecimal
    • getTrckFrmt

      public TrackFormat1Code getTrckFrmt()
      Gets the value of the trckFrmt property.
      Returns:
      possible object is TrackFormat1Code
    • setTrckFrmt

      public void setTrckFrmt(TrackFormat1Code value)
      Sets the value of the trckFrmt property.
      Parameters:
      value - allowed object is TrackFormat1Code
    • getTrckVal

      public String getTrckVal()
      Gets the value of the trckVal property.
      Returns:
      possible object is String
    • setTrckVal

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