net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003
Class ResponseStaticHeaderType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.ResponseStaticHeaderType
All Implemented Interfaces:
Serializable, Cloneable

public class ResponseStaticHeaderType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  BigInteger numSegments
           
protected  byte[] transactionID
           
 
Constructor Summary
ResponseStaticHeaderType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.ResponseStaticHeaderType instance.
ResponseStaticHeaderType(ResponseStaticHeaderType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.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

transactionID

protected byte[] transactionID

numSegments

protected BigInteger numSegments
Constructor Detail

ResponseStaticHeaderType

public ResponseStaticHeaderType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.ResponseStaticHeaderType instance.


ResponseStaticHeaderType

public ResponseStaticHeaderType(ResponseStaticHeaderType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.ResponseStaticHeaderType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getTransactionID

public byte[] getTransactionID()
Gets the value of the transactionID property.

Returns:
possible object is String

setTransactionID

public void setTransactionID(byte[] value)
Sets the value of the transactionID property.

Parameters:
value - allowed object is String

getNumSegments

public BigInteger getNumSegments()
Gets the value of the numSegments property.

Returns:
possible object is BigInteger

setNumSegments

public void setNumSegments(BigInteger value)
Sets the value of the numSegments property.

Parameters:
value - allowed object is BigInteger

clone

public ResponseStaticHeaderType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.