Package org.hl7.fhir.dstu2.model
Class Conformance.ConformanceRestResourceSearchParamComponent
java.lang.Object
org.hl7.fhir.dstu2.model.Base
org.hl7.fhir.dstu2.model.Element
org.hl7.fhir.dstu2.model.BackboneElement
org.hl7.fhir.dstu2.model.Conformance.ConformanceRestResourceSearchParamComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
Conformance
public static class Conformance.ConformanceRestResourceSearchParamComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<StringType> Contains the names of any search parameters which may be chained to the containing search parameter.protected UriType
An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [[[SearchParameter.url]]]).protected StringType
This allows documentation of any distinct behaviors about how the search parameter is used.protected List
<Enumeration<Conformance.SearchModifierCode>> A modifier supported for the search parameter.protected StringType
The name of the search parameter used in the interface.Types of resource (if a resource is referenced).protected Enumeration
<Enumerations.SearchParamType> The type of value a search parameter refers to, and how the content is interpreted.Fields inherited from class org.hl7.fhir.dstu2.model.BackboneElement
modifierExtension
-
Constructor Summary
ConstructorDescriptionConformanceRestResourceSearchParamComponent
(StringType name, Enumeration<Enumerations.SearchParamType> type) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
equalsDeep
(Base other) boolean
equalsShallow
(Base other) fhirType()
getChain()
getName()
getType()
boolean
hasChain()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasName()
boolean
boolean
boolean
boolean
hasType()
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> childrenList) setDefinition
(String value) setDefinitionElement
(UriType value) setDocumentation
(String value) setNameElement
(StringType value) void
setProperty
(String name, Base value) Methods inherited from class org.hl7.fhir.dstu2.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtension
Methods inherited from class org.hl7.fhir.dstu2.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElement
Methods inherited from class org.hl7.fhir.dstu2.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
name
The name of the search parameter used in the interface. -
definition
An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [[[SearchParameter.url]]]). -
type
The type of value a search parameter refers to, and how the content is interpreted. -
documentation
This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms. -
target
Types of resource (if a resource is referenced). -
modifier
A modifier supported for the search parameter. -
chain
Contains the names of any search parameters which may be chained to the containing search parameter. Chained parameters may be added to search parameters of type reference, and specify that resources will only be returned if they contain a reference to a resource which matches the chained parameter value. Values for this field should be drawn from Conformance.rest.resource.searchParam.name on the target resource type.
-
-
Constructor Details
-
ConformanceRestResourceSearchParamComponent
-
ConformanceRestResourceSearchParamComponent
public ConformanceRestResourceSearchParamComponent(StringType name, Enumeration<Enumerations.SearchParamType> type)
-
-
Method Details
-
getNameElement
- Returns:
name
(The name of the search parameter used in the interface.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
hasNameElement
-
hasName
-
setNameElement
- Parameters:
value
-name
(The name of the search parameter used in the interface.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
getName
- Returns:
- The name of the search parameter used in the interface.
-
setName
- Parameters:
value
- The name of the search parameter used in the interface.
-
getDefinitionElement
- Returns:
definition
(An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [[[SearchParameter.url]]]).). This is the underlying object with id, value and extensions. The accessor "getDefinition" gives direct access to the value
-
hasDefinitionElement
-
hasDefinition
-
setDefinitionElement
- Parameters:
value
-definition
(An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [[[SearchParameter.url]]]).). This is the underlying object with id, value and extensions. The accessor "getDefinition" gives direct access to the value
-
getDefinition
- Returns:
- An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [[[SearchParameter.url]]]).
-
setDefinition
- Parameters:
value
- An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [[[SearchParameter.url]]]).
-
getTypeElement
- Returns:
type
(The type of value a search parameter refers to, and how the content is interpreted.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
hasTypeElement
-
hasType
-
setTypeElement
public Conformance.ConformanceRestResourceSearchParamComponent setTypeElement(Enumeration<Enumerations.SearchParamType> value) - Parameters:
value
-type
(The type of value a search parameter refers to, and how the content is interpreted.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
getType
- Returns:
- The type of value a search parameter refers to, and how the content is interpreted.
-
setType
public Conformance.ConformanceRestResourceSearchParamComponent setType(Enumerations.SearchParamType value) - Parameters:
value
- The type of value a search parameter refers to, and how the content is interpreted.
-
getDocumentationElement
- Returns:
documentation
(This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.). This is the underlying object with id, value and extensions. The accessor "getDocumentation" gives direct access to the value
-
hasDocumentationElement
-
hasDocumentation
-
setDocumentationElement
public Conformance.ConformanceRestResourceSearchParamComponent setDocumentationElement(StringType value) - Parameters:
value
-documentation
(This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.). This is the underlying object with id, value and extensions. The accessor "getDocumentation" gives direct access to the value
-
getDocumentation
- Returns:
- This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.
-
setDocumentation
- Parameters:
value
- This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.
-
getTarget
- Returns:
target
(Types of resource (if a resource is referenced).)
-
hasTarget
-
addTargetElement
- Returns:
target
(Types of resource (if a resource is referenced).)
-
addTarget
- Parameters:
value
-target
(Types of resource (if a resource is referenced).)
-
hasTarget
- Parameters:
value
-target
(Types of resource (if a resource is referenced).)
-
getModifier
- Returns:
modifier
(A modifier supported for the search parameter.)
-
hasModifier
-
addModifierElement
- Returns:
modifier
(A modifier supported for the search parameter.)
-
addModifier
public Conformance.ConformanceRestResourceSearchParamComponent addModifier(Conformance.SearchModifierCode value) - Parameters:
value
-modifier
(A modifier supported for the search parameter.)
-
hasModifier
- Parameters:
value
-modifier
(A modifier supported for the search parameter.)
-
getChain
- Returns:
chain
(Contains the names of any search parameters which may be chained to the containing search parameter. Chained parameters may be added to search parameters of type reference, and specify that resources will only be returned if they contain a reference to a resource which matches the chained parameter value. Values for this field should be drawn from Conformance.rest.resource.searchParam.name on the target resource type.)
-
hasChain
-
addChainElement
- Returns:
chain
(Contains the names of any search parameters which may be chained to the containing search parameter. Chained parameters may be added to search parameters of type reference, and specify that resources will only be returned if they contain a reference to a resource which matches the chained parameter value. Values for this field should be drawn from Conformance.rest.resource.searchParam.name on the target resource type.)
-
addChain
- Parameters:
value
-chain
(Contains the names of any search parameters which may be chained to the containing search parameter. Chained parameters may be added to search parameters of type reference, and specify that resources will only be returned if they contain a reference to a resource which matches the chained parameter value. Values for this field should be drawn from Conformance.rest.resource.searchParam.name on the target resource type.)
-
hasChain
- Parameters:
value
-chain
(Contains the names of any search parameters which may be chained to the containing search parameter. Chained parameters may be added to search parameters of type reference, and specify that resources will only be returned if they contain a reference to a resource which matches the chained parameter value. Values for this field should be drawn from Conformance.rest.resource.searchParam.name on the target resource type.)
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
-