Package org.cxml

Class CXMLSignedInfo


  • public class CXMLSignedInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id  
      protected java.lang.String payloadID  
      protected java.lang.String signatureVersion  
    • Constructor Summary

      Constructors 
      Constructor Description
      CXMLSignedInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getPayloadID()
      Gets the value of the payloadID property.
      java.lang.String getSignatureVersion()
      Gets the value of the signatureVersion property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setPayloadID​(java.lang.String value)
      Sets the value of the payloadID property.
      void setSignatureVersion​(java.lang.String value)
      Sets the value of the signatureVersion property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • signatureVersion

        protected java.lang.String signatureVersion
      • payloadID

        protected java.lang.String payloadID
      • id

        protected java.lang.String id
    • Constructor Detail

      • CXMLSignedInfo

        public CXMLSignedInfo()
    • 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 is String
      • 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 is String
      • 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 is String