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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVTOrderFlagsType
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
HVTOrderParamsType.OrderFlags

public class HVTOrderFlagsType
extends Object
implements Serializable, Cloneable

Datentyp für HVT-Auftragsflags.

Java class for HVTOrderFlagsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HVTOrderFlagsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="completeOrderData" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="fetchLimit" default="100">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
             <totalDigits value="10"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="fetchOffset" default="0">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
             <totalDigits value="10"/>
           </restriction>
         </simpleType>
       </attribute>
       <anyAttribute namespace='http://www.ebics.org/H003'/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean completeOrderData
           
protected  BigInteger fetchLimit
           
protected  BigInteger fetchOffset
           
 
Constructor Summary
HVTOrderFlagsType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVTOrderFlagsType instance.
HVTOrderFlagsType(HVTOrderFlagsType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVTOrderFlagsType instance by copying a given instance.
 
Method Summary
 HVTOrderFlagsType clone()
          Creates and returns a copy of this object.
 BigInteger getFetchLimit()
          Gets the value of the fetchLimit property.
 BigInteger getFetchOffset()
          Gets the value of the fetchOffset property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 boolean isCompleteOrderData()
          Gets the value of the completeOrderData property.
 void setCompleteOrderData(Boolean value)
          Sets the value of the completeOrderData property.
 void setFetchLimit(BigInteger value)
          Sets the value of the fetchLimit property.
 void setFetchOffset(BigInteger value)
          Sets the value of the fetchOffset property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

completeOrderData

protected Boolean completeOrderData

fetchLimit

protected BigInteger fetchLimit

fetchOffset

protected BigInteger fetchOffset
Constructor Detail

HVTOrderFlagsType

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


HVTOrderFlagsType

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

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

isCompleteOrderData

public boolean isCompleteOrderData()
Gets the value of the completeOrderData property.

Returns:
possible object is Boolean

setCompleteOrderData

public void setCompleteOrderData(Boolean value)
Sets the value of the completeOrderData property.

Parameters:
value - allowed object is Boolean

getFetchLimit

public BigInteger getFetchLimit()
Gets the value of the fetchLimit property.

Returns:
possible object is BigInteger

setFetchLimit

public void setFetchLimit(BigInteger value)
Sets the value of the fetchLimit property.

Parameters:
value - allowed object is BigInteger

getFetchOffset

public BigInteger getFetchOffset()
Gets the value of the fetchOffset property.

Returns:
possible object is BigInteger

setFetchOffset

public void setFetchOffset(BigInteger value)
Sets the value of the fetchOffset property.

Parameters:
value - allowed object is BigInteger

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null

clone

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