net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003
Class UnsecuredRequestStaticHeaderType

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

public class UnsecuredRequestStaticHeaderType
extends StaticHeaderBaseType
implements Serializable, Cloneable

Datentyp für den statischen EBICS-Header bei ungesicherten Sendeauftragsarten (Aufträge HIA und INI): kein Nonce, kein Timestamp, keine EU-Datei, keine X001 Authentifizierung, keine Verschlüsselung, keine Digests der öffentlichen Bankschlüssel, Nutzdaten komprimiert, Auftragsattribut DZNNN

Java class for UnsecuredRequestStaticHeaderType complex type.

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

 <complexType name="UnsecuredRequestStaticHeaderType">
   <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" maxOccurs="0" minOccurs="0"/>
         <element name="Timestamp" type="{http://www.ebics.org/H003}TimestampType" maxOccurs="0" minOccurs="0"/>
         <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}UnsecuredReqOrderDetailsType"/>
         <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.priv.collections.valueclass.ebics.h003.StaticHeaderBaseType
any, hostID, nonce, orderDetails, partnerID, product, securityMedium, systemID, timestamp, userID
 
Constructor Summary
UnsecuredRequestStaticHeaderType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.UnsecuredRequestStaticHeaderType instance.
UnsecuredRequestStaticHeaderType(UnsecuredRequestStaticHeaderType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.UnsecuredRequestStaticHeaderType instance by copying a given instance.
 
Method Summary
 UnsecuredRequestStaticHeaderType clone()
          Creates and returns a copy of this object.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.StaticHeaderBaseType
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

UnsecuredRequestStaticHeaderType

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


UnsecuredRequestStaticHeaderType

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

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

clone

public UnsecuredRequestStaticHeaderType 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.