net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003
Class UnsignedRequestStaticHeaderType

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

public class UnsignedRequestStaticHeaderType
extends StaticHeaderBaseType
implements Serializable, Cloneable

Datentyp für den statischen EBICS-Header für ebicsUnsignedRequest.Datentyp für den statischen EBICS-Header bei Aufträgen ohne Authentifizierungssignatur (Auftrag HSA): keine X001 Authentifizierung, keine Digests der öffentlichen Bankschlüssel, EU-Datei, Nutzdaten, Nonce, Timestamp, OrderId, Auftragsattribut OZNNN

Java class for UnsignedRequestStaticHeaderType complex type.

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

 <complexType name="UnsignedRequestStaticHeaderType">
   <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}UnsignedReqOrderDetailsType"/>
         <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.indexed.valueclass.ebics.h003.StaticHeaderBaseType
any, hostID, nonce, orderDetails, partnerID, product, securityMedium, systemID, timestamp, userID
 
Constructor Summary
UnsignedRequestStaticHeaderType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.UnsignedRequestStaticHeaderType instance.
UnsignedRequestStaticHeaderType(UnsignedRequestStaticHeaderType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.UnsignedRequestStaticHeaderType instance by copying a given instance.
 
Method Summary
 UnsignedRequestStaticHeaderType clone()
          Creates and returns a copy of this object.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.StaticHeaderBaseType
copyAny, getAny, getAny, getAnyLength, getHostID, getNonce, getOrderDetails, getPartnerID, getProduct, getSecurityMedium, getSystemID, getTimestamp, getUserID, setAny, setAny, 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

UnsignedRequestStaticHeaderType

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


UnsignedRequestStaticHeaderType

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

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

clone

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