Class ObjectFactory

java.lang.Object
de.gematik.ws.conn.connectorcommon.v5.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.connectorcommon.v5 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.connectorcommon.v5
  • Method Details

    • createConnector

      public Connector createConnector()
      Create an instance of Connector
    • createStatus

      public Status createStatus()
      Create an instance of Status
    • createWorkplaceIds

      public WorkplaceIds createWorkplaceIds()
      Create an instance of WorkplaceIds
    • createConnectorVPNTIStatus

      public Connector.VPNTIStatus createConnectorVPNTIStatus()
      Create an instance of Connector.VPNTIStatus
    • createConnectorVPNSISStatus

      public Connector.VPNSISStatus createConnectorVPNSISStatus()
      Create an instance of Connector.VPNSISStatus
    • createOperatingState

      public OperatingState createOperatingState()
      Create an instance of OperatingState
    • createErrorState

      public ErrorState createErrorState()
      Create an instance of ErrorState
    • createDocumentType

      public DocumentType createDocumentType()
      Create an instance of DocumentType
    • createAttachmentType

      public AttachmentType createAttachmentType()
      Create an instance of AttachmentType
    • createCardHandle

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

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

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

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

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

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

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

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

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

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

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

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