|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HPDResponseOrderDataType
public class HPDResponseOrderDataType
Datentyp für Auftragsdaten für Auftragsart HPD (Antwort: Bankparameter abholen).
Java class for HPDResponseOrderDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HPDResponseOrderDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccessParams" type="{http://www.ebics.org/H003}HPDAccessParamsType"/>
<element name="ProtocolParams" type="{http://www.ebics.org/H003}HPDProtocolParamsType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected HPDAccessParamsType |
accessParams
|
protected HPDProtocolParamsType |
protocolParams
|
| Constructor Summary | |
|---|---|
HPDResponseOrderDataType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HPDResponseOrderDataType instance. |
|
HPDResponseOrderDataType(HPDResponseOrderDataType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HPDResponseOrderDataType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HPDResponseOrderDataType |
clone()
Creates and returns a copy of this object. |
HPDAccessParamsType |
getAccessParams()
Gets the value of the accessParams property. |
HPDProtocolParamsType |
getProtocolParams()
Gets the value of the protocolParams property. |
void |
setAccessParams(HPDAccessParamsType value)
Sets the value of the accessParams property. |
void |
setProtocolParams(HPDProtocolParamsType value)
Sets the value of the protocolParams property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HPDAccessParamsType accessParams
protected HPDProtocolParamsType protocolParams
| Constructor Detail |
|---|
public HPDResponseOrderDataType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HPDResponseOrderDataType instance.
public HPDResponseOrderDataType(HPDResponseOrderDataType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HPDResponseOrderDataType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public HPDAccessParamsType getAccessParams()
HPDAccessParamsTypepublic void setAccessParams(HPDAccessParamsType value)
value - allowed object is
HPDAccessParamsTypepublic HPDProtocolParamsType getProtocolParams()
HPDProtocolParamsTypepublic void setProtocolParams(HPDProtocolParamsType value)
value - allowed object is
HPDProtocolParamsTypepublic HPDResponseOrderDataType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||