|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVTOrderInfoType
public class HVTOrderInfoType
Datentyp für HVT-Auftragsinformationen.
Java class for HVTOrderInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HVTOrderInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrderFormat" type="{http://www.ebics.org/H003}OrderFormatType" minOccurs="0"/>
<element name="AccountInfo" type="{http://www.ebics.org/H003}HVTAccountInfoType" maxOccurs="3" minOccurs="2"/>
<element name="ExecutionDate" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>date">
</extension>
</simpleContent>
</complexType>
</element>
<element name="Amount">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>AmountValueType">
<attribute name="isCredit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Currency" type="{http://www.ebics.org/H003}CurrencyBaseType" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="Description" maxOccurs="4" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Purpose"/>
<enumeration value="Details"/>
<enumeration value="Comment"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
HVTOrderInfoType.Amount
Java class for anonymous complex type. |
static class |
HVTOrderInfoType.Description
Java class for anonymous complex type. |
static class |
HVTOrderInfoType.ExecutionDate
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected HVTAccountInfoType[] |
accountInfo
|
protected HVTOrderInfoType.Amount |
amount
|
protected Object[] |
any
|
protected HVTOrderInfoType.Description[] |
description
|
protected HVTOrderInfoType.ExecutionDate |
executionDate
|
protected String |
orderFormat
|
| Constructor Summary | |
|---|---|
HVTOrderInfoType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVTOrderInfoType instance. |
|
HVTOrderInfoType(HVTOrderInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVTOrderInfoType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String orderFormat
protected HVTAccountInfoType[] accountInfo
protected HVTOrderInfoType.ExecutionDate executionDate
protected HVTOrderInfoType.Amount amount
protected HVTOrderInfoType.Description[] description
protected Object[] any
| Constructor Detail |
|---|
public HVTOrderInfoType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVTOrderInfoType instance.
public HVTOrderInfoType(HVTOrderInfoType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVTOrderInfoType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getOrderFormat()
Stringpublic void setOrderFormat(String value)
value - allowed object is
Stringpublic HVTAccountInfoType[] getAccountInfo()
HVTAccountInfoTypepublic HVTAccountInfoType getAccountInfo(int idx)
HVTAccountInfoTypepublic int getAccountInfoLength()
public void setAccountInfo(HVTAccountInfoType[] values)
values - allowed objects are
HVTAccountInfoType
public HVTAccountInfoType setAccountInfo(int idx,
HVTAccountInfoType value)
value - allowed object is
HVTAccountInfoTypepublic HVTOrderInfoType.ExecutionDate getExecutionDate()
HVTOrderInfoType.ExecutionDatepublic void setExecutionDate(HVTOrderInfoType.ExecutionDate value)
value - allowed object is
HVTOrderInfoType.ExecutionDatepublic HVTOrderInfoType.Amount getAmount()
HVTOrderInfoType.Amountpublic void setAmount(HVTOrderInfoType.Amount value)
value - allowed object is
HVTOrderInfoType.Amountpublic HVTOrderInfoType.Description[] getDescription()
HVTOrderInfoType.Descriptionpublic HVTOrderInfoType.Description getDescription(int idx)
HVTOrderInfoType.Descriptionpublic int getDescriptionLength()
public void setDescription(HVTOrderInfoType.Description[] values)
values - allowed objects are
HVTOrderInfoType.Description
public HVTOrderInfoType.Description setDescription(int idx,
HVTOrderInfoType.Description value)
value - allowed object is
HVTOrderInfoType.Descriptionpublic Object[] getAny()
Element
Objectpublic Object getAny(int idx)
Element
Objectpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Element
Object
public Object setAny(int idx,
Object value)
value - allowed object is
Element
Objectpublic void copyAccountInfo(HVTAccountInfoType[] source)
AccountInfo.
source - The source to copy from.
NullPointerException - if source is null.public void copyDescription(HVTOrderInfoType.Description[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.public void copyAny(Object[] source)
Any.
source - The source to copy from.
NullPointerException - if source is null.public HVTOrderInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||