net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003
Class HPDVersionType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.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  Object[] any
           
protected  String[] authentication
           
protected  String[] encryption
           
protected  String[] protocol
           
protected  String[] signature
           
 
Constructor Summary
HPDVersionType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.HPDVersionType instance.
HPDVersionType(HPDVersionType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.HPDVersionType instance by copying a given instance.
 
Method Summary
 HPDVersionType clone()
          Creates and returns a copy of this object.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 String[] getAuthentication()
           
 String getAuthentication(int idx)
           
 int getAuthenticationLength()
           
 String[] getEncryption()
           
 String getEncryption(int idx)
           
 int getEncryptionLength()
           
 String[] getProtocol()
           
 String getProtocol(int idx)
           
 int getProtocolLength()
           
 String[] getSignature()
           
 String getSignature(int idx)
           
 int getSignatureLength()
           
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 String setAuthentication(int idx, String value)
           
 void setAuthentication(String[] values)
           
 String setEncryption(int idx, String value)
           
 void setEncryption(String[] values)
           
 String setProtocol(int idx, String value)
           
 void setProtocol(String[] values)
           
 String setSignature(int idx, String value)
           
 void setSignature(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocol

protected String[] protocol

authentication

protected String[] authentication

encryption

protected String[] encryption

signature

protected String[] signature

any

protected Object[] any
Constructor Detail

HPDVersionType

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


HPDVersionType

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

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

getProtocol

public String[] getProtocol()
Returns:
array of String

getProtocol

public String getProtocol(int idx)
Returns:
one of String

getProtocolLength

public int getProtocolLength()

setProtocol

public void setProtocol(String[] values)
Parameters:
values - allowed objects are String

setProtocol

public String setProtocol(int idx,
                          String value)
Parameters:
value - allowed object is String

getAuthentication

public String[] getAuthentication()
Returns:
array of String

getAuthentication

public String getAuthentication(int idx)
Returns:
one of String

getAuthenticationLength

public int getAuthenticationLength()

setAuthentication

public void setAuthentication(String[] values)
Parameters:
values - allowed objects are String

setAuthentication

public String setAuthentication(int idx,
                                String value)
Parameters:
value - allowed object is String

getEncryption

public String[] getEncryption()
Returns:
array of String

getEncryption

public String getEncryption(int idx)
Returns:
one of String

getEncryptionLength

public int getEncryptionLength()

setEncryption

public void setEncryption(String[] values)
Parameters:
values - allowed objects are String

setEncryption

public String setEncryption(int idx,
                            String value)
Parameters:
value - allowed object is String

getSignature

public String[] getSignature()
Returns:
array of String

getSignature

public String getSignature(int idx)
Returns:
one of String

getSignatureLength

public int getSignatureLength()

setSignature

public void setSignature(String[] values)
Parameters:
values - allowed objects are String

setSignature

public String setSignature(int idx,
                           String value)
Parameters:
value - allowed object is String

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is 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.