Class SignResponse


  • public class SignResponse
    extends ResponseBaseType

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{urn:oasis:names:tc:dss:1.0:core:schema}ResponseBaseType">
           <sequence>
             <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureObject" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SignResponse

        public SignResponse()
    • Method Detail

      • getSignatureObject

        public SignatureObject getSignatureObject()
        Gets the value of the signatureObject property.
        Returns:
        possible object is SignatureObject
      • setSignatureObject

        public void setSignatureObject​(SignatureObject value)
        Sets the value of the signatureObject property.
        Parameters:
        value - allowed object is SignatureObject