net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.s001
Class SignaturePubKeyInfoType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.s001.PubKeyInfoType
      extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.s001.SignaturePubKeyInfoType
All Implemented Interfaces:
Serializable, Cloneable

public class SignaturePubKeyInfoType
extends PubKeyInfoType
implements Serializable, Cloneable

Datentyp für öffentliche bankfachliche Schlüssel.

Java class for SignaturePubKeyInfoType complex type.

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

 <complexType name="SignaturePubKeyInfoType">
   <complexContent>
     <extension base="{http://www.ebics.org/S001}PubKeyInfoType">
       <sequence>
         <element name="SignatureVersion" type="{http://www.ebics.org/S001}SignatureVersionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

Field Detail

signatureVersion

protected String signatureVersion
Constructor Detail

SignaturePubKeyInfoType

public SignaturePubKeyInfoType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.s001.SignaturePubKeyInfoType instance.


SignaturePubKeyInfoType

public SignaturePubKeyInfoType(SignaturePubKeyInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.s001.SignaturePubKeyInfoType instance by copying a given instance.

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

getSignatureVersion

public String getSignatureVersion()
Gets the value of the signatureVersion property.

Returns:
possible object is String

setSignatureVersion

public void setSignatureVersion(String value)
Sets the value of the signatureVersion property.

Parameters:
value - allowed object is String

clone

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