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

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

public class StaticHeaderType
extends Object
implements Serializable, Cloneable

Data type for the static EBICS header.

Java class for StaticHeaderType complex type.

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

 <complexType name="StaticHeaderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HostID" type="{http://www.ebics.org/H003}HostIDType"/>
         <choice>
           <sequence>
             <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" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.ebics.org/H003>ProductType">
                     <attribute name="Language" use="required" type="{http://www.ebics.org/H003}LanguageType" />
                     <attribute name="InstituteID" type="{http://www.ebics.org/H003}InstituteIDType" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="OrderDetails" type="{http://www.ebics.org/H003}StaticHeaderOrderDetailsType"/>
             <element name="BankPubKeyDigests">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Authentication">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://www.ebics.org/H003>PubKeyDigestType">
                               <attribute name="Version" use="required" type="{http://www.ebics.org/H003}AuthenticationVersionType" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                       <element name="Encryption">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://www.ebics.org/H003>PubKeyDigestType">
                               <attribute name="Version" use="required" type="{http://www.ebics.org/H003}EncryptionVersionType" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                       <element name="Signature" maxOccurs="0" minOccurs="0">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://www.ebics.org/H003>PubKeyDigestType">
                               <attribute name="Version" use="required" type="{http://www.ebics.org/H003}SignatureVersionType" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="SecurityMedium" type="{http://www.ebics.org/H003}SecurityMediumType"/>
             <element name="NumSegments" type="{http://www.ebics.org/H003}NumSegmentsType" minOccurs="0"/>
             <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="TransactionID" type="{http://www.ebics.org/H003}TransactionIDType"/>
           </sequence>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class StaticHeaderType.BankPubKeyDigests
          Java class for anonymous complex type.
static class StaticHeaderType.Product
          Java class for anonymous complex type.
 
Field Summary
protected  List<Object> any
           
protected  StaticHeaderType.BankPubKeyDigests bankPubKeyDigests
           
protected  String hostID
           
protected  byte[] nonce
           
protected  BigInteger numSegments
           
protected  StaticHeaderOrderDetailsType orderDetails
           
protected  String partnerID
           
protected  javax.xml.bind.JAXBElement<StaticHeaderType.Product> product
           
protected  String securityMedium
           
protected  String systemID
           
protected  XMLGregorianCalendar timestamp
           
protected  byte[] transactionID
           
