Package org.cxml
Class CXMLSignedInfo
java.lang.Object
org.cxml.CXMLSignedInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the payloadID property.Gets the value of the signatureVersion property.voidSets the value of the id property.voidsetPayloadID(String value) Sets the value of the payloadID property.voidsetSignatureVersion(String value) Sets the value of the signatureVersion property.
-
Field Details
-
signatureVersion
-
payloadID
-
id
-
-
Constructor Details
-
CXMLSignedInfo
public CXMLSignedInfo()
-
-
Method Details
-
getSignatureVersion
Gets the value of the signatureVersion property.- Returns:
- possible object is
String
-
setSignatureVersion
Sets the value of the signatureVersion property.- Parameters:
value- allowed object isString
-
getPayloadID
Gets the value of the payloadID property.- Returns:
- possible object is
String
-
setPayloadID
Sets the value of the payloadID property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-