Class VerifyRequest
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.RequestBaseType
-
- org.certificateservices.messages.dss1.core.jaxb.VerifyRequest
-
public class VerifyRequest extends RequestBaseType
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}RequestBaseType"> <sequence> <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureObject" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SignatureObjectsignatureObject-
Fields inherited from class org.certificateservices.messages.dss1.core.jaxb.RequestBaseType
inputDocuments, optionalInputs, profile, requestID
-
-
Constructor Summary
Constructors Constructor Description VerifyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureObjectgetSignatureObject()Gets the value of the signatureObject property.voidsetSignatureObject(SignatureObject value)Sets the value of the signatureObject property.-
Methods inherited from class org.certificateservices.messages.dss1.core.jaxb.RequestBaseType
getInputDocuments, getOptionalInputs, getProfile, getRequestID, setInputDocuments, setOptionalInputs, setProfile, setRequestID
-
-
-
-
Field Detail
-
signatureObject
protected SignatureObject signatureObject
-
-
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 isSignatureObject
-
-