Class SignRequest
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.SignRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OptionalInputs" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureType" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Properties" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}IncludeEContent" minOccurs="0"/>
<element name="IncludeObjects" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}IncludeObject" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignaturePlacement" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}ReturnUpdatedSignature" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Schemas" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:SignaturePolicy:schema#}GenerateUnderSignaturePolicy" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}ViewerInfo" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}Document"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}IncludeRevocationInfo"/>
</sequence>
<attribute name="RequestID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DocumentTypeprotected booleanprotected SignRequest.OptionalInputsprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the document property.Gets the value of the optionalInputs property.Gets the value of the requestID property.booleanGets the value of the includeRevocationInfo property.voidsetDocument(DocumentType value) Sets the value of the document property.voidsetIncludeRevocationInfo(boolean value) Sets the value of the includeRevocationInfo property.voidSets the value of the optionalInputs property.voidsetRequestID(String value) Sets the value of the requestID property.
-
Field Details
-
optionalInputs
-
document
-
includeRevocationInfo
protected boolean includeRevocationInfo -
requestID
-
-
Constructor Details
-
SignRequest
public SignRequest()
-
-
Method Details
-
getOptionalInputs
Gets the value of the optionalInputs property.- Returns:
- possible object is
SignRequest.OptionalInputs
-
setOptionalInputs
Sets the value of the optionalInputs property.- Parameters:
value- allowed object isSignRequest.OptionalInputs
-
getDocument
Gets the value of the document property.- Returns:
- possible object is
DocumentType
-
setDocument
Sets the value of the document property.- Parameters:
value- allowed object isDocumentType
-
isIncludeRevocationInfo
public boolean isIncludeRevocationInfo()Gets the value of the includeRevocationInfo property. -
setIncludeRevocationInfo
public void setIncludeRevocationInfo(boolean value) Sets the value of the includeRevocationInfo property. -
getRequestID
Gets the value of the requestID property.- Returns:
- possible object is
String
-
setRequestID
Sets the value of the requestID property.- Parameters:
value- allowed object isString
-