All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.component.fhir.FhirMetaEndpointConfiguration Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version

/*
 * Camel EndpointConfiguration generated by camel-api-component-maven-plugin
 */
package org.apache.camel.component.fhir;

import org.apache.camel.spi.UriParam;
import org.apache.camel.spi.UriParams;

/**
 * Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirMeta
 */
@UriParams
public final class FhirMetaEndpointConfiguration extends FhirConfiguration {

    @UriParam
    private java.util.Map extraParameters;

    @UriParam
    private org.hl7.fhir.instance.model.api.IIdType id;

    @UriParam
    private org.hl7.fhir.instance.model.api.IBaseMetaType meta;

    @UriParam
    private Class metaType;

    @UriParam
    private String theResourceName;

    public java.util.Map getExtraParameters() {
        return extraParameters;
    }

    public void setExtraParameters(java.util.Map extraParameters) {
        this.extraParameters = extraParameters;
    }

    public org.hl7.fhir.instance.model.api.IIdType getId() {
        return id;
    }

    public void setId(org.hl7.fhir.instance.model.api.IIdType id) {
        this.id = id;
    }

    public org.hl7.fhir.instance.model.api.IBaseMetaType getMeta() {
        return meta;
    }

    public void setMeta(org.hl7.fhir.instance.model.api.IBaseMetaType meta) {
        this.meta = meta;
    }

    public Class getMetaType() {
        return metaType;
    }

    public void setMetaType(Class metaType) {
        this.metaType = metaType;
    }

    public String getTheResourceName() {
        return theResourceName;
    }

    public void setTheResourceName(String theResourceName) {
        this.theResourceName = theResourceName;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy