Class SequenceRange1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.SequenceRange1
-
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>
-
-
Constructor Summary
Constructors Constructor Description SequenceRange1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFrSeq()Gets the value of the frSeq property.StringgetToSeq()Gets the value of the toSeq property.voidsetFrSeq(String value)Sets the value of the frSeq property.voidsetToSeq(String value)Sets the value of the toSeq property.
-
-
-
Method Detail
-
getFrSeq
public String getFrSeq()
Gets the value of the frSeq property.- Returns:
- possible object is
String
-
setFrSeq
public void setFrSeq(String value)
Sets the value of the frSeq property.- Parameters:
value- allowed object isString
-
getToSeq
public String getToSeq()
Gets the value of the toSeq property.- Returns:
- possible object is
String
-
-