public class SequenceRange1
extends java.lang.Object
Java class for SequenceRange1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceRange1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FrSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text"/>
<element name="ToSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
frSeq |
|
protected java.lang.String |
toSeq |
| Constructor | Description |
|---|---|
SequenceRange1() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getFrSeq() |
Gets the value of the frSeq property.
|
java.lang.String |
getToSeq() |
Gets the value of the toSeq property.
|
void |
setFrSeq(java.lang.String value) |
Sets the value of the frSeq property.
|
void |
setToSeq(java.lang.String value) |
Sets the value of the toSeq property.
|
public java.lang.String getFrSeq()
Stringpublic void setFrSeq(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getToSeq()
Stringpublic void setToSeq(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.