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

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.NoPubKeyDigestsReqOrderDetailsType
All Implemented Interfaces:
Serializable, Cloneable

public class NoPubKeyDigestsReqOrderDetailsType
extends OrderDetailsType
implements Serializable, Cloneable

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

Java class for NoPubKeyDigestsReqOrderDetailsType complex type.

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

 <complexType name="NoPubKeyDigestsReqOrderDetailsType">
   <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" minOccurs="0"/>
         <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
NoPubKeyDigestsReqOrderDetailsType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.NoPubKeyDigestsReqOrderDetailsType instance.
NoPubKeyDigestsReqOrderDetailsType(NoPubKeyDigestsReqOrderDetailsType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.NoPubKeyDigestsReqOrderDetailsType instance by copying a given instance.
 
Method Summary
 NoPubKeyDigestsReqOrderDetailsType 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

NoPubKeyDigestsReqOrderDetailsType

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


NoPubKeyDigestsReqOrderDetailsType

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

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

clone

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