net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003
Class HVZResponseOrderDataType

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

public class HVZResponseOrderDataType
extends Object
implements Serializable, Cloneable

Order data for order type HVZ (response: receive summary of orders currently stored in the distributed signature processing unit with additional informations).

Java class for HVZResponseOrderDataType complex type.

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

 <complexType name="HVZResponseOrderDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrderDetails" type="{http://www.ebics.org/H003}HVZOrderDetailsType" maxOccurs="unbounded"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Object[] any
           
protected  HVZOrderDetailsType[] orderDetails
           
 
Constructor Summary
HVZResponseOrderDataType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVZResponseOrderDataType instance.
HVZResponseOrderDataType(HVZResponseOrderDataType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVZResponseOrderDataType instance by copying a given instance.
 
Method Summary
 HVZResponseOrderDataType clone()
          Creates and returns a copy of this object.
 void copyAny(Object[] source)
          Copies all values of property Any.
 void copyOrderDetails(HVZOrderDetailsType[] source)
          Copies all values of property OrderDetails.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 HVZOrderDetailsType[] getOrderDetails()
           
 HVZOrderDetailsType getOrderDetails(int idx)
           
 int getOrderDetailsLength()
           
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setOrderDetails(HVZOrderDetailsType[] values)
           
 HVZOrderDetailsType setOrderDetails(int idx, HVZOrderDetailsType value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderDetails

protected HVZOrderDetailsType[] orderDetails

any

protected Object[] any
Constructor Detail

HVZResponseOrderDataType

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


HVZResponseOrderDataType

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

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

getOrderDetails

public HVZOrderDetailsType[] getOrderDetails()
Returns:
array of HVZOrderDetailsType

getOrderDetails

public HVZOrderDetailsType getOrderDetails(int idx)
Returns:
one of HVZOrderDetailsType

getOrderDetailsLength

public int getOrderDetailsLength()

setOrderDetails

public void setOrderDetails(HVZOrderDetailsType[] values)
Parameters:
values - allowed objects are HVZOrderDetailsType

setOrderDetails

public HVZOrderDetailsType setOrderDetails(int idx,
                                           HVZOrderDetailsType value)
Parameters:
value - allowed object is HVZOrderDetailsType

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

copyOrderDetails

public void copyOrderDetails(HVZOrderDetailsType[] source)
Copies all values of property OrderDetails.

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

copyAny

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