|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.StaticHeaderOrderDetailsType
public class StaticHeaderOrderDetailsType
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>
| 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.priv.collections.valueclass.ebics.h003.StaticHeaderOrderDetailsType instance. |
|
StaticHeaderOrderDetailsType(StaticHeaderOrderDetailsType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.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 |
|---|
protected StaticHeaderOrderDetailsType.OrderType orderType
protected String orderID
protected OrderAttributeType orderAttribute
protected javax.xml.bind.JAXBElement<?> orderParams
| Constructor Detail |
|---|
public StaticHeaderOrderDetailsType()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.StaticHeaderOrderDetailsType instance.
public StaticHeaderOrderDetailsType(StaticHeaderOrderDetailsType o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.StaticHeaderOrderDetailsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public StaticHeaderOrderDetailsType.OrderType getOrderType()
StaticHeaderOrderDetailsType.OrderTypepublic void setOrderType(StaticHeaderOrderDetailsType.OrderType value)
value - allowed object is
StaticHeaderOrderDetailsType.OrderTypepublic String getOrderID()
Stringpublic void setOrderID(String value)
value - allowed object is
Stringpublic OrderAttributeType getOrderAttribute()
OrderAttributeTypepublic void setOrderAttribute(OrderAttributeType value)
value - allowed object is
OrderAttributeTypepublic javax.xml.bind.JAXBElement<?> getOrderParams()
JAXBElement<StandardOrderParamsType>
JAXBElement<HVDOrderParamsType>
JAXBElement<GenericOrderParamsType>
JAXBElement<HVZOrderParamsType>
JAXBElement<HVTOrderParamsType>
JAXBElement<HVUOrderParamsType>
JAXBElement<Object>
JAXBElement<FDLOrderParamsType>
JAXBElement<HVSOrderParamsType>
JAXBElement<FULOrderParamsType>
JAXBElement<HVEOrderParamsType>public void setOrderParams(javax.xml.bind.JAXBElement<?> value)
value - allowed object is
JAXBElement<StandardOrderParamsType>
JAXBElement<HVDOrderParamsType>
JAXBElement<GenericOrderParamsType>
JAXBElement<HVZOrderParamsType>
JAXBElement<HVTOrderParamsType>
JAXBElement<HVUOrderParamsType>
JAXBElement<Object>
JAXBElement<FDLOrderParamsType>
JAXBElement<HVSOrderParamsType>
JAXBElement<FULOrderParamsType>
JAXBElement<HVEOrderParamsType>public StaticHeaderOrderDetailsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||