Class SignResponseExtensionType


  • public class SignResponseExtensionType
    extends java.lang.Object

    Java class for SignResponseExtensionType complex type.

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

     <complexType name="SignResponseExtensionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}ResponseTime"/>
             <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}Request" minOccurs="0"/>
             <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}SignerAssertionInfo" minOccurs="0"/>
             <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}SignatureCertificateChain" minOccurs="0"/>
             <element ref="{http://id.elegnamnden.se/csig/1.1/dss-ext/ns}OtherResponseInfo" minOccurs="0"/>
           </sequence>
           <attribute name="Version" type="{http://www.w3.org/2001/XMLSchema}string" default="1.1" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • responseTime

        protected javax.xml.datatype.XMLGregorianCalendar responseTime
      • request

        protected byte[] request
      • otherResponseInfo

        protected AnyType otherResponseInfo
      • version

        protected java.lang.String version
    • Constructor Detail

      • SignResponseExtensionType

        public SignResponseExtensionType()
    • Method Detail

      • getResponseTime

        public javax.xml.datatype.XMLGregorianCalendar getResponseTime()
        Gets the value of the responseTime property.
        Returns:
        possible object is XMLGregorianCalendar
      • setResponseTime

        public void setResponseTime​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the responseTime property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getRequest

        public byte[] getRequest()
        Gets the value of the request property.
        Returns:
        possible object is byte[]
      • setRequest

        public void setRequest​(byte[] value)
        Sets the value of the request property.
        Parameters:
        value - allowed object is byte[]
      • setSignatureCertificateChain

        public void setSignatureCertificateChain​(CertificateChainType value)
        Sets the value of the signatureCertificateChain property.
        Parameters:
        value - allowed object is CertificateChainType
      • getOtherResponseInfo

        public AnyType getOtherResponseInfo()
        Gets the value of the otherResponseInfo property.
        Returns:
        possible object is AnyType
      • setOtherResponseInfo

        public void setOtherResponseInfo​(AnyType value)
        Sets the value of the otherResponseInfo property.
        Parameters:
        value - allowed object is AnyType
      • getVersion

        public java.lang.String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(java.lang.String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String