|
||||||||||
| 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.StandardOrderParamsType
public class StandardOrderParamsType
Datentyp für zusätzliche Auftragsparameter bei Standard-Auftragsarten.
Java class for StandardOrderParamsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StandardOrderParamsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DateRange" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Start" type="{http://www.ebics.org/H003}DateType"/>
<element name="End" type="{http://www.ebics.org/H003}DateType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
StandardOrderParamsType.DateRange
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected StandardOrderParamsType.DateRange |
dateRange
|
| Constructor Summary | |
|---|---|
StandardOrderParamsType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.StandardOrderParamsType instance. |
|
StandardOrderParamsType(StandardOrderParamsType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.StandardOrderParamsType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
StandardOrderParamsType |
clone()
Creates and returns a copy of this object. |
StandardOrderParamsType.DateRange |
getDateRange()
Gets the value of the dateRange property. |
void |
setDateRange(StandardOrderParamsType.DateRange value)
Sets the value of the dateRange property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StandardOrderParamsType.DateRange dateRange
| Constructor Detail |
|---|
public StandardOrderParamsType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.StandardOrderParamsType instance.
public StandardOrderParamsType(StandardOrderParamsType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.StandardOrderParamsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public StandardOrderParamsType.DateRange getDateRange()
StandardOrderParamsType.DateRangepublic void setDateRange(StandardOrderParamsType.DateRange value)
value - allowed object is
StandardOrderParamsType.DateRangepublic StandardOrderParamsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||