Class StopSignature
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.StopSignature
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/ConnectorContext/v2.0}Context"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}JobNumber"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.Gets the value of the jobNumber property.voidsetContext(ContextType value) Sets the value of the context property.voidsetJobNumber(String value) Sets the value of the jobNumber property.
-
Field Details
-
context
-
jobNumber
-
-
Constructor Details
-
StopSignature
public StopSignature()
-
-
Method Details
-
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
-
getJobNumber
Gets the value of the jobNumber property.- Returns:
- possible object is
String
-
setJobNumber
Sets the value of the jobNumber property.- Parameters:
value- allowed object isString
-