Class VerifyRequest
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.RequestBaseType
oasis.names.tc.dss._1_0.core.schema.VerifyRequest
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
FieldsFields inherited from class oasis.names.tc.dss._1_0.core.schema.RequestBaseType
inputDocuments, optionalInputs, profile, requestID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the signatureObject property.voidSets the value of the signatureObject property.Methods inherited from class oasis.names.tc.dss._1_0.core.schema.RequestBaseType
getInputDocuments, getOptionalInputs, getProfile, getRequestID, setInputDocuments, setOptionalInputs, setProfile, setRequestID
-
Field Details
-
signatureObject
-
-
Constructor Details
-
VerifyRequest
public VerifyRequest()
-
-
Method Details
-
getSignatureObject
Gets the value of the signatureObject property.- Returns:
- possible object is
SignatureObject
-
setSignatureObject
Sets the value of the signatureObject property.- Parameters:
value- allowed object isSignatureObject
-