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

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

public class StandardOrderParamsType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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

dateRange

protected StandardOrderParamsType.DateRange dateRange
Constructor Detail

StandardOrderParamsType

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


StandardOrderParamsType

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

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

getDateRange

public StandardOrderParamsType.DateRange getDateRange()
Gets the value of the dateRange property.

Returns:
possible object is StandardOrderParamsType.DateRange

setDateRange

public void setDateRange(StandardOrderParamsType.DateRange value)
Sets the value of the dateRange property.

Parameters:
value - allowed object is StandardOrderParamsType.DateRange

clone

public StandardOrderParamsType 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.