Class TrackData1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.TrackData1
-
public class TrackData1 extends Object
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.07}Exact1NumericText" minOccurs="0"/> <element name="TrckVal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max140Text"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TrackData1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTrckNb()Gets the value of the trckNb property.StringgetTrckVal()Gets the value of the trckVal property.voidsetTrckNb(String value)Sets the value of the trckNb property.voidsetTrckVal(String value)Sets the value of the trckVal property.
-
-
-
Method Detail
-
getTrckNb
public String getTrckNb()
Gets the value of the trckNb property.- Returns:
- possible object is
String
-
setTrckNb
public void setTrckNb(String value)
Sets the value of the trckNb property.- Parameters:
value- allowed object isString
-
getTrckVal
public String getTrckVal()
Gets the value of the trckVal property.- Returns:
- possible object is
String
-
-