Class SignResponse
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
oasis.names.tc.dss._1_0.core.schema.SignResponse
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>
-
Field Summary
FieldsFields inherited from class oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
optionalOutputs, profile, requestID, result -
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.ResponseBaseType
getOptionalOutputs, getProfile, getRequestID, getResult, setOptionalOutputs, setProfile, setRequestID, setResult
-
Field Details
-
signatureObject
-
-
Constructor Details
-
SignResponse
public SignResponse()
-
-
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
-