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

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

public class NoPubKeyDigestsRequestStaticHeaderType
extends StaticHeaderBaseType
implements Serializable, Cloneable

Datentyp für den statischen EBICS-Header bei Aufträgen ohne Übertragung der Digests der Bankschlüssel (Auftrag HBP): keine Digests der öffentlichen Bankschlüssel, keine EU-Datei, keine Nutzdaten, OrderId optional!, Nonce, Timestamp, X001 Authentifizierung, Auftragsattribut DZHNN

Java class for NoPubKeyDigestsRequestStaticHeaderType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NoPubKeyDigestsRequestStaticHeaderType">
   <complexContent>
     <restriction base="{http://www.ebics.org/H003}StaticHeaderBaseType">
       <sequence>
         <element name="HostID" type="{http://www.ebics.org/H003}HostIDType"/>
         <element name="Nonce" type="{http://www.ebics.org/H003}NonceType"/>
         <element name="Timestamp" type="{http://www.ebics.org/H003}TimestampType"/>
         <element name="PartnerID" type="{http://www.ebics.org/H003}PartnerIDType"/>
         <element name="UserID" type="{http://www.ebics.org/H003}UserIDType"/>
         <element name="SystemID" type="{http://www.ebics.org/H003}UserIDType" minOccurs="0"/>
         <element name="Product" type="{http://www.ebics.org/H003}ProductElementType" minOccurs="0"/>
         <element name="OrderDetails" type="{http://www.ebics.org/H003}NoPubKeyDigestsReqOrderDetailsType"/>
         <element name="SecurityMedium" type="{http://www.ebics.org/H003}SecurityMediumType"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.StaticHeaderBaseType
any, hostID, nonce, orderDetails, partnerID, product, securityMedium, systemID, timestamp, userID
 
Constructor Summary
NoPubKeyDigestsRequestStaticHeaderType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.NoPubKeyDigestsRequestStaticHeaderType instance.
NoPubKeyDigestsRequestStaticHeaderType(NoPubKeyDigestsRequestStaticHeaderType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.NoPubKeyDigestsRequestStaticHeaderType instance by copying a given instance.
 
Method Summary
 NoPubKeyDigestsRequestStaticHeaderType clone()
          Creates and returns a copy of this object.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.ebics.h003.StaticHeaderBaseType
copyAny, getAny, getHostID, getNonce, getOrderDetails, getPartnerID, getProduct, getSecurityMedium, getSystemID, getTimestamp, getUserID, setHostID, setNonce, setOrderDetails, setPartnerID, setProduct, setSecurityMedium, setSystemID, setTimestamp, setUserID
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoPubKeyDigestsRequestStaticHeaderType

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


NoPubKeyDigestsRequestStaticHeaderType

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

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

clone

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

Specified by:
clone in class StaticHeaderBaseType
Returns:
A clone of this instance.


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