net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003
Class UnsecuredReqOrderDetailsType

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

public class UnsecuredReqOrderDetailsType
extends OrderDetailsType
implements Serializable, Cloneable

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

Java class for UnsecuredReqOrderDetailsType complex type.

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

 <complexType name="UnsecuredReqOrderDetailsType">
   <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.pkg.collections.valueclass.ebics.h003.OrderDetailsType
orderAttribute, orderID, orderType
 
Constructor Summary
UnsecuredReqOrderDetailsType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.UnsecuredReqOrderDetailsType instance.
UnsecuredReqOrderDetailsType(UnsecuredReqOrderDetailsType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.UnsecuredReqOrderDetailsType instance by copying a given instance.
 
Method Summary
 UnsecuredReqOrderDetailsType clone()
          Creates and returns a copy of this object.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.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

UnsecuredReqOrderDetailsType

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


UnsecuredReqOrderDetailsType

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

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

clone

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