Package be.recipe.services.patient
Class ObjectFactory
- java.lang.Object
-
- be.recipe.services.patient.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the be.recipe.services.patient 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: be.recipe.services.patient
-
Method Summary
-
-
-
Method Detail
-
createGetExecutorProfileResult
public GetExecutorProfileResult createGetExecutorProfileResult()
Create an instance ofGetExecutorProfileResult
-
createGetPrescriptionForPatientResult
public GetPrescriptionForPatientResult createGetPrescriptionForPatientResult()
Create an instance ofGetPrescriptionForPatientResult
-
createGetVisionParam
public GetVisionParam createGetVisionParam()
Create an instance ofGetVisionParam
-
createGetVisionResponse
public GetVisionResponse createGetVisionResponse()
Create an instance ofGetVisionResponse
-
createGetVisionResult
public GetVisionResult createGetVisionResult()
Create an instance ofGetVisionResult
-
createGetPrescriptionStatus
public GetPrescriptionStatus createGetPrescriptionStatus()
Create an instance ofGetPrescriptionStatus
-
createGetPrescriptionStatusParam
public GetPrescriptionStatusParam createGetPrescriptionStatusParam()
Create an instance ofGetPrescriptionStatusParam
-
createGetPrescriptionStatusResponse
public GetPrescriptionStatusResponse createGetPrescriptionStatusResponse()
Create an instance ofGetPrescriptionStatusResponse
-
createGetPrescriptionStatusResult
public GetPrescriptionStatusResult createGetPrescriptionStatusResult()
Create an instance ofGetPrescriptionStatusResult
-
createListOpenRids
public ListOpenRids createListOpenRids()
Create an instance ofListOpenRids
-
createListOpenRidsParam
public ListOpenRidsParam createListOpenRidsParam()
Create an instance ofListOpenRidsParam
-
createListOpenRidsResponse
public ListOpenRidsResponse createListOpenRidsResponse()
Create an instance ofListOpenRidsResponse
-
createListOpenRidsResult
public ListOpenRidsResult createListOpenRidsResult()
Create an instance ofListOpenRidsResult
-
createListOpenRidsResultItem
public ListOpenRidsResultItem createListOpenRidsResultItem()
Create an instance ofListOpenRidsResultItem
-
createRevokePrescription
public RevokePrescription createRevokePrescription()
Create an instance ofRevokePrescription
-
createRevokePrescriptionParam
public RevokePrescriptionParam createRevokePrescriptionParam()
Create an instance ofRevokePrescriptionParam
-
createRevokePrescriptionResponse
public RevokePrescriptionResponse createRevokePrescriptionResponse()
Create an instance ofRevokePrescriptionResponse
-
createRevokePrescriptionResult
public RevokePrescriptionResult createRevokePrescriptionResult()
Create an instance ofRevokePrescriptionResult
-
createGetPrescriptionForPatient
public GetPrescriptionForPatient createGetPrescriptionForPatient()
Create an instance ofGetPrescriptionForPatient
-
createGetPrescriptionForPatientParam
public GetPrescriptionForPatientParam createGetPrescriptionForPatientParam()
Create an instance ofGetPrescriptionForPatientParam
-
createGetPrescriptionForPatientResponse
public GetPrescriptionForPatientResponse createGetPrescriptionForPatientResponse()
Create an instance ofGetPrescriptionForPatientResponse
-
createListPatientPrescription
public ListPatientPrescription createListPatientPrescription()
Create an instance ofListPatientPrescription
-
createListPatientPrescriptionsParam
public ListPatientPrescriptionsParam createListPatientPrescriptionsParam()
Create an instance ofListPatientPrescriptionsParam
-
createListPatientPrescriptionResponse
public ListPatientPrescriptionResponse createListPatientPrescriptionResponse()
Create an instance ofListPatientPrescriptionResponse
-
createListPatientPrescriptionsResult
public ListPatientPrescriptionsResult createListPatientPrescriptionsResult()
Create an instance ofListPatientPrescriptionsResult
-
createPutVisionParam
public PutVisionParam createPutVisionParam()
Create an instance ofPutVisionParam
-
createPutVisionResponse
public PutVisionResponse createPutVisionResponse()
Create an instance ofPutVisionResponse
-
createPutVisionResult
public PutVisionResult createPutVisionResult()
Create an instance ofPutVisionResult
-
createCreateReservation
public CreateReservation createCreateReservation()
Create an instance ofCreateReservation
-
createCreateReservationParam
public CreateReservationParam createCreateReservationParam()
Create an instance ofCreateReservationParam
-
createCreateReservationResponse
public CreateReservationResponse createCreateReservationResponse()
Create an instance ofCreateReservationResponse
-
createCreateReservationResult
public CreateReservationResult createCreateReservationResult()
Create an instance ofCreateReservationResult
-
createGetExecutorProfile
public GetExecutorProfile createGetExecutorProfile()
Create an instance ofGetExecutorProfile
-
createGetExecutorProfileParam
public GetExecutorProfileParam createGetExecutorProfileParam()
Create an instance ofGetExecutorProfileParam
-
createGetExecutorProfileResponse
public GetExecutorProfileResponse createGetExecutorProfileResponse()
Create an instance ofGetExecutorProfileResponse
-
createUpdateReservation
public UpdateReservation createUpdateReservation()
Create an instance ofUpdateReservation
-
createUpdateReservationParam
public UpdateReservationParam createUpdateReservationParam()
Create an instance ofUpdateReservationParam
-
createUpdateReservationResponse
public UpdateReservationResponse createUpdateReservationResponse()
Create an instance ofUpdateReservationResponse
-
createUpdateReservationResult
public UpdateReservationResult createUpdateReservationResult()
Create an instance ofUpdateReservationResult
-
createGetOpenPrescriptionForPatient
public GetOpenPrescriptionForPatient createGetOpenPrescriptionForPatient()
Create an instance ofGetOpenPrescriptionForPatient
-
createPatientRequest
public PatientRequest createPatientRequest()
Create an instance ofPatientRequest
-
createCancelReservation
public CancelReservation createCancelReservation()
Create an instance ofCancelReservation
-
createContactDetails
public ContactDetails createContactDetails()
Create an instance ofContactDetails
-
createCancelReservationResult
public CancelReservationResult createCancelReservationResult()
Create an instance ofCancelReservationResult
-
createContactDetailsResult
public ContactDetailsResult createContactDetailsResult()
Create an instance ofContactDetailsResult
-
createGetExecutorProfileResultProfile
public GetExecutorProfileResult.Profile createGetExecutorProfileResultProfile()
Create an instance ofGetExecutorProfileResult.Profile
-
createGetPrescriptionForPatientResultReservation
public GetPrescriptionForPatientResult.Reservation createGetPrescriptionForPatientResultReservation()
Create an instance ofGetPrescriptionForPatientResult.Reservation
-
createGetVision
public JAXBElement<GetVision> createGetVision(GetVision value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetVision>
-
createGetVisionParam
public JAXBElement<GetVisionParam> createGetVisionParam(GetVisionParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetVisionParam>
-
createGetVisionResponse
public JAXBElement<GetVisionResponse> createGetVisionResponse(GetVisionResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetVisionResponse>
-
createGetVisionResult
public JAXBElement<GetVisionResult> createGetVisionResult(GetVisionResult value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetVisionResult>
-
createGetPrescriptionStatus
public JAXBElement<GetPrescriptionStatus> createGetPrescriptionStatus(GetPrescriptionStatus value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetPrescriptionStatus>
-
createGetPrescriptionStatusParam
public JAXBElement<GetPrescriptionStatusParam> createGetPrescriptionStatusParam(GetPrescriptionStatusParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetPrescriptionStatusParam>
-
createGetPrescriptionStatusResponse
public JAXBElement<GetPrescriptionStatusResponse> createGetPrescriptionStatusResponse(GetPrescriptionStatusResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetPrescriptionStatusResponse>
-
createGetPrescriptionStatusResult
public JAXBElement<GetPrescriptionStatusResult> createGetPrescriptionStatusResult(GetPrescriptionStatusResult value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetPrescriptionStatusResult>
-
createListOpenRids
public JAXBElement<ListOpenRids> createListOpenRids(ListOpenRids value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ListOpenRids>
-
createListOpenRidsParam
public JAXBElement<ListOpenRidsParam> createListOpenRidsParam(ListOpenRidsParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ListOpenRidsParam>
-
createListOpenRidsResponse
public JAXBElement<ListOpenRidsResponse> createListOpenRidsResponse(ListOpenRidsResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ListOpenRidsResponse>
-
createListOpenRidsResult
public JAXBElement<ListOpenRidsResult> createListOpenRidsResult(ListOpenRidsResult value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ListOpenRidsResult>
-
createListOpenRidsResultItem
public JAXBElement<ListOpenRidsResultItem> createListOpenRidsResultItem(ListOpenRidsResultItem value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ListOpenRidsResultItem>
-
createRevokePrescription
public JAXBElement<RevokePrescription> createRevokePrescription(RevokePrescription value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RevokePrescription>
-
createRevokePrescriptionParam
public JAXBElement<RevokePrescriptionParam> createRevokePrescriptionParam(RevokePrescriptionParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RevokePrescriptionParam>
-
createRevokePrescriptionResponse
public JAXBElement<RevokePrescriptionResponse> createRevokePrescriptionResponse(RevokePrescriptionResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RevokePrescriptionResponse>
-
createRevokePrescriptionResult
public JAXBElement<RevokePrescriptionResult> createRevokePrescriptionResult(RevokePrescriptionResult value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RevokePrescriptionResult>
-
createGetPrescriptionForPatient
public JAXBElement<GetPrescriptionForPatient> createGetPrescriptionForPatient(GetPrescriptionForPatient value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetPrescriptionForPatient>
-
createGetPrescriptionForPatientParam
public JAXBElement<GetPrescriptionForPatientParam> createGetPrescriptionForPatientParam(GetPrescriptionForPatientParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetPrescriptionForPatientParam>
-
createGetPrescriptionForPatientResponse
public JAXBElement<GetPrescriptionForPatientResponse> createGetPrescriptionForPatientResponse(GetPrescriptionForPatientResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetPrescriptionForPatientResponse>
-
createGetPrescriptionForPatientResult
public JAXBElement<GetPrescriptionForPatientResult> createGetPrescriptionForPatientResult(GetPrescriptionForPatientResult value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetPrescriptionForPatientResult>
-
createListPatientPrescription
public JAXBElement<ListPatientPrescription> createListPatientPrescription(ListPatientPrescription value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ListPatientPrescription>
-
createListPatientPrescriptionsParam
public JAXBElement<ListPatientPrescriptionsParam> createListPatientPrescriptionsParam(ListPatientPrescriptionsParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ListPatientPrescriptionsParam>
-
createListPatientPrescriptionResponse
public JAXBElement<ListPatientPrescriptionResponse> createListPatientPrescriptionResponse(ListPatientPrescriptionResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ListPatientPrescriptionResponse>
-
createListPatientPrescriptionsResult
public JAXBElement<ListPatientPrescriptionsResult> createListPatientPrescriptionsResult(ListPatientPrescriptionsResult value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ListPatientPrescriptionsResult>
-
createPutVision
public JAXBElement<PutVision> createPutVision(PutVision value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PutVision>
-
createPutVisionParam
public JAXBElement<PutVisionParam> createPutVisionParam(PutVisionParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PutVisionParam>
-
createPutVisionResponse
public JAXBElement<PutVisionResponse> createPutVisionResponse(PutVisionResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PutVisionResponse>
-
createPutVisionResult
public JAXBElement<PutVisionResult> createPutVisionResult(PutVisionResult value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PutVisionResult>
-
createCreateReservation
public JAXBElement<CreateReservation> createCreateReservation(CreateReservation value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CreateReservation>
-
createCreateReservationParam
public JAXBElement<CreateReservationParam> createCreateReservationParam(CreateReservationParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CreateReservationParam>
-
createCreateReservationResponse
public JAXBElement<CreateReservationResponse> createCreateReservationResponse(CreateReservationResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CreateReservationResponse>
-
createCreateReservationResult
public JAXBElement<CreateReservationResult> createCreateReservationResult(CreateReservationResult value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CreateReservationResult>
-
createGetExecutorProfile
public JAXBElement<GetExecutorProfile> createGetExecutorProfile(GetExecutorProfile value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetExecutorProfile>
-
createGetExecutorProfileParam
public JAXBElement<GetExecutorProfileParam> createGetExecutorProfileParam(GetExecutorProfileParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetExecutorProfileParam>
-
createGetExecutorProfileResponse
public JAXBElement<GetExecutorProfileResponse> createGetExecutorProfileResponse(GetExecutorProfileResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetExecutorProfileResponse>
-
createGetExecutorProfileResult
public JAXBElement<GetExecutorProfileResult> createGetExecutorProfileResult(GetExecutorProfileResult value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetExecutorProfileResult>
-
createUpdateReservation
public JAXBElement<UpdateReservation> createUpdateReservation(UpdateReservation value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UpdateReservation>
-
createUpdateReservationParam
public JAXBElement<UpdateReservationParam> createUpdateReservationParam(UpdateReservationParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UpdateReservationParam>
-
createUpdateReservationResponse
public JAXBElement<UpdateReservationResponse> createUpdateReservationResponse(UpdateReservationResponse value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UpdateReservationResponse>
-
createUpdateReservationResult
public JAXBElement<UpdateReservationResult> createUpdateReservationResult(UpdateReservationResult value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UpdateReservationResult>
-
-