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

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.AuthenticationPubKeyInfoType
All Implemented Interfaces:
Serializable, Cloneable

public class AuthenticationPubKeyInfoType
extends PubKeyInfoType
implements Serializable, Cloneable

Datentyp für öffentlichen Authentfikationsschlüssel.

Java class for AuthenticationPubKeyInfoType complex type.

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

 <complexType name="AuthenticationPubKeyInfoType">
   <complexContent>
     <extension base="{http://www.ebics.org/H003}PubKeyInfoType">
       <sequence>
         <element name="AuthenticationVersion" type="{http://www.ebics.org/H003}AuthenticationVersionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String authenticationVersion
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.PubKeyInfoType
any, pubKeyValue, x509Data
 
Constructor Summary
AuthenticationPubKeyInfoType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AuthenticationPubKeyInfoType instance.
AuthenticationPubKeyInfoType(AuthenticationPubKeyInfoType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AuthenticationPubKeyInfoType instance by copying a given instance.
 
Method Summary
 AuthenticationPubKeyInfoType clone()
          Creates and returns a copy of this object.
 String getAuthenticationVersion()
          Gets the value of the authenticationVersion property.
 void setAuthenticationVersion(String value)
          Sets the value of the authenticationVersion 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

authenticationVersion

protected String authenticationVersion
Constructor Detail

AuthenticationPubKeyInfoType

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


AuthenticationPubKeyInfoType

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

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

getAuthenticationVersion

public String getAuthenticationVersion()
Gets the value of the authenticationVersion property.

Returns:
possible object is String

setAuthenticationVersion

public void setAuthenticationVersion(String value)
Sets the value of the authenticationVersion property.

Parameters:
value - allowed object is String

clone

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