Class SignDocument
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.SignDocument
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 ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}CardHandle"/>
<element name="Crypt" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="RSA"/>
<enumeration value="ECC"/>
<enumeration value="RSA_ECC"/>
</restriction>
</simpleType>
</element>
<element ref="{http://ws.gematik.de/conn/ConnectorContext/v2.0}Context"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}TvMode"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}JobNumber" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}SignRequest" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ContextTypeprotected Stringprotected Stringprotected List<SignRequest>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardHandle property.Gets the value of the context property.getCrypt()Gets the value of the crypt property.Am Konnektor verpflichtend, am Signaturproxy optionalGets the value of the signRequest property.Gets the value of the tvMode property.voidsetCardHandle(String value) Sets the value of the cardHandle property.voidsetContext(ContextType value) Sets the value of the context property.voidSets the value of the crypt property.voidsetJobNumber(String value) Sets the value of the jobNumber property.voidSets the value of the tvMode property.
-
Field Details
-
cardHandle
-
crypt
-
context
-
tvMode
-
jobNumber
-
signRequest
-
-
Constructor Details
-
SignDocument
public SignDocument()
-
-
Method Details
-
getCardHandle
Gets the value of the cardHandle property.- Returns:
- possible object is
String
-
setCardHandle
Sets the value of the cardHandle property.- Parameters:
value- allowed object isString
-
getCrypt
Gets the value of the crypt property.- Returns:
- possible object is
String
-
setCrypt
Sets the value of the crypt property.- Parameters:
value- allowed object isString
-
getContext
Gets the value of the context property.- Returns:
- possible object is
ContextType
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isContextType
-
getTvMode
Gets the value of the tvMode property.- Returns:
- possible object is
String
-
setTvMode
Sets the value of the tvMode property.- Parameters:
value- allowed object isString
-
getJobNumber
Am Konnektor verpflichtend, am Signaturproxy optional- Returns:
- possible object is
String
-
setJobNumber
Sets the value of the jobNumber property.- Parameters:
value- allowed object isString
-
getSignRequest
Gets the value of the signRequest property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the signRequest property.For example, to add a new item, do as follows:
getSignRequest().add(newItem);Objects of the following type(s) are allowed in the list
SignRequest
-