Package org.cxml
Class CXMLSignedInfo
- java.lang.Object
-
- org.cxml.CXMLSignedInfo
-
public class CXMLSignedInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected java.lang.StringpayloadIDprotected java.lang.StringsignatureVersion
-
Constructor Summary
Constructors Constructor Description CXMLSignedInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetPayloadID()Gets the value of the payloadID property.java.lang.StringgetSignatureVersion()Gets the value of the signatureVersion property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetPayloadID(java.lang.String value)Sets the value of the payloadID property.voidsetSignatureVersion(java.lang.String value)Sets the value of the signatureVersion property.
-
-
-
Method Detail
-
getSignatureVersion
public java.lang.String getSignatureVersion()
Gets the value of the signatureVersion property.- Returns:
- possible object is
String
-
setSignatureVersion
public void setSignatureVersion(java.lang.String value)
Sets the value of the signatureVersion property.- Parameters:
value- allowed object isString
-
getPayloadID
public java.lang.String getPayloadID()
Gets the value of the payloadID property.- Returns:
- possible object is
String
-
setPayloadID
public void setPayloadID(java.lang.String value)
Sets the value of the payloadID property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
-