Class UnblockPin
java.lang.Object
de.gematik.ws.conn.cardservice.v8.UnblockPin
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/ConnectorCommon/v5.0}CardHandle"/>
<element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}PinTyp"/>
<element name="SetNewPin" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ContextTypeprotected Stringprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardHandle property.Gets the value of the context property.Gets the value of the pinTyp property.Gets the value of the setNewPin 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 pinTyp property.voidsetSetNewPin(Boolean value) Sets the value of the setNewPin property.
-
Field Details
-
context
-
cardHandle
-
pinTyp
-
setNewPin
-
-
Constructor Details
-
UnblockPin
public UnblockPin()
-
-
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
-
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
-
getPinTyp
Gets the value of the pinTyp property.- Returns:
- possible object is
String
-
setPinTyp
Sets the value of the pinTyp property.- Parameters:
value- allowed object isString
-
isSetNewPin
Gets the value of the setNewPin property.- Returns:
- possible object is
Boolean
-
setSetNewPin
Sets the value of the setNewPin property.- Parameters:
value- allowed object isBoolean
-