|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVUOrderParamsType
public class HVUOrderParamsType
Datentyp für zusätzliche Auftragsparameter für Auftragsart HVU.
Java class for HVUOrderParamsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HVUOrderParamsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrderTypes" type="{http://www.ebics.org/H003}OrderTListType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object[] |
any
|
protected String[] |
orderTypes
|
| Constructor Summary | |
|---|---|
HVUOrderParamsType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVUOrderParamsType instance. |
|
HVUOrderParamsType(HVUOrderParamsType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVUOrderParamsType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HVUOrderParamsType |
clone()
Creates and returns a copy of this object. |
protected void |
copyAny(Object[] source)
Copies all values of property Any. |
protected void |
copyOrderTypes(String[] source)
Copies all values of property OrderTypes. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String[] |
getOrderTypes()
|
String |
getOrderTypes(int idx)
|
int |
getOrderTypesLength()
|
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
String |
setOrderTypes(int idx,
String value)
|
void |
setOrderTypes(String[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String[] orderTypes
protected Object[] any
| Constructor Detail |
|---|
public HVUOrderParamsType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVUOrderParamsType instance.
public HVUOrderParamsType(HVUOrderParamsType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVUOrderParamsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String[] getOrderTypes()
Stringpublic String getOrderTypes(int idx)
Stringpublic int getOrderTypesLength()
public void setOrderTypes(String[] values)
values - allowed objects are
String
public String setOrderTypes(int idx,
String value)
value - allowed object is
Stringpublic 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
Objectprotected void copyOrderTypes(String[] source)
OrderTypes.
source - The source to copy from.
NullPointerException - if source is null.protected void copyAny(Object[] source)
Any.
source - The source to copy from.
NullPointerException - if source is null.public HVUOrderParamsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||