Class ObjectFactory
java.lang.Object
de.gematik.ws.conn.cardservice.v8.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the de.gematik.ws.conn.cardservice.v8 package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.gematik.ws.conn.cardservice.v8 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAuthorizeSmcCreate an instance ofAuthorizeSmcResponsejakarta.xml.bind.JAXBElement<CardInfoType>createCard(CardInfoType value) jakarta.xml.bind.JAXBElement<String>createCardHolderName(String value) Create an instance ofCardInfoErrTypeCreate an instance ofCardInfoTypeCreate an instance ofCardInfoType.CardVersionCreate an instance ofCardsjakarta.xml.bind.JAXBElement<XMLGregorianCalendar>Create an instance ofChangePinjakarta.xml.bind.JAXBElement<PinResponseType>Create an instance ofGetPinStatusCreate an instance ofGetPinStatusResponsejakarta.xml.bind.JAXBElement<String>createKvnr(String value) jakarta.xml.bind.JAXBElement<String>createNewPin(String value) jakarta.xml.bind.JAXBElement<String>createOldPin(String value) jakarta.xml.bind.JAXBElement<String>jakarta.xml.bind.JAXBElement<String>Create an instance ofUnblockPinjakarta.xml.bind.JAXBElement<PinResponseType>Create an instance ofVerifyPinjakarta.xml.bind.JAXBElement<PinResponseType>Create an instance ofVersionInfoType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.gematik.ws.conn.cardservice.v8
-
-
Method Details
-
createCardInfoType
Create an instance ofCardInfoType -
createCards
Create an instance ofCards -
createVerifyPin
Create an instance ofVerifyPin -
createChangePin
Create an instance ofChangePin -
createGetPinStatus
Create an instance ofGetPinStatus -
createGetPinStatusResponse
Create an instance ofGetPinStatusResponse -
createUnblockPin
Create an instance ofUnblockPin -
createAuthorizeSmc
Create an instance ofAuthorizeSmc -
createAuthorizeSmcResponse
Create an instance ofAuthorizeSmcResponse -
createVersionInfoType
Create an instance ofVersionInfoType -
createCardInfoErrType
Create an instance ofCardInfoErrType -
createCardInfoTypeCardVersion
Create an instance ofCardInfoType.CardVersion -
createCard
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CardInfoType>
-
createPin
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createPuk
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createOldPin
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createNewPin
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createKvnr
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createCardHolderName
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createCertificateExpirationDate
public jakarta.xml.bind.JAXBElement<XMLGregorianCalendar> createCertificateExpirationDate(XMLGregorianCalendar value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XMLGregorianCalendar>
-
createVerifyPinResponse
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PinResponseType>
-
createChangePinResponse
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PinResponseType>
-
createUnblockPinResponse
public jakarta.xml.bind.JAXBElement<PinResponseType> createUnblockPinResponse(PinResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PinResponseType>
-