|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.OrderDetailsType
public abstract class OrderDetailsType
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>
| 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 |
|---|
protected String orderType
protected String orderID
protected String orderAttribute
| Constructor Detail |
|---|
public OrderDetailsType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.OrderDetailsType instance.
public OrderDetailsType(OrderDetailsType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.OrderDetailsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getOrderType()
Stringpublic void setOrderType(String value)
value - allowed object is
Stringpublic String getOrderID()
Stringpublic void setOrderID(String value)
value - allowed object is
Stringpublic String getOrderAttribute()
Stringpublic void setOrderAttribute(String value)
value - allowed object is
Stringpublic abstract OrderDetailsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||