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

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

public class UnsignedReqOrderDetailsType
extends OrderDetailsType
implements Serializable, Cloneable

Datentyp für OrderDetails im statischen EBICS-Header von ebicsUnsignedRequest.

Java class for UnsignedReqOrderDetailsType complex type.

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

 <complexType name="UnsignedReqOrderDetailsType">
   <complexContent>
     <restriction base="{http://www.ebics.org/H003}OrderDetailsType">
       <sequence>
         <element name="OrderType" type="{http://www.ebics.org/H003}OrderTBaseType"/>
         <element name="OrderID" type="{http://www.ebics.org/H003}OrderIDType"/>
         <element name="OrderAttribute" type="{http://www.ebics.org/H003}OrderAttributeBaseType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.OrderDetailsType
orderAttribute, orderID, orderType
 
Constructor Summary
UnsignedReqOrderDetailsType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.UnsignedReqOrderDetailsType instance.
UnsignedReqOrderDetailsType(UnsignedReqOrderDetailsType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.UnsignedReqOrderDetailsType instance by copying a given instance.
 
Method Summary
 UnsignedReqOrderDetailsType clone()
          Creates and returns a copy of this object.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.OrderDetailsType
getOrderAttribute, getOrderID, getOrderType, setOrderAttribute, setOrderID, setOrderType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsignedReqOrderDetailsType

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


UnsignedReqOrderDetailsType

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

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

clone

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

Specified by:
clone in class OrderDetailsType
Returns:
A clone of this instance.


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