net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003
Class HPDResponseOrderDataType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HPDResponseOrderDataType
All Implemented Interfaces:
Serializable, Cloneable

public class HPDResponseOrderDataType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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

accessParams

protected HPDAccessParamsType accessParams

protocolParams

protected HPDProtocolParamsType protocolParams
Constructor Detail

HPDResponseOrderDataType

public HPDResponseOrderDataType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HPDResponseOrderDataType instance.


HPDResponseOrderDataType

public HPDResponseOrderDataType(HPDResponseOrderDataType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.HPDResponseOrderDataType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getAccessParams

public HPDAccessParamsType getAccessParams()
Gets the value of the accessParams property.

Returns:
possible object is HPDAccessParamsType

setAccessParams

public void setAccessParams(HPDAccessParamsType value)
Sets the value of the accessParams property.

Parameters:
value - allowed object is HPDAccessParamsType

getProtocolParams

public HPDProtocolParamsType getProtocolParams()
Gets the value of the protocolParams property.

Returns:
possible object is HPDProtocolParamsType

setProtocolParams

public void setProtocolParams(HPDProtocolParamsType value)
Sets the value of the protocolParams property.

Parameters:
value - allowed object is HPDProtocolParamsType

clone

public HPDResponseOrderDataType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.