net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003
Class HVDResponseOrderDataType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVDResponseOrderDataType
All Implemented Interfaces:
Serializable, Cloneable

public class HVDResponseOrderDataType
extends Object
implements Serializable, Cloneable

Datentyp für Auftragsdaten für Auftragsart HVD (Antwort: VEU-Status abrufen).

Java class for HVDResponseOrderDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HVDResponseOrderDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataDigest" type="{http://www.ebics.org/H003}DataDigestType"/>
         <element name="DisplayFile" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         <element name="OrderDataAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="OrderDataSize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="OrderDetailsAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="BankSignature" type="{http://www.ebics.org/H003}SignatureType" maxOccurs="0" minOccurs="0"/>
         <element name="SignerInfo" type="{http://www.ebics.org/H003}SignerInfoType" maxOccurs="unbounded" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Object[] any
           
protected  DataDigestType dataDigest
           
protected  byte[] displayFile
           
protected  boolean orderDataAvailable
           
protected  BigInteger orderDataSize
           
protected  boolean orderDetailsAvailable
           
protected  SignerInfoType[] signerInfo
           
 
Constructor Summary
HVDResponseOrderDataType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVDResponseOrderDataType instance.
HVDResponseOrderDataType(HVDResponseOrderDataType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVDResponseOrderDataType instance by copying a given instance.
 
Method Summary
 HVDResponseOrderDataType clone()
          Creates and returns a copy of this object.
protected  void copyAny(Object[] source)
          Copies all values of property Any.
protected  void copySignerInfo(SignerInfoType[] source)
          Copies all values of property SignerInfo.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 DataDigestType getDataDigest()
          Gets the value of the dataDigest property.
 byte[] getDisplayFile()
          Gets the value of the displayFile property.
 BigInteger getOrderDataSize()
          Gets the value of the orderDataSize property.
 SignerInfoType[] getSignerInfo()
           
 SignerInfoType getSignerInfo(int idx)
           
 int getSignerInfoLength()
           
 boolean isOrderDataAvailable()
          Gets the value of the orderDataAvailable property.
 boolean isOrderDetailsAvailable()
          Gets the value of the orderDetailsAvailable property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setDataDigest(DataDigestType value)
          Sets the value of the dataDigest property.
 void setDisplayFile(byte[] value)
          Sets the value of the displayFile property.
 void setOrderDataAvailable(boolean value)
          Sets the value of the orderDataAvailable property.
 void setOrderDataSize(BigInteger value)
          Sets the value of the orderDataSize property.
 void setOrderDetailsAvailable(boolean value)
          Sets the value of the orderDetailsAvailable property.
 SignerInfoType setSignerInfo(int idx, SignerInfoType value)
           
 void setSignerInfo(SignerInfoType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataDigest

protected DataDigestType dataDigest

displayFile

protected byte[] displayFile

orderDataAvailable

protected boolean orderDataAvailable

orderDataSize

protected BigInteger orderDataSize

orderDetailsAvailable

protected boolean orderDetailsAvailable

signerInfo

protected SignerInfoType[] signerInfo

any

protected Object[] any
Constructor Detail

HVDResponseOrderDataType

public HVDResponseOrderDataType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVDResponseOrderDataType instance.


HVDResponseOrderDataType

public HVDResponseOrderDataType(HVDResponseOrderDataType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVDResponseOrderDataType instance by copying a given instance.

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

getDataDigest

public DataDigestType getDataDigest()
Gets the value of the dataDigest property.

Returns:
possible object is DataDigestType

setDataDigest

public void setDataDigest(DataDigestType value)
Sets the value of the dataDigest property.

Parameters:
value - allowed object is DataDigestType

getDisplayFile

public byte[] getDisplayFile()
Gets the value of the displayFile property.

Returns:
possible object is byte[]

setDisplayFile

public void setDisplayFile(byte[] value)
Sets the value of the displayFile property.

Parameters:
value - allowed object is byte[]

isOrderDataAvailable

public boolean isOrderDataAvailable()
Gets the value of the orderDataAvailable property.


setOrderDataAvailable

public void setOrderDataAvailable(boolean value)
Sets the value of the orderDataAvailable property.


getOrderDataSize

public BigInteger getOrderDataSize()
Gets the value of the orderDataSize property.

Returns:
possible object is BigInteger

setOrderDataSize

public void setOrderDataSize(BigInteger value)
Sets the value of the orderDataSize property.

Parameters:
value - allowed object is BigInteger

isOrderDetailsAvailable

public boolean isOrderDetailsAvailable()
Gets the value of the orderDetailsAvailable property.


setOrderDetailsAvailable

public void setOrderDetailsAvailable(boolean value)
Sets the value of the orderDetailsAvailable property.


getSignerInfo

public SignerInfoType[] getSignerInfo()
Returns:
array of SignerInfoType

getSignerInfo

public SignerInfoType getSignerInfo(int idx)
Returns:
one of SignerInfoType

getSignerInfoLength

public int getSignerInfoLength()

setSignerInfo

public void setSignerInfo(SignerInfoType[] values)
Parameters:
values - allowed objects are SignerInfoType

setSignerInfo

public SignerInfoType setSignerInfo(int idx,
                                    SignerInfoType value)
Parameters:
value - allowed object is SignerInfoType

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

copySignerInfo

protected void copySignerInfo(SignerInfoType[] source)
Copies all values of property SignerInfo.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyAny

protected void copyAny(Object[] source)
Copies all values of property Any.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public HVDResponseOrderDataType 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.