|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HVTOrderFlagsType
public class HVTOrderFlagsType
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>
| Field Summary | |
|---|---|
protected Boolean |
completeOrderData
|
protected BigInteger |
fetchLimit
|
protected BigInteger |
fetchOffset
|
| Constructor Summary | |
|---|---|
HVTOrderFlagsType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HVTOrderFlagsType instance. |
|
HVTOrderFlagsType(HVTOrderFlagsType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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 |
|---|
protected Boolean completeOrderData
protected BigInteger fetchLimit
protected BigInteger fetchOffset
| Constructor Detail |
|---|
public HVTOrderFlagsType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HVTOrderFlagsType instance.
public HVTOrderFlagsType(HVTOrderFlagsType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HVTOrderFlagsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public boolean isCompleteOrderData()
Booleanpublic void setCompleteOrderData(Boolean value)
value - allowed object is
Booleanpublic BigInteger getFetchLimit()
BigIntegerpublic void setFetchLimit(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getFetchOffset()
BigIntegerpublic void setFetchOffset(BigInteger value)
value - allowed object is
BigIntegerpublic Map<QName,String> getOtherAttributes()
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.
public HVTOrderFlagsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||