Package org.cxml

Class CXMLSignedInfo

java.lang.Object
org.cxml.CXMLSignedInfo

public class CXMLSignedInfo extends Object
  • Field Details

    • signatureVersion

      protected String signatureVersion
    • payloadID

      protected String payloadID
    • id

      protected String id
  • Constructor Details

    • CXMLSignedInfo

      public CXMLSignedInfo()
  • Method Details

    • 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
    • getPayloadID

      public String getPayloadID()
      Gets the value of the payloadID property.
      Returns:
      possible object is String
    • setPayloadID

      public void setPayloadID(String value)
      Sets the value of the payloadID property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String