public class SequenceRange1 extends 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 and Description |
|---|---|
protected String |
frSeq |
protected String |
toSeq |
| Constructor and Description |
|---|
SequenceRange1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrSeq()
Gets the value of the frSeq property.
|
String |
getToSeq()
Gets the value of the toSeq property.
|
void |
setFrSeq(String value)
Sets the value of the frSeq property.
|
void |
setToSeq(String value)
Sets the value of the toSeq property.
|
public String getFrSeq()
Stringpublic void setFrSeq(String value)
value - allowed object is
Stringpublic String getToSeq()
StringCopyright © 2019. All rights reserved.