net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003
Class StandardOrderParamsType.DateRange

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

public static class StandardOrderParamsType.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
StandardOrderParamsType.DateRange()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.StandardOrderParamsType.DateRange instance.
StandardOrderParamsType.DateRange(StandardOrderParamsType.DateRange o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.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

start

protected XMLGregorianCalendar start

end

protected XMLGregorianCalendar end
Constructor Detail

StandardOrderParamsType.DateRange

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


StandardOrderParamsType.DateRange

public StandardOrderParamsType.DateRange(StandardOrderParamsType.DateRange o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.StandardOrderParamsType.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 StandardOrderParamsType.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.