protected  String userID
           
 
Constructor Summary
StaticHeaderType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.StaticHeaderType instance.
StaticHeaderType(StaticHeaderType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.StaticHeaderType instance by copying a given instance.
 
Method Summary
 StaticHeaderType clone()
          Creates and returns a copy of this object.
 List<Object> getAny()
          Gets the value of the any property.
 StaticHeaderType.BankPubKeyDigests getBankPubKeyDigests()
          Gets the value of the bankPubKeyDigests property.
 String getHostID()
          Gets the value of the hostID property.
 byte[] getNonce()
          Gets the value of the nonce property.
 BigInteger getNumSegments()
          Gets the value of the numSegments property.
 StaticHeaderOrderDetailsType getOrderDetails()
          Gets the value of the orderDetails property.
 String getPartnerID()
          Gets the value of the partnerID property.
 javax.xml.bind.JAXBElement<StaticHeaderType.Product> getProduct()
          Gets the value of the product property.
 String getSecurityMedium()
          Gets the value of the securityMedium property.
 String getSystemID()
          Gets the value of the systemID property.
 XMLGregorianCalendar getTimestamp()
          Gets the value of the timestamp property.
 byte[] getTransactionID()
          Gets the value of the transactionID property.
 String getUserID()
          Gets the value of the userID property.
 void setBankPubKeyDigests(StaticHeaderType.BankPubKeyDigests value)
          Sets the value of the bankPubKeyDigests property.
 void setHostID(String value)
          Sets the value of the hostID property.
 void setNonce(byte[] value)
          Sets the value of the nonce property.
 void setNumSegments(BigInteger value)
          Sets the value of the numSegments property.
 void setOrderDetails(StaticHeaderOrderDetailsType value)
          Sets the value of the orderDetails property.
 void setPartnerID(String value)
          Sets the value of the partnerID property.
 void setProduct(javax.xml.bind.JAXBElement<StaticHeaderType.Product> value)
          Sets the value of the product property.
 void setSecurityMedium(String value)
          Sets the value of the securityMedium property.
 void setSystemID(String value)
          Sets the value of the systemID property.
 void setTimestamp(XMLGregorianCalendar value)
          Sets the value of the timestamp property.
 void setTransactionID(byte[] value)
          Sets the value of the transactionID property.
 void setUserID(String value)
          Sets the value of the userID property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hostID

protected String hostID

nonce

protected byte[] nonce

timestamp

protected XMLGregorianCalendar timestamp

partnerID

protected String partnerID

userID

protected String userID

systemID

protected String systemID

product

protected javax.xml.bind.JAXBElement<StaticHeaderType.Product> product

orderDetails

protected StaticHeaderOrderDetailsType orderDetails

bankPubKeyDigests

protected StaticHeaderType.BankPubKeyDigests bankPubKeyDigests

securityMedium

protected String securityMedium

numSegments

protected BigInteger numSegments

any

protected List<Object> any

transactionID

protected byte[] transactionID
Constructor Detail

StaticHeaderType

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


StaticHeaderType

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

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

getHostID

public String getHostID()
Gets the value of the hostID property.

Returns:
possible object is String

setHostID

public void setHostID(String value)
Sets the value of the hostID property.

Parameters:
value - allowed object is String

getNonce

public byte[] getNonce()
Gets the value of the nonce property.

Returns:
possible object is String

setNonce

public void setNonce(byte[] value)
Sets the value of the nonce property.

Parameters:
value - allowed object is String

getTimestamp

public XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is XMLGregorianCalendar

setTimestamp

public void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getPartnerID

public String getPartnerID()
Gets the value of the partnerID property.

Returns:
possible object is String

setPartnerID

public void setPartnerID(String value)
Sets the value of the partnerID property.

Parameters:
value - allowed object is String

getUserID

public String getUserID()
Gets the value of the userID property.

Returns:
possible object is String

setUserID

public void setUserID(String value)
Sets the value of the userID property.

Parameters:
value - allowed object is String

getSystemID

public String getSystemID()
Gets the value of the systemID property.

Returns:
possible object is String

setSystemID

public void setSystemID(String value)
Sets the value of the systemID property.

Parameters:
value - allowed object is String

getProduct

public javax.xml.bind.JAXBElement<StaticHeaderType.Product> getProduct()
Gets the value of the product property.

Returns:
possible object is JAXBElement<StaticHeaderType.Product>

setProduct

public void setProduct(javax.xml.bind.JAXBElement<StaticHeaderType.Product> value)
Sets the value of the product property.

Parameters:
value - allowed object is JAXBElement<StaticHeaderType.Product>

getOrderDetails

public StaticHeaderOrderDetailsType getOrderDetails()
Gets the value of the orderDetails property.

Returns:
possible object is StaticHeaderOrderDetailsType

setOrderDetails

public void setOrderDetails(StaticHeaderOrderDetailsType value)
Sets the value of the orderDetails property.

Parameters:
value - allowed object is StaticHeaderOrderDetailsType

getBankPubKeyDigests

public StaticHeaderType.BankPubKeyDigests getBankPubKeyDigests()
Gets the value of the bankPubKeyDigests property.

Returns:
possible object is StaticHeaderType.BankPubKeyDigests

setBankPubKeyDigests

public void setBankPubKeyDigests(StaticHeaderType.BankPubKeyDigests value)
Sets the value of the bankPubKeyDigests property.

Parameters:
value - allowed object is StaticHeaderType.BankPubKeyDigests

getSecurityMedium

public String getSecurityMedium()
Gets the value of the securityMedium property.

Returns:
possible object is String

setSecurityMedium

public void setSecurityMedium(String value)
Sets the value of the securityMedium property.

Parameters:
value - allowed object is String

getNumSegments

public BigInteger getNumSegments()
Gets the value of the numSegments property.

Returns:
possible object is BigInteger

setNumSegments

public void setNumSegments(BigInteger value)
Sets the value of the numSegments property.

Parameters:
value - allowed object is BigInteger

getAny

public List<Object> getAny()
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object


getTransactionID

public byte[] getTransactionID()
Gets the value of the transactionID property.

Returns:
possible object is String

setTransactionID

public void setTransactionID(byte[] value)
Sets the value of the transactionID property.

Parameters:
value - allowed object is String

clone

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