Class SequenceRange1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_09.SequenceRange1
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.09}Max35Text"/> <element name="ToSeq" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
frSeq
-
toSeq
-
-
Constructor Details
-
SequenceRange1
public SequenceRange1()
-
-
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
-