Class TrackData1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_06.TrackData1
Java class for TrackData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackData1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TrckNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Exact1NumericText" minOccurs="0"/> <element name="TrckVal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max140Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the trckNb property.Gets the value of the trckVal property.void
Sets the value of the trckNb property.void
setTrckVal
(String value) Sets the value of the trckVal property.
-
Field Details
-
trckNb
-
trckVal
-
-
Constructor Details
-
TrackData1
public TrackData1()
-
-
Method Details
-
getTrckNb
Gets the value of the trckNb property.- Returns:
- possible object is
String
-
setTrckNb
Sets the value of the trckNb property.- Parameters:
value
- allowed object isString
-
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
-