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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.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  List<Object> any
           
protected  DataDigestType dataDigest
           
protected  byte[] displayFile
           
protected  boolean orderDataAvailable
           
protected  BigInteger orderDataSize
           
protected  boolean orderDetailsAvailable
           
protected  List<SignerInfoType> signerInfo
           
 
Constructor Summary
HVDResponseOrderDataType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HVDResponseOrderDataType instance.
HVDResponseOrderDataType(HVDResponseOrderDataType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HVDResponseOrderDataType instance by copying a given instance.
 
Method Summary
 HVDResponseOrderDataType clone()
          Creates and returns a copy of this object.
protected static void copyAny(List<Object> source, List<Object> target)
          Copies all values of property Any.
protected static void copySignerInfo(List<SignerInfoType> source, List<SignerInfoType> target)
          Copies all values of property SignerInfo.
 List<Object> getAny()
          Gets the value of the any property.
 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.
 List<SignerInfoType> getSignerInfo()
          Gets the value of the signerInfo property.
 boolean isOrderDataAvailable()
          Gets the value of the orderDataAvailable property.
 boolean isOrderDetailsAvailable()
          Gets the value of the orderDetailsAvailable property.
 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.
 
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 List<SignerInfoType> signerInfo

any

protected List<Object> any
Constructor Detail

HVDResponseOrderDataType

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


HVDResponseOrderDataType

public HVDResponseOrderDataType(HVDResponseOrderDataType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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 List<SignerInfoType> getSignerInfo()
Gets the value of the signerInfo property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the signerInfo property.

For example, to add a new item, do as follows:

    getSignerInfo().add(newItem);
 

Objects of the following type(s) are allowed in the list SignerInfoType


getAny

public List<Object> getAny()
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object


copySignerInfo

protected static void copySignerInfo(List<SignerInfoType> source,
                                     List<SignerInfoType> target)
Copies all values of property SignerInfo.

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

copyAny

protected static void copyAny(List<Object> source,
                              List<Object> target)
Copies all values of property Any.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target 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.