Class ObjectFactory
java.lang.Object
de.gematik.ws.conn.eventservice.v7.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the de.gematik.ws.conn.eventservice.v7 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.eventservice.v7 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofEventCreate an instance ofEvent.MessageCreate an instance ofEvent.Message.Parameterjakarta.xml.bind.JAXBElement<String>createEventTo(String value) Create an instance ofGetCardsCreate an instance ofGetCardsResponseCreate an instance ofGetCardTerminalsCreate an instance ofGetCardTerminalsResponseCreate an instance ofGetResourceInformationCreate an instance ofGetResourceInformationResponseCreate an instance ofGetSubscriptionCreate an instance ofGetSubscriptionResponseCreate an instance ofGetSubscriptionResponse.SubscriptionsCreate an instance ofRenewSubscriptionsCreate an instance ofRenewSubscriptionsResponseCreate an instance ofRenewSubscriptionsResponse.SubscribeRenewalsCreate an instance ofSubscribeCreate an instance ofSubscribeResponsejakarta.xml.bind.JAXBElement<SubscriptionType>jakarta.xml.bind.JAXBElement<String>createSubscriptionID(String value) Create an instance ofSubscriptionRenewalCreate an instance ofSubscriptionTypejakarta.xml.bind.JAXBElement<XMLGregorianCalendar>Create an instance ofUnsubscribeCreate an instance ofUnsubscribeResponse
-
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.eventservice.v7
-
-
Method Details
-
createEvent
Create an instance ofEvent -
createGetSubscriptionResponse
Create an instance ofGetSubscriptionResponse -
createRenewSubscriptionsResponse
Create an instance ofRenewSubscriptionsResponse -
createEventMessage
Create an instance ofEvent.Message -
createSubscribe
Create an instance ofSubscribe -
createSubscriptionType
Create an instance ofSubscriptionType -
createSubscribeResponse
Create an instance ofSubscribeResponse -
createSubscriptionRenewal
Create an instance ofSubscriptionRenewal -
createUnsubscribe
Create an instance ofUnsubscribe -
createUnsubscribeResponse
Create an instance ofUnsubscribeResponse -
createGetSubscription
Create an instance ofGetSubscription -
createGetSubscriptionResponseSubscriptions
Create an instance ofGetSubscriptionResponse.Subscriptions -
createGetResourceInformation
Create an instance ofGetResourceInformation -
createGetResourceInformationResponse
Create an instance ofGetResourceInformationResponse -
createGetCards
Create an instance ofGetCards -
createGetCardsResponse
Create an instance ofGetCardsResponse -
createGetCardTerminals
Create an instance ofGetCardTerminals -
createGetCardTerminalsResponse
Create an instance ofGetCardTerminalsResponse -
createRenewSubscriptions
Create an instance ofRenewSubscriptions -
createRenewSubscriptionsResponseSubscribeRenewals
public RenewSubscriptionsResponse.SubscribeRenewals createRenewSubscriptionsResponseSubscribeRenewals()Create an instance ofRenewSubscriptionsResponse.SubscribeRenewals -
createEventMessageParameter
Create an instance ofEvent.Message.Parameter -
createSubscriptionID
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createSubscription
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SubscriptionType>
-
createTerminationTime
public jakarta.xml.bind.JAXBElement<XMLGregorianCalendar> createTerminationTime(XMLGregorianCalendar value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XMLGregorianCalendar>
-
createEventTo
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-