Class ExternalAuthenticate
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.ExternalAuthenticate
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 ref="{http://ws.gematik.de/conn/ConnectorContext/v2.0}Context"/>
<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="{http://ws.gematik.de/conn/SignatureService/v7.5}SignatureSchemes" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}BinaryString"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BinaryDocumentTypeprotected Stringprotected ContextTypeprotected ExternalAuthenticate.OptionalInputs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the binaryString property.Gets the value of the cardHandle property.Gets the value of the context property.Gets the value of the optionalInputs property.voidSets the value of the binaryString 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 optionalInputs property.
-
Field Details
-
cardHandle
-
context
-
optionalInputs
-
binaryString
-
-
Constructor Details
-
ExternalAuthenticate
public ExternalAuthenticate()
-
-
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
-
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
-
getOptionalInputs
Gets the value of the optionalInputs property.- Returns:
- possible object is
ExternalAuthenticate.OptionalInputs
-
setOptionalInputs
Sets the value of the optionalInputs property.- Parameters:
value- allowed object isExternalAuthenticate.OptionalInputs
-
getBinaryString
Gets the value of the binaryString property.- Returns:
- possible object is
BinaryDocumentType
-
setBinaryString
Sets the value of the binaryString property.- Parameters:
value- allowed object isBinaryDocumentType
-