|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVZOrderDetailsType
public class HVZOrderDetailsType
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>
| 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.prot.indexed.valueclass.ebics.h003.HVZOrderDetailsType instance. |
|
HVZOrderDetailsType(HVZOrderDetailsType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVZOrderDetailsType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HVZOrderDetailsType |
clone()
Creates and returns a copy of this object. |
protected void |
copyAny(Object[] source)
Copies all values of property Any. |
protected void |
copySignerInfo(SignerInfoType[] source)
Copies all values of property SignerInfo. |
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 |
|---|
protected String orderType
protected String orderID
protected DataDigestType dataDigest
protected boolean orderDataAvailable
protected BigInteger orderDataSize
protected boolean orderDetailsAvailable
protected BigInteger totalOrders
protected BigDecimal totalAmount
protected String currency
protected HVZOrderDetailsType.FirstOrderInfo firstOrderInfo
protected HVUSigningInfoType signingInfo
protected SignerInfoType[] signerInfo
protected HVUOriginatorInfoType originatorInfo
protected Object[] any
| Constructor Detail |
|---|
public HVZOrderDetailsType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVZOrderDetailsType instance.
public HVZOrderDetailsType(HVZOrderDetailsType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HVZOrderDetailsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getOrderType()
Stringpublic void setOrderType(String value)
value - allowed object is
Stringpublic String getOrderID()
Stringpublic void setOrderID(String value)
value - allowed object is
Stringpublic DataDigestType getDataDigest()
DataDigestTypepublic void setDataDigest(DataDigestType value)
value - allowed object is
DataDigestTypepublic boolean isOrderDataAvailable()
public void setOrderDataAvailable(boolean value)
public BigInteger getOrderDataSize()
BigIntegerpublic void setOrderDataSize(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isOrderDetailsAvailable()
public void setOrderDetailsAvailable(boolean value)
public BigInteger getTotalOrders()
BigIntegerpublic void setTotalOrders(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getTotalAmount()
BigDecimalpublic void setTotalAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic HVZOrderDetailsType.FirstOrderInfo getFirstOrderInfo()
HVZOrderDetailsType.FirstOrderInfopublic void setFirstOrderInfo(HVZOrderDetailsType.FirstOrderInfo value)
value - allowed object is
HVZOrderDetailsType.FirstOrderInfopublic HVUSigningInfoType getSigningInfo()
HVUSigningInfoTypepublic void setSigningInfo(HVUSigningInfoType value)
value - allowed object is
HVUSigningInfoTypepublic SignerInfoType[] getSignerInfo()
SignerInfoTypepublic SignerInfoType getSignerInfo(int idx)
SignerInfoTypepublic int getSignerInfoLength()
public void setSignerInfo(SignerInfoType[] values)
values - allowed objects are
SignerInfoType
public SignerInfoType setSignerInfo(int idx,
SignerInfoType value)
value - allowed object is
SignerInfoTypepublic HVUOriginatorInfoType getOriginatorInfo()
HVUOriginatorInfoTypepublic void setOriginatorInfo(HVUOriginatorInfoType value)
value - allowed object is
HVUOriginatorInfoTypepublic Object[] getAny()
Element
Objectpublic Object getAny(int idx)
Element
Objectpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Element
Object
public Object setAny(int idx,
Object value)
value - allowed object is
Element
Objectprotected void copySignerInfo(SignerInfoType[] source)
SignerInfo.
source - The source to copy from.
NullPointerException - if source is null.protected void copyAny(Object[] source)
Any.
source - The source to copy from.
NullPointerException - if source is null.public HVZOrderDetailsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||