net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003
Class StaticHeaderOrderDetailsType

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

public class StaticHeaderOrderDetailsType
extends Object
implements Serializable, Cloneable

Data type for order details stored in the static EBICS header.

Java class for StaticHeaderOrderDetailsType complex type.

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

 <complexType name="StaticHeaderOrderDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrderType">
           <complexType>
             <simpleContent>
               <extension base="<http://www.ebics.org/H003>OrderTBaseType">
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="OrderID" type="{http://www.ebics.org/H003}OrderIDType" minOccurs="0"/>
         <element name="OrderAttribute" type="{http://www.ebics.org/H003}OrderAttributeType"/>
         <element ref="{http://www.ebics.org/H003}OrderParams"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class StaticHeaderOrderDetailsType.OrderType
          Java class for anonymous complex type.
 
Field Summary
protected  OrderAttributeType orderAttribute
           
protected  String orderID
           
protected  javax.xml.bind.JAXBElement<?> orderParams
           
protected  StaticHeaderOrderDetailsType.OrderType orderType
           
 
Constructor Summary
StaticHeaderOrderDetailsType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.StaticHeaderOrderDetailsType instance.
StaticHeaderOrderDetailsType(StaticHeaderOrderDetailsType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.StaticHeaderOrderDetailsType instance by copying a given instance.
 
Method Summary
 StaticHeaderOrderDetailsType clone()
          Creates and returns a copy of this object.
 OrderAttributeType getOrderAttribute()
          Gets the value of the orderAttribute property.
 String getOrderID()
          Gets the value of the orderID property.
 javax.xml.bind.JAXBElement<?> getOrderParams()
          Gets the value of the orderParams property.
 StaticHeaderOrderDetailsType.OrderType getOrderType()
          Gets the value of the orderType property.
 void setOrderAttribute(OrderAttributeType value)
          Sets the value of the orderAttribute property.
 void setOrderID(String value)
          Sets the value of the orderID property.
 void setOrderParams(javax.xml.bind.JAXBElement<?> value)
          Sets the value of the orderParams property.
 void setOrderType(StaticHeaderOrderDetailsType.OrderType 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 StaticHeaderOrderDetailsType.OrderType orderType

orderID

protected String orderID

orderAttribute

protected OrderAttributeType orderAttribute

orderParams

protected javax.xml.bind.JAXBElement<?> orderParams
Constructor Detail

StaticHeaderOrderDetailsType

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


StaticHeaderOrderDetailsType

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

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

getOrderType

public StaticHeaderOrderDetailsType.OrderType getOrderType()
Gets the value of the orderType property.

Returns:
possible object is StaticHeaderOrderDetailsType.OrderType

setOrderType

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

Parameters:
value - allowed object is StaticHeaderOrderDetailsType.OrderType

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 OrderAttributeType getOrderAttribute()
Gets the value of the orderAttribute property.

Returns:
possible object is OrderAttributeType

setOrderAttribute

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

Parameters:
value - allowed object is OrderAttributeType

getOrderParams

public javax.xml.bind.JAXBElement<?> getOrderParams()
Gets the value of the orderParams property.

Returns:
possible object is JAXBElement<HVDOrderParamsType> JAXBElement<HVUOrderParamsType> JAXBElement<HVTOrderParamsType> JAXBElement<GenericOrderParamsType> JAXBElement<StandardOrderParamsType> JAXBElement<HVSOrderParamsType> JAXBElement<HVZOrderParamsType> JAXBElement<FULOrderParamsType> JAXBElement<FDLOrderParamsType> JAXBElement<Object> JAXBElement<HVEOrderParamsType>

setOrderParams

public void setOrderParams(javax.xml.bind.JAXBElement<?> value)
Sets the value of the orderParams property.

Parameters:
value - allowed object is JAXBElement<HVDOrderParamsType> JAXBElement<HVUOrderParamsType> JAXBElement<HVTOrderParamsType> JAXBElement<GenericOrderParamsType> JAXBElement<StandardOrderParamsType> JAXBElement<HVSOrderParamsType> JAXBElement<HVZOrderParamsType> JAXBElement<FULOrderParamsType> JAXBElement<FDLOrderParamsType> JAXBElement<Object> JAXBElement<HVEOrderParamsType>

clone

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