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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyInfoType
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.EncryptionPubKeyInfoType
All Implemented Interfaces:
Serializable, Cloneable

public class EncryptionPubKeyInfoType
extends PubKeyInfoType
implements Serializable, Cloneable

Datentyp für öffentliche Verschlüsselungsschlüssel.

Java class for EncryptionPubKeyInfoType complex type.

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

 <complexType name="EncryptionPubKeyInfoType">
   <complexContent>
     <extension base="{http://www.ebics.org/H003}PubKeyInfoType">
       <sequence>
         <element name="EncryptionVersion" type="{http://www.ebics.org/H003}EncryptionVersionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String encryptionVersion
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyInfoType
any, pubKeyValue, x509Data
 
Constructor Summary
EncryptionPubKeyInfoType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.EncryptionPubKeyInfoType instance.
EncryptionPubKeyInfoType(EncryptionPubKeyInfoType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.EncryptionPubKeyInfoType instance by copying a given instance.
 
Method Summary
 EncryptionPubKeyInfoType clone()
          Creates and returns a copy of this object.
 String getEncryptionVersion()
          Gets the value of the encryptionVersion property.
 void setEncryptionVersion(String value)
          Sets the value of the encryptionVersion property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyInfoType
getAny, getAny, getAnyLength, getPubKeyValue, getX509Data, setAny, setAny, setPubKeyValue, setX509Data
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

encryptionVersion

protected String encryptionVersion
Constructor Detail

EncryptionPubKeyInfoType

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


EncryptionPubKeyInfoType

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

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

getEncryptionVersion

public String getEncryptionVersion()
Gets the value of the encryptionVersion property.

Returns:
possible object is String

setEncryptionVersion

public void setEncryptionVersion(String value)
Sets the value of the encryptionVersion property.

Parameters:
value - allowed object is String

clone

public EncryptionPubKeyInfoType clone()
Creates and returns a copy of this object.

Overrides:
clone in class PubKeyInfoType
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.