net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003
Class FDLOrderParamsType.DateRange

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.FDLOrderParamsType.DateRange
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
FDLOrderParamsType

public static class FDLOrderParamsType.DateRange
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  XMLGregorianCalendar end
           
protected  XMLGregorianCalendar start
           
 
Constructor Summary
FDLOrderParamsType.DateRange()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.FDLOrderParamsType.DateRange instance.
FDLOrderParamsType.DateRange(FDLOrderParamsType.DateRange o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.FDLOrderParamsType.DateRange instance by copying a given instance.
 
Method Summary
 FDLOrderParamsType.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

start

protected XMLGregorianCalendar start

end

protected XMLGregorianCalendar end
Constructor Detail

FDLOrderParamsType.DateRange

public FDLOrderParamsType.DateRange()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.FDLOrderParamsType.DateRange instance.


FDLOrderParamsType.DateRange

public FDLOrderParamsType.DateRange(FDLOrderParamsType.DateRange o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.FDLOrderParamsType.DateRange instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getStart

public XMLGregorianCalendar getStart()
Gets the value of the start property.

Returns:
possible object is XMLGregorianCalendar

setStart

public void setStart(XMLGregorianCalendar value)
Sets the value of the start property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEnd

public XMLGregorianCalendar getEnd()
Gets the value of the end property.

Returns:
possible object is XMLGregorianCalendar

setEnd

public void setEnd(XMLGregorianCalendar value)
Sets the value of the end property.

Parameters:
value - allowed object is XMLGregorianCalendar

clone

public FDLOrderParamsType.DateRange clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.