Class SequenceRange1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.SequenceRange1
-
public class SequenceRange1 extends java.lang.ObjectJava 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 java.lang.StringgetFrSeq()Gets the value of the frSeq property.java.lang.StringgetToSeq()Gets the value of the toSeq property.voidsetFrSeq(java.lang.String value)Sets the value of the frSeq property.voidsetToSeq(java.lang.String value)Sets the value of the toSeq property.
-
-
-
Method Detail
-
getFrSeq
public java.lang.String getFrSeq()
Gets the value of the frSeq property.- Returns:
- possible object is
String
-
setFrSeq
public void setFrSeq(java.lang.String value)
Sets the value of the frSeq property.- Parameters:
value- allowed object isString
-
getToSeq
public java.lang.String getToSeq()
Gets the value of the toSeq property.- Returns:
- possible object is
String
-
setToSeq
public void setToSeq(java.lang.String value)
Sets the value of the toSeq property.- Parameters:
value- allowed object isString
-
-