|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.s001.OrderSignatureDataType
public class OrderSignatureDataType
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>
| 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.pub.indexed.valueclass.ebics.s001.OrderSignatureDataType instance. |
|
OrderSignatureDataType(OrderSignatureDataType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.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 |
|---|
protected String signatureVersion
protected byte[] signatureValue
protected String partnerID
protected String userID
protected X509DataType x509Data
| Constructor Detail |
|---|
public OrderSignatureDataType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.s001.OrderSignatureDataType instance.
public OrderSignatureDataType(OrderSignatureDataType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.s001.OrderSignatureDataType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getSignatureVersion()
Stringpublic void setSignatureVersion(String value)
value - allowed object is
Stringpublic byte[] getSignatureValue()
public void setSignatureValue(byte[] value)
value - allowed object is
byte[]public String getPartnerID()
Stringpublic void setPartnerID(String value)
value - allowed object is
Stringpublic String getUserID()
Stringpublic void setUserID(String value)
value - allowed object is
Stringpublic X509DataType getX509Data()
X509DataTypepublic void setX509Data(X509DataType value)
value - allowed object is
X509DataTypepublic OrderSignatureDataType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||