|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.ResponseStaticHeaderType
public class ResponseStaticHeaderType
Data type for the static EBICS header.
Java class for ResponseStaticHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseStaticHeaderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransactionID" type="{http://www.ebics.org/H003}TransactionIDType" minOccurs="0"/>
<element name="NumSegments" type="{http://www.ebics.org/H003}SegmentNumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
numSegments
|
protected byte[] |
transactionID
|
| Constructor Summary | |
|---|---|
ResponseStaticHeaderType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.ResponseStaticHeaderType instance. |
|
ResponseStaticHeaderType(ResponseStaticHeaderType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.ResponseStaticHeaderType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ResponseStaticHeaderType |
clone()
Creates and returns a copy of this object. |
BigInteger |
getNumSegments()
Gets the value of the numSegments property. |
byte[] |
getTransactionID()
Gets the value of the transactionID property. |
void |
setNumSegments(BigInteger value)
Sets the value of the numSegments property. |
void |
setTransactionID(byte[] value)
Sets the value of the transactionID property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected byte[] transactionID
protected BigInteger numSegments
| Constructor Detail |
|---|
public ResponseStaticHeaderType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.ResponseStaticHeaderType instance.
public ResponseStaticHeaderType(ResponseStaticHeaderType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.ResponseStaticHeaderType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public byte[] getTransactionID()
Stringpublic void setTransactionID(byte[] value)
value - allowed object is
Stringpublic BigInteger getNumSegments()
BigIntegerpublic void setNumSegments(BigInteger value)
value - allowed object is
BigIntegerpublic ResponseStaticHeaderType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||