Class SequenceRange1Choice
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.08}Max35Text"/> <element name="ToSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text"/> <element name="FrToSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}SequenceRange1" maxOccurs="unbounded"/> <element name="EQSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" maxOccurs="unbounded"/> <element name="NEQSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" maxOccurs="unbounded"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEQSeq()
Gets the value of the eqSeq property.getFrSeq()
Gets the value of the frSeq property.Gets the value of the frToSeq property.Gets the value of the neqSeq property.getToSeq()
Gets the value of the toSeq property.void
Sets the value of the frSeq property.void
Sets the value of the toSeq property.
-
Field Details
-
frSeq
-
toSeq
-
frToSeq
-
eqSeq
-
neqSeq
-
-
Constructor Details
-
SequenceRange1Choice
public SequenceRange1Choice()
-
-
Method Details
-
getFrSeq
Gets the value of the frSeq property.- Returns:
- possible object is
String
-
setFrSeq
Sets the value of the frSeq property.- Parameters:
value
- allowed object isString
-
getToSeq
Gets the value of the toSeq property.- Returns:
- possible object is
String
-
setToSeq
Sets the value of the toSeq property.- Parameters:
value
- allowed object isString
-
getFrToSeq
Gets the value of the frToSeq property.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
-
getEQSeq
Gets the value of the eqSeq property.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
-
getNEQSeq
Gets the value of the neqSeq property.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
-