Class Vehicle2
java.lang.Object
org.coderic.iso20022.messages.casp.Vehicle2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
Gets the value of the data property.Gets the value of the ntryMd property.getTp()
Gets the value of the tp property.void
Sets the value of the data property.void
setNtryMd
(CardDataReading5Code value) Sets the value of the ntryMd property.void
Sets the value of the tp property.
-
Constructor Details
-
Vehicle2
public Vehicle2()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
String
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isString
-
getNtryMd
Gets the value of the ntryMd property.- Returns:
- possible object is
CardDataReading5Code
-
setNtryMd
Sets the value of the ntryMd property.- Parameters:
value
- allowed object isCardDataReading5Code
-
getData
Gets the value of the data property.- Returns:
- possible object is
String
-
setData
Sets the value of the data property.- Parameters:
value
- allowed object isString
-