Class SignRequest.OptionalInputs
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.SignRequest.OptionalInputs
- Enclosing class:
- 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">
<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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SignaturePolicyDetailsTypeprotected Booleanprotected Propertiesprotected ReturnUpdatedSignatureprotected SchemasTypeprotected SignaturePlacementprotected Stringprotected ViewerInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the generateUnderSignaturePolicy property.Gets the value of the includeObjects property.Gets the value of the properties property.Gets the value of the returnUpdatedSignature property.Gets the value of the schemas property.Gets the value of the signaturePlacement property.Gets the value of the signatureType property.Gets the value of the viewerInfo property.Gets the value of the includeEContent property.voidSets the value of the generateUnderSignaturePolicy property.voidsetIncludeEContent(Boolean value) Sets the value of the includeEContent property.voidSets the value of the includeObjects property.voidsetProperties(Properties value) Sets the value of the properties property.voidSets the value of the returnUpdatedSignature property.voidsetSchemas(SchemasType value) Sets the value of the schemas property.voidSets the value of the signaturePlacement property.voidsetSignatureType(String value) Sets the value of the signatureType property.voidsetViewerInfo(ViewerInfo value) Sets the value of the viewerInfo property.
-
Field Details
-
signatureType
-
properties
-
includeEContent
-
includeObjects
-
signaturePlacement
-
returnUpdatedSignature
-
schemas
-
generateUnderSignaturePolicy
-
viewerInfo
-
-
Constructor Details
-
OptionalInputs
public OptionalInputs()
-
-
Method Details
-
getSignatureType
Gets the value of the signatureType property.- Returns:
- possible object is
String
-
setSignatureType
Sets the value of the signatureType property.- Parameters:
value- allowed object isString
-
getProperties
Gets the value of the properties property.- Returns:
- possible object is
Properties
-
setProperties
Sets the value of the properties property.- Parameters:
value- allowed object isProperties
-
isIncludeEContent
Gets the value of the includeEContent property.- Returns:
- possible object is
Boolean
-
setIncludeEContent
Sets the value of the includeEContent property.- Parameters:
value- allowed object isBoolean
-
getIncludeObjects
Gets the value of the includeObjects property.- Returns:
- possible object is
SignRequest.OptionalInputs.IncludeObjects
-
setIncludeObjects
Sets the value of the includeObjects property.- Parameters:
value- allowed object isSignRequest.OptionalInputs.IncludeObjects
-
getSignaturePlacement
Gets the value of the signaturePlacement property.- Returns:
- possible object is
SignaturePlacement
-
setSignaturePlacement
Sets the value of the signaturePlacement property.- Parameters:
value- allowed object isSignaturePlacement
-
getReturnUpdatedSignature
Gets the value of the returnUpdatedSignature property.- Returns:
- possible object is
ReturnUpdatedSignature
-
setReturnUpdatedSignature
Sets the value of the returnUpdatedSignature property.- Parameters:
value- allowed object isReturnUpdatedSignature
-
getSchemas
Gets the value of the schemas property.- Returns:
- possible object is
SchemasType
-
setSchemas
Sets the value of the schemas property.- Parameters:
value- allowed object isSchemasType
-
getGenerateUnderSignaturePolicy
Gets the value of the generateUnderSignaturePolicy property.- Returns:
- possible object is
SignaturePolicyDetailsType
-
setGenerateUnderSignaturePolicy
Sets the value of the generateUnderSignaturePolicy property.- Parameters:
value- allowed object isSignaturePolicyDetailsType
-
getViewerInfo
Gets the value of the viewerInfo property.- Returns:
- possible object is
ViewerInfo
-
setViewerInfo
Sets the value of the viewerInfo property.- Parameters:
value- allowed object isViewerInfo
-