Class Vehicle2

java.lang.Object
org.coderic.iso20022.messages.casp.Vehicle2

public class Vehicle2 extends Object

Java class for Vehicle2 complex type.

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

 <complexType name="Vehicle2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="NtryMd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardDataReading5Code" minOccurs="0"/>
         <element name="Data" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Vehicle2

      public Vehicle2()
  • Method Details

    • getTp

      public String getTp()
      Gets the value of the tp property.
      Returns:
      possible object is String
    • setTp

      public void setTp(String value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is String
    • getNtryMd

      public CardDataReading5Code getNtryMd()
      Gets the value of the ntryMd property.
      Returns:
      possible object is CardDataReading5Code
    • setNtryMd

      public void setNtryMd(CardDataReading5Code value)
      Sets the value of the ntryMd property.
      Parameters:
      value - allowed object is CardDataReading5Code
    • getData

      public String getData()
      Gets the value of the data property.
      Returns:
      possible object is String
    • setData

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