|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVDResponseOrderDataType
public class HVDResponseOrderDataType
Datentyp für Auftragsdaten für Auftragsart HVD (Antwort: VEU-Status abrufen).
Java class for HVDResponseOrderDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HVDResponseOrderDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataDigest" type="{http://www.ebics.org/H003}DataDigestType"/>
<element name="DisplayFile" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<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"/>
<element name="BankSignature" type="{http://www.ebics.org/H003}SignatureType" maxOccurs="0" minOccurs="0"/>
<element name="SignerInfo" type="{http://www.ebics.org/H003}SignerInfoType" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object[] |
any
|
protected DataDigestType |
dataDigest
|
protected byte[] |
displayFile
|
protected boolean |
orderDataAvailable
|
protected BigInteger |
orderDataSize
|
protected boolean |
orderDetailsAvailable
|
protected SignerInfoType[] |
signerInfo
|
| Constructor Summary | |
|---|---|
HVDResponseOrderDataType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVDResponseOrderDataType instance. |
|
HVDResponseOrderDataType(HVDResponseOrderDataType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVDResponseOrderDataType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HVDResponseOrderDataType |
clone()
Creates and returns a copy of this object. |
void |
copyAny(Object[] source)
Copies all values of property Any. |
void |
copySignerInfo(SignerInfoType[] source)
Copies all values of property SignerInfo. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
DataDigestType |
getDataDigest()
Gets the value of the dataDigest property. |
byte[] |
getDisplayFile()
Gets the value of the displayFile property. |
BigInteger |
getOrderDataSize()
Gets the value of the orderDataSize property. |
SignerInfoType[] |
getSignerInfo()
|
SignerInfoType |
getSignerInfo(int idx)
|
int |
getSignerInfoLength()
|
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 |
setDataDigest(DataDigestType value)
Sets the value of the dataDigest property. |
void |
setDisplayFile(byte[] value)
Sets the value of the displayFile 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. |
SignerInfoType |
setSignerInfo(int idx,
SignerInfoType value)
|
void |
setSignerInfo(SignerInfoType[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DataDigestType dataDigest
protected byte[] displayFile
protected boolean orderDataAvailable
protected BigInteger orderDataSize
protected boolean orderDetailsAvailable
protected SignerInfoType[] signerInfo
protected Object[] any
| Constructor Detail |
|---|
public HVDResponseOrderDataType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVDResponseOrderDataType instance.
public HVDResponseOrderDataType(HVDResponseOrderDataType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.HVDResponseOrderDataType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DataDigestType getDataDigest()
DataDigestTypepublic void setDataDigest(DataDigestType value)
value - allowed object is
DataDigestTypepublic byte[] getDisplayFile()
public void setDisplayFile(byte[] value)
value - allowed object is
byte[]public 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 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 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
Objectpublic void copySignerInfo(SignerInfoType[] source)
SignerInfo.
source - The source to copy from.
NullPointerException - if source is null.public void copyAny(Object[] source)
Any.
source - The source to copy from.
NullPointerException - if source is null.public HVDResponseOrderDataType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||