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

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

public class OrderSignatureDataType
extends Object
implements Serializable, Cloneable

Data type according for a digital signature (either autorising an order or applied for transportation), structured format.

Java class for OrderSignatureDataType complex type.

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

 <complexType name="OrderSignatureDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SignatureVersion" type="{http://www.ebics.org/S001}SignatureVersionType"/>
         <element name="SignatureValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         <element name="PartnerID" type="{http://www.ebics.org/S001}PartnerIDType"/>
         <element name="UserID" type="{http://www.ebics.org/S001}UserIDType"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}X509Data" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String partnerID
           
protected  byte[] signatureValue
           
protected  String signatureVersion
           
protected  String userID
           
protected  X509DataType x509Data
           
 
Constructor Summary
OrderSignatureDataType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.s001.OrderSignatureDataType instance.
OrderSignatureDataType(OrderSignatureDataType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.s001.OrderSignatureDataType instance by copying a given instance.
 
Method Summary
 OrderSignatureDataType clone()
          Creates and returns a copy of this object.
 String getPartnerID()
          Gets the value of the partnerID property.
 byte[] getSignatureValue()
          Gets the value of the signatureValue property.
 String getSignatureVersion()
          Gets the value of the signatureVersion property.
 String getUserID()
          Gets the value of the userID property.
 X509DataType getX509Data()
          Parameter for X509Data
 void setPartnerID(String value)
          Sets the value of the partnerID property.
 void setSignatureValue(byte[] value)
          Sets the value of the signatureValue property.
 void setSignatureVersion(String value)
          Sets the value of the signatureVersion property.
 void setUserID(String value)
          Sets the value of the userID property.
 void setX509Data(X509DataType value)
          Sets the value of the x509Data property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signatureVersion

protected String signatureVersion

signatureValue

protected byte[] signatureValue

partnerID

protected String partnerID

userID

protected String userID

x509Data

protected X509DataType x509Data
Constructor Detail

OrderSignatureDataType

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


OrderSignatureDataType

public OrderSignatureDataType(OrderSignatureDataType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.s001.OrderSignatureDataType 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

getSignatureValue

public byte[] getSignatureValue()
Gets the value of the signatureValue property.

Returns:
possible object is byte[]

setSignatureValue

public void setSignatureValue(byte[] value)
Sets the value of the signatureValue property.

Parameters:
value - allowed object is byte[]

getPartnerID

public String getPartnerID()
Gets the value of the partnerID property.

Returns:
possible object is String

setPartnerID

public void setPartnerID(String value)
Sets the value of the partnerID property.

Parameters:
value - allowed object is String

getUserID

public String getUserID()
Gets the value of the userID property.

Returns:
possible object is String

setUserID

public void setUserID(String value)
Sets the value of the userID property.

Parameters:
value - allowed object is String

getX509Data

public X509DataType getX509Data()
Parameter for X509Data

Returns:
possible object is X509DataType

setX509Data

public void setX509Data(X509DataType value)
Sets the value of the x509Data property.

Parameters:
value - allowed object is X509DataType

clone

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