public class SequenceRange1Choice extends Object
Java class for SequenceRange1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceRange1Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<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"/>
<element name="FrToSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}SequenceRange1" maxOccurs="unbounded"/>
<element name="EQSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" maxOccurs="unbounded"/>
<element name="NEQSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
eqSeq |
protected String |
frSeq |
protected List<SequenceRange1> |
frToSeq |
protected List<String> |
neqSeq |
protected String |
toSeq |
| Constructor and Description |
|---|
SequenceRange1Choice() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEQSeq()
Gets the value of the eqSeq property.
|
String |
getFrSeq()
Gets the value of the frSeq property.
|
List<SequenceRange1> |
getFrToSeq()
Gets the value of the frToSeq property.
|
List<String> |
getNEQSeq()
Gets the value of the neqSeq 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.
|
protected String frSeq
protected String toSeq
protected List<SequenceRange1> frToSeq
public String getFrSeq()
Stringpublic void setFrSeq(String value)
value - allowed object is
Stringpublic String getToSeq()
Stringpublic void setToSeq(String value)
value - allowed object is
Stringpublic List<SequenceRange1> getFrToSeq()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the frToSeq property.
For example, to add a new item, do as follows:
getFrToSeq().add(newItem);
Objects of the following type(s) are allowed in the list
SequenceRange1
public List<String> getEQSeq()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eqSeq property.
For example, to add a new item, do as follows:
getEQSeq().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getNEQSeq()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the neqSeq property.
For example, to add a new item, do as follows:
getNEQSeq().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.