Class SignResponseExtensionType
- java.lang.Object
-
- org.certificateservices.messages.sweeid2.dssextenstions1_1.jaxb.SignResponseExtensionType
-
public class SignResponseExtensionType extends java.lang.ObjectJava 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 Summary
Fields Modifier and Type Field Description protected AnyTypeotherResponseInfoprotected byte[]requestprotected javax.xml.datatype.XMLGregorianCalendarresponseTimeprotected CertificateChainTypesignatureCertificateChainprotected SignerAssertionInfoTypesignerAssertionInfoprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description SignResponseExtensionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyTypegetOtherResponseInfo()Gets the value of the otherResponseInfo property.byte[]getRequest()Gets the value of the request property.javax.xml.datatype.XMLGregorianCalendargetResponseTime()Gets the value of the responseTime property.CertificateChainTypegetSignatureCertificateChain()Gets the value of the signatureCertificateChain property.SignerAssertionInfoTypegetSignerAssertionInfo()Gets the value of the signerAssertionInfo property.java.lang.StringgetVersion()Gets the value of the version property.voidsetOtherResponseInfo(AnyType value)Sets the value of the otherResponseInfo property.voidsetRequest(byte[] value)Sets the value of the request property.voidsetResponseTime(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the responseTime property.voidsetSignatureCertificateChain(CertificateChainType value)Sets the value of the signatureCertificateChain property.voidsetSignerAssertionInfo(SignerAssertionInfoType value)Sets the value of the signerAssertionInfo property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
responseTime
protected javax.xml.datatype.XMLGregorianCalendar responseTime
-
request
protected byte[] request
-
signerAssertionInfo
protected SignerAssertionInfoType signerAssertionInfo
-
signatureCertificateChain
protected CertificateChainType signatureCertificateChain
-
otherResponseInfo
protected AnyType otherResponseInfo
-
version
protected java.lang.String version
-
-
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 isXMLGregorianCalendar
-
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[]
-
getSignerAssertionInfo
public SignerAssertionInfoType getSignerAssertionInfo()
Gets the value of the signerAssertionInfo property.- Returns:
- possible object is
SignerAssertionInfoType
-
setSignerAssertionInfo
public void setSignerAssertionInfo(SignerAssertionInfoType value)
Sets the value of the signerAssertionInfo property.- Parameters:
value- allowed object isSignerAssertionInfoType
-
getSignatureCertificateChain
public CertificateChainType getSignatureCertificateChain()
Gets the value of the signatureCertificateChain property.- Returns:
- possible object is
CertificateChainType
-
setSignatureCertificateChain
public void setSignatureCertificateChain(CertificateChainType value)
Sets the value of the signatureCertificateChain property.- Parameters:
value- allowed object isCertificateChainType
-
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 isAnyType
-
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 isString
-
-