public class CardSequenceNumberRange1 extends Object
Java class for CardSequenceNumberRange1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardSequenceNumberRange1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FrstTx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/>
<element name="LastTx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
frstTx |
protected String |
lastTx |
| Constructor and Description |
|---|
CardSequenceNumberRange1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrstTx()
Gets the value of the frstTx property.
|
String |
getLastTx()
Gets the value of the lastTx property.
|
void |
setFrstTx(String value)
Sets the value of the frstTx property.
|
void |
setLastTx(String value)
Sets the value of the lastTx property.
|
public String getFrstTx()
Stringpublic void setFrstTx(String value)
value - allowed object is
Stringpublic String getLastTx()
StringCopyright © 2019. All rights reserved.