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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.OrderDetailsType
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
NoPubKeyDigestsReqOrderDetailsType, UnsecuredReqOrderDetailsType, UnsignedReqOrderDetailsType

public abstract class OrderDetailsType
extends Object
implements Serializable, Cloneable

Datentyp für OrderDetails im statischen EBICS-Header (allgemein).

Java class for OrderDetailsType complex type.

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

 <complexType name="OrderDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <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
protected  String orderAttribute
           
protected  String orderID
           
protected  String orderType
           
 
Constructor Summary
OrderDetailsType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.OrderDetailsType instance.
OrderDetailsType(OrderDetailsType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.OrderDetailsType instance by copying a given instance.
 
Method Summary
abstract  OrderDetailsType clone()
          Creates and returns a copy of this object.
 String getOrderAttribute()
          Gets the value of the orderAttribute property.
 String getOrderID()
          Gets the value of the orderID property.
 String getOrderType()
          Gets the value of the orderType property.
 void setOrderAttribute(String value)
          Sets the value of the orderAttribute property.
 void setOrderID(String value)
          Sets the value of the orderID property.
 void setOrderType(String value)
          Sets the value of the orderType property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderType

protected String orderType

orderID

protected String orderID

orderAttribute

protected String orderAttribute
Constructor Detail

OrderDetailsType

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


OrderDetailsType

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

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

getOrderType

public String getOrderType()
Gets the value of the orderType property.

Returns:
possible object is String

setOrderType

public void setOrderType(String value)
Sets the value of the orderType property.

Parameters:
value - allowed object is String

getOrderID

public String getOrderID()
Gets the value of the orderID property.

Returns:
possible object is String

setOrderID

public void setOrderID(String value)
Sets the value of the orderID property.

Parameters:
value - allowed object is String

getOrderAttribute

public String getOrderAttribute()
Gets the value of the orderAttribute property.

Returns:
possible object is String

setOrderAttribute

public void setOrderAttribute(String value)
Sets the value of the orderAttribute property.

Parameters:
value - allowed object is String

clone

public abstract OrderDetailsType 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.