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

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

public class HVZOrderDetailsType
extends Object
implements Serializable, Cloneable

Datentyp für HVZ-Auftragsdetails.

Java class for HVZOrderDetailsType complex type.

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

 <complexType name="HVZOrderDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrderType" type="{http://www.ebics.org/H003}OrderTBaseType"/>
         <element name="OrderID" type="{http://www.ebics.org/H003}OrderIDType"/>
         <element name="DataDigest" type="{http://www.ebics.org/H003}DataDigestType"/>
         <element name="OrderDataAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="OrderDataSize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="OrderDetailsAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <group ref="{http://www.ebics.org/H003}HVZPaymentOrderDetailsStructure" minOccurs="0"/>
         <element name="SigningInfo" type="{http://www.ebics.org/H003}HVUSigningInfoType"/>
         <element name="SignerInfo" type="{http://www.ebics.org/H003}SignerInfoType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OriginatorInfo" type="{http://www.ebics.org/H003}HVUOriginatorInfoType"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class HVZOrderDetailsType.FirstOrderInfo
          Java class for anonymous complex type.
 
Field Summary
protected  Object[] any
           
protected  String currency
           
protected  DataDigestType dataDigest
           
protected  HVZOrderDetailsType.FirstOrderInfo firstOrderInfo
           
protected  boolean orderDataAvailable
           
protected  BigInteger orderDataSize
           
protected  boolean orderDetailsAvailable
           
protected  String orderID
           
protected  String orderType
           
protected  HVUOriginatorInfoType originatorInfo
           
protected  SignerInfoType[] signerInfo
           
protected  HVUSigningInfoType signingInfo
           
protected  BigDecimal totalAmount
           
protected  BigInteger totalOrders
           
 
Constructor Summary
HVZOrderDetailsType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HVZOrderDetailsType instance.
HVZOrderDetailsType(HVZOrderDetailsType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HVZOrderDetailsType instance by copying a given instance.
 
Method Summary
 HVZOrderDetailsType clone()
          Creates and returns a copy of this object.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 String getCurrency()
          Gets the value of the currency property.
 DataDigestType getDataDigest()
          Gets the value of the dataDigest property.
 HVZOrderDetailsType.FirstOrderInfo getFirstOrderInfo()
          Gets the value of the firstOrderInfo property.
 BigInteger getOrderDataSize()
          Gets the value of the orderDataSize property.
 String getOrderID()
          Gets the value of the orderID property.
 String getOrderType()
          Gets the value of the orderType property.
 HVUOriginatorInfoType getOriginatorInfo()
          Gets the value of the originatorInfo property.
 SignerInfoType[] getSignerInfo()
           
 SignerInfoType getSignerInfo(int idx)
           
 int getSignerInfoLength()
           
 HVUSigningInfoType getSigningInfo()
          Gets the value of the signingInfo property.
 BigDecimal getTotalAmount()
          Gets the value of the totalAmount property.
 BigInteger getTotalOrders()
          Gets the value of the totalOrders property.
 boolean isOrderDataAvailable()
          Gets the value of the orderDataAvailable property.
 boolean isOrderDetailsAvailable()
          Gets the value of the orderDetailsAvailable property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setCurrency(String value)
          Sets the value of the currency property.
 void setDataDigest(DataDigestType value)
          Sets the value of the dataDigest property.
 void setFirstOrderInfo(HVZOrderDetailsType.FirstOrderInfo value)
          Sets the value of the firstOrderInfo property.
 void setOrderDataAvailable(boolean value)
          Sets the value of the orderDataAvailable property.
 void setOrderDataSize(BigInteger value)
          Sets the value of the orderDataSize property.
 void setOrderDetailsAvailable(boolean value)
          Sets the value of the orderDetailsAvailable property.
 void setOrderID(String value)
          Sets the value of the orderID property.
 void setOrderType(String value)
          Sets the value of the orderType property.
 void setOriginatorInfo(HVUOriginatorInfoType value)
          Sets the value of the originatorInfo property.
 SignerInfoType setSignerInfo(int idx, SignerInfoType value)
           
 void setSignerInfo(SignerInfoType[] values)
           
 void setSigningInfo(HVUSigningInfoType value)
          Sets the value of the signingInfo property.
 void setTotalAmount(BigDecimal value)
          Sets the value of the totalAmount property.
 void setTotalOrders(BigInteger value)
          Sets the value of the totalOrders property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderType

protected String orderType

orderID

protected String orderID

dataDigest

protected DataDigestType dataDigest

orderDataAvailable

protected boolean orderDataAvailable

orderDataSize

protected BigInteger orderDataSize

orderDetailsAvailable

protected boolean orderDetailsAvailable

totalOrders

protected BigInteger totalOrders

totalAmount

protected BigDecimal totalAmount

currency

protected String currency

firstOrderInfo

protected HVZOrderDetailsType.FirstOrderInfo firstOrderInfo

signingInfo

protected HVUSigningInfoType signingInfo

signerInfo

protected SignerInfoType[] signerInfo

originatorInfo

protected HVUOriginatorInfoType originatorInfo

any

protected Object[] any
Constructor Detail

HVZOrderDetailsType

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


HVZOrderDetailsType

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

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

getOrderType

public String getOrderType()
Gets the value of the orderType property.

Returns:
possible object is String

setOrderType

public void setOrderType(String value)
Sets the value of the orderType property.

Parameters:
value - allowed object is String

getOrderID

public String getOrderID()
Gets the value of the orderID property.

Returns:
possible object is String

setOrderID

public void setOrderID(String value)
Sets the value of the orderID property.

Parameters:
value - allowed object is String

getDataDigest

public DataDigestType getDataDigest()
Gets the value of the dataDigest property.

Returns:
possible object is DataDigestType

setDataDigest

public void setDataDigest(DataDigestType value)
Sets the value of the dataDigest property.

Parameters:
value - allowed object is DataDigestType

isOrderDataAvailable

public boolean isOrderDataAvailable()
Gets the value of the orderDataAvailable property.


setOrderDataAvailable

public void setOrderDataAvailable(boolean value)
Sets the value of the orderDataAvailable property.


getOrderDataSize

public BigInteger getOrderDataSize()
Gets the value of the orderDataSize property.

Returns:
possible object is BigInteger

setOrderDataSize

public void setOrderDataSize(BigInteger value)
Sets the value of the orderDataSize property.

Parameters:
value - allowed object is BigInteger

isOrderDetailsAvailable

public boolean isOrderDetailsAvailable()
Gets the value of the orderDetailsAvailable property.


setOrderDetailsAvailable

public void setOrderDetailsAvailable(boolean value)
Sets the value of the orderDetailsAvailable property.


getTotalOrders

public BigInteger getTotalOrders()
Gets the value of the totalOrders property.

Returns:
possible object is BigInteger

setTotalOrders

public void setTotalOrders(BigInteger value)
Sets the value of the totalOrders property.

Parameters:
value - allowed object is BigInteger

getTotalAmount

public BigDecimal getTotalAmount()
Gets the value of the totalAmount property.

Returns:
possible object is BigDecimal

setTotalAmount

public void setTotalAmount(BigDecimal value)
Sets the value of the totalAmount property.

Parameters:
value - allowed object is BigDecimal

getCurrency

public String getCurrency()
Gets the value of the currency property.

Returns:
possible object is String

setCurrency

public void setCurrency(String value)
Sets the value of the currency property.

Parameters:
value - allowed object is String

getFirstOrderInfo

public HVZOrderDetailsType.FirstOrderInfo getFirstOrderInfo()
Gets the value of the firstOrderInfo property.

Returns:
possible object is HVZOrderDetailsType.FirstOrderInfo

setFirstOrderInfo

public void setFirstOrderInfo(HVZOrderDetailsType.FirstOrderInfo value)
Sets the value of the firstOrderInfo property.

Parameters:
value - allowed object is HVZOrderDetailsType.FirstOrderInfo

getSigningInfo

public HVUSigningInfoType getSigningInfo()
Gets the value of the signingInfo property.

Returns:
possible object is HVUSigningInfoType

setSigningInfo

public void setSigningInfo(HVUSigningInfoType value)
Sets the value of the signingInfo property.

Parameters:
value - allowed object is HVUSigningInfoType

getSignerInfo

public SignerInfoType[] getSignerInfo()
Returns:
array of SignerInfoType

getSignerInfo

public SignerInfoType getSignerInfo(int idx)
Returns:
one of SignerInfoType

getSignerInfoLength

public int getSignerInfoLength()

setSignerInfo

public void setSignerInfo(SignerInfoType[] values)
Parameters:
values - allowed objects are SignerInfoType

setSignerInfo

public SignerInfoType setSignerInfo(int idx,
                                    SignerInfoType value)
Parameters:
value - allowed object is SignerInfoType

getOriginatorInfo

public HVUOriginatorInfoType getOriginatorInfo()
Gets the value of the originatorInfo property.

Returns:
possible object is HVUOriginatorInfoType

setOriginatorInfo

public void setOriginatorInfo(HVUOriginatorInfoType value)
Sets the value of the originatorInfo property.

Parameters:
value - allowed object is HVUOriginatorInfoType

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

clone

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