|
||||||||||
| 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.StandardOrderParamsType.DateRange
public static class StandardOrderParamsType.DateRange
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
end
|
protected XMLGregorianCalendar |
start
|
| Constructor Summary | |
|---|---|
StandardOrderParamsType.DateRange()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.StandardOrderParamsType.DateRange instance. |
|
StandardOrderParamsType.DateRange(StandardOrderParamsType.DateRange o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.StandardOrderParamsType.DateRange instance by copying a given instance. |
|
| Method Summary | |
|---|---|
StandardOrderParamsType.DateRange |
clone()
Creates and returns a copy of this object. |
XMLGregorianCalendar |
getEnd()
Gets the value of the end property. |
XMLGregorianCalendar |
getStart()
Gets the value of the start property. |
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property. |
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
| Constructor Detail |
|---|
public StandardOrderParamsType.DateRange()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.StandardOrderParamsType.DateRange instance.
public StandardOrderParamsType.DateRange(StandardOrderParamsType.DateRange o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.StandardOrderParamsType.DateRange instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic StandardOrderParamsType.DateRange clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||