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

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

public class HPDVersionType
extends Object
implements Serializable, Cloneable

Datentyp für HPD-Versionsinformationen.

Java class for HPDVersionType complex type.

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

 <complexType name="HPDVersionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Protocol">
           <simpleType>
             <list itemType="{http://www.ebics.org/H003}ProtocolVersionType" />
           </simpleType>
         </element>
         <element name="Authentication">
           <simpleType>
             <list itemType="{http://www.ebics.org/H003}AuthenticationVersionType" />
           </simpleType>
         </element>
         <element name="Encryption">
           <simpleType>
             <list itemType="{http://www.ebics.org/H003}EncryptionVersionType" />
           </simpleType>
         </element>
         <element name="Signature">
           <simpleType>
             <list itemType="{http://www.ebics.org/S001}SignatureVersionType" />
           </simpleType>
         </element>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  List<String> authentication
           
protected  List<String> encryption
           
protected  List<String> protocol
           
protected  List<String> signature
           
 
Constructor Summary
HPDVersionType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.HPDVersionType instance.
HPDVersionType(HPDVersionType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.HPDVersionType instance by copying a given instance.
 
Method Summary
 HPDVersionType clone()
          Creates and returns a copy of this object.
 List<Object> getAny()
          Gets the value of the any property.
 List<String> getAuthentication()
          Gets the value of the authentication property.
 List<String> getEncryption()
          Gets the value of the encryption property.
 List<String> getProtocol()
          Gets the value of the protocol property.
 List<String> getSignature()
          Gets the value of the signature property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocol

protected List<String> protocol

authentication

protected List<String> authentication

encryption

protected List<String> encryption

signature

protected List<String> signature

any

protected List<Object> any
Constructor Detail

HPDVersionType

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


HPDVersionType

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

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

getProtocol

public List<String> getProtocol()
Gets the value of the protocol 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 protocol property.

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

    getProtocol().add(newItem);
 

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


getAuthentication

public List<String> getAuthentication()
Gets the value of the authentication 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 authentication property.

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

    getAuthentication().add(newItem);
 

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


getEncryption

public List<String> getEncryption()
Gets the value of the encryption 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 encryption property.

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

    getEncryption().add(newItem);
 

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


getSignature

public List<String> getSignature()
Gets the value of the signature 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 signature property.

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

    getSignature().add(newItem);
 

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


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


clone

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