|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HPDProtocolParamsType
public class HPDProtocolParamsType
Data type for HPD's parameters regarding the EBICS protocol.
Java class for HPDProtocolParamsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HPDProtocolParamsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version" type="{http://www.ebics.org/H003}HPDVersionType"/>
<element name="Recovery" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.ebics.org/H003}OptSupportFlag"/>
<anyAttribute namespace='http://www.ebics.org/H003'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="PreValidation" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.ebics.org/H003}OptSupportFlag"/>
<anyAttribute namespace='http://www.ebics.org/H003'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="X509Data" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.ebics.org/H003}OptSupportFlag"/>
<attribute name="persistent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<anyAttribute namespace='http://www.ebics.org/H003'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ClientDataDownload" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.ebics.org/H003}OptSupportFlag"/>
<anyAttribute namespace='http://www.ebics.org/H003'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="DownloadableOrderData" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.ebics.org/H003}OptSupportFlag"/>
<anyAttribute namespace='http://www.ebics.org/H003'/>
</restriction>
</complexContent>
</complexType>
</element>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
HPDProtocolParamsType.ClientDataDownload
Java class for anonymous complex type. |
static class |
HPDProtocolParamsType.DownloadableOrderData
Java class for anonymous complex type. |
static class |
HPDProtocolParamsType.PreValidation
Optional support flag, default = true. |
static class |
HPDProtocolParamsType.Recovery
Java class for anonymous complex type. |
static class |
HPDProtocolParamsType.X509Data
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Object[] |
any
|
protected HPDProtocolParamsType.ClientDataDownload |
clientDataDownload
|
protected HPDProtocolParamsType.DownloadableOrderData |
downloadableOrderData
|
protected HPDProtocolParamsType.PreValidation |
preValidation
|
protected HPDProtocolParamsType.Recovery |
recovery
|
protected HPDVersionType |
version
|
protected HPDProtocolParamsType.X509Data |
x509Data
|
| Constructor Summary | |
|---|---|
HPDProtocolParamsType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HPDProtocolParamsType instance. |
|
HPDProtocolParamsType(HPDProtocolParamsType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HPDProtocolParamsType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HPDProtocolParamsType |
clone()
Creates and returns a copy of this object. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
HPDProtocolParamsType.ClientDataDownload |
getClientDataDownload()
Gets the value of the clientDataDownload property. |
HPDProtocolParamsType.DownloadableOrderData |
getDownloadableOrderData()
Gets the value of the downloadableOrderData property. |
HPDProtocolParamsType.PreValidation |
getPreValidation()
Gets the value of the preValidation property. |
HPDProtocolParamsType.Recovery |
getRecovery()
Gets the value of the recovery property. |
HPDVersionType |
getVersion()
Gets the value of the version property. |
HPDProtocolParamsType.X509Data |
getX509Data()
Gets the value of the x509Data property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setClientDataDownload(HPDProtocolParamsType.ClientDataDownload value)
Sets the value of the clientDataDownload property. |
void |
setDownloadableOrderData(HPDProtocolParamsType.DownloadableOrderData value)
Sets the value of the downloadableOrderData property. |
void |
setPreValidation(HPDProtocolParamsType.PreValidation value)
Sets the value of the preValidation property. |
void |
setRecovery(HPDProtocolParamsType.Recovery value)
Sets the value of the recovery property. |
void |
setVersion(HPDVersionType value)
Sets the value of the version property. |
void |
setX509Data(HPDProtocolParamsType.X509Data value)
Sets the value of the x509Data property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HPDVersionType version
protected HPDProtocolParamsType.Recovery recovery
protected HPDProtocolParamsType.PreValidation preValidation
protected HPDProtocolParamsType.X509Data x509Data
protected HPDProtocolParamsType.ClientDataDownload clientDataDownload
protected HPDProtocolParamsType.DownloadableOrderData downloadableOrderData
protected Object[] any
| Constructor Detail |
|---|
public HPDProtocolParamsType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HPDProtocolParamsType instance.
public HPDProtocolParamsType(HPDProtocolParamsType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HPDProtocolParamsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public HPDVersionType getVersion()
HPDVersionTypepublic void setVersion(HPDVersionType value)
value - allowed object is
HPDVersionTypepublic HPDProtocolParamsType.Recovery getRecovery()
HPDProtocolParamsType.Recoverypublic void setRecovery(HPDProtocolParamsType.Recovery value)
value - allowed object is
HPDProtocolParamsType.Recoverypublic HPDProtocolParamsType.PreValidation getPreValidation()
HPDProtocolParamsType.PreValidationpublic void setPreValidation(HPDProtocolParamsType.PreValidation value)
value - allowed object is
HPDProtocolParamsType.PreValidationpublic HPDProtocolParamsType.X509Data getX509Data()
HPDProtocolParamsType.X509Datapublic void setX509Data(HPDProtocolParamsType.X509Data value)
value - allowed object is
HPDProtocolParamsType.X509Datapublic HPDProtocolParamsType.ClientDataDownload getClientDataDownload()
HPDProtocolParamsType.ClientDataDownloadpublic void setClientDataDownload(HPDProtocolParamsType.ClientDataDownload value)
value - allowed object is
HPDProtocolParamsType.ClientDataDownloadpublic HPDProtocolParamsType.DownloadableOrderData getDownloadableOrderData()
HPDProtocolParamsType.DownloadableOrderDatapublic void setDownloadableOrderData(HPDProtocolParamsType.DownloadableOrderData value)
value - allowed object is
HPDProtocolParamsType.DownloadableOrderDatapublic 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 HPDProtocolParamsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||