Class ObjectFactory

java.lang.Object
de.gematik.ws.conn.cardservice.v8.ObjectFactory

public class ObjectFactory extends Object
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 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

      public CardInfoType createCardInfoType()
      Create an instance of CardInfoType
    • createCards

      public Cards createCards()
      Create an instance of Cards
    • createVerifyPin

      public VerifyPin createVerifyPin()
      Create an instance of VerifyPin
    • createChangePin

      public ChangePin createChangePin()
      Create an instance of ChangePin
    • createGetPinStatus

      public GetPinStatus createGetPinStatus()
      Create an instance of GetPinStatus
    • createGetPinStatusResponse

      public GetPinStatusResponse createGetPinStatusResponse()
      Create an instance of GetPinStatusResponse
    • createUnblockPin

      public UnblockPin createUnblockPin()
      Create an instance of UnblockPin
    • createAuthorizeSmc

      public AuthorizeSmc createAuthorizeSmc()
      Create an instance of AuthorizeSmc
    • createAuthorizeSmcResponse

      public AuthorizeSmcResponse createAuthorizeSmcResponse()
      Create an instance of AuthorizeSmcResponse
    • createVersionInfoType

      public VersionInfoType createVersionInfoType()
      Create an instance of VersionInfoType
    • createCardInfoErrType

      public CardInfoErrType createCardInfoErrType()
      Create an instance of CardInfoErrType
    • createCardInfoTypeCardVersion

      public CardInfoType.CardVersion createCardInfoTypeCardVersion()
      Create an instance of CardInfoType.CardVersion
    • createCard

      public jakarta.xml.bind.JAXBElement<CardInfoType> createCard(CardInfoType value)
      Create an instance of JAXBElement<CardInfoType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<CardInfoType>
    • createPin

      public jakarta.xml.bind.JAXBElement<String> createPin(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createPuk

      public jakarta.xml.bind.JAXBElement<String> createPuk(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createOldPin

      public jakarta.xml.bind.JAXBElement<String> createOldPin(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createNewPin

      public jakarta.xml.bind.JAXBElement<String> createNewPin(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createKvnr

      public jakarta.xml.bind.JAXBElement<String> createKvnr(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createCardHolderName

      public jakarta.xml.bind.JAXBElement<String> createCardHolderName(String value)
      Create an instance of JAXBElement<String>
      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)
      Create an instance of JAXBElement<XMLGregorianCalendar>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<XMLGregorianCalendar>
    • createVerifyPinResponse

      public jakarta.xml.bind.JAXBElement<PinResponseType> createVerifyPinResponse(PinResponseType value)
      Create an instance of JAXBElement<PinResponseType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PinResponseType>
    • createChangePinResponse

      public jakarta.xml.bind.JAXBElement<PinResponseType> createChangePinResponse(PinResponseType value)
      Create an instance of JAXBElement<PinResponseType>
      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)
      Create an instance of JAXBElement<PinResponseType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PinResponseType>