|
||||||||||
| 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.PreValidationRequestType
public class PreValidationRequestType
Data type for pre-validation (request).
Java class for PreValidationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreValidationRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataDigest" type="{http://www.ebics.org/H003}DataDigestType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AccountAuthorisation" type="{http://www.ebics.org/H003}PreValidationAccountAuthType" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PreValidationAccountAuthType[] |
accountAuthorisation
|
protected Object[] |
any
|
protected DataDigestType[] |
dataDigest
|
| Constructor Summary | |
|---|---|
PreValidationRequestType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.PreValidationRequestType instance. |
|
PreValidationRequestType(PreValidationRequestType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.PreValidationRequestType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DataDigestType[] dataDigest
protected PreValidationAccountAuthType[] accountAuthorisation
protected Object[] any
| Constructor Detail |
|---|
public PreValidationRequestType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.PreValidationRequestType instance.
public PreValidationRequestType(PreValidationRequestType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.PreValidationRequestType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DataDigestType[] getDataDigest()
DataDigestTypepublic DataDigestType getDataDigest(int idx)
DataDigestTypepublic int getDataDigestLength()
public void setDataDigest(DataDigestType[] values)
values - allowed objects are
DataDigestType
public DataDigestType setDataDigest(int idx,
DataDigestType value)
value - allowed object is
DataDigestTypepublic PreValidationAccountAuthType[] getAccountAuthorisation()
PreValidationAccountAuthTypepublic PreValidationAccountAuthType getAccountAuthorisation(int idx)
PreValidationAccountAuthTypepublic int getAccountAuthorisationLength()
public void setAccountAuthorisation(PreValidationAccountAuthType[] values)
values - allowed objects are
PreValidationAccountAuthType
public PreValidationAccountAuthType setAccountAuthorisation(int idx,
PreValidationAccountAuthType value)
value - allowed object is
PreValidationAccountAuthTypepublic 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 copyDataDigest(DataDigestType[] source)
DataDigest.
source - The source to copy from.
NullPointerException - if source is null.public void copyAccountAuthorisation(PreValidationAccountAuthType[] source)
AccountAuthorisation.
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 PreValidationRequestType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||