Class TrackData2
java.lang.Object
org.coderic.iso20022.messages.caaa.TrackData2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the trckFrmt property.Gets the value of the trckNb property.Gets the value of the trckVal property.void
setTrckFrmt
(TrackFormat1Code value) Sets the value of the trckFrmt property.void
setTrckNb
(BigDecimal value) Sets the value of the trckNb property.void
setTrckVal
(String value) Sets the value of the trckVal property.
-
Constructor Details
-
TrackData2
public TrackData2()
-
-
Method Details
-
getTrckNb
Gets the value of the trckNb property.- Returns:
- possible object is
BigDecimal
-
setTrckNb
Sets the value of the trckNb property.- Parameters:
value
- allowed object isBigDecimal
-
getTrckFrmt
Gets the value of the trckFrmt property.- Returns:
- possible object is
TrackFormat1Code
-
setTrckFrmt
Sets the value of the trckFrmt property.- Parameters:
value
- allowed object isTrackFormat1Code
-
getTrckVal
Gets the value of the trckVal property.- Returns:
- possible object is
String
-
setTrckVal
Sets the value of the trckVal property.- Parameters:
value
- allowed object isString
-