Class SearchParameter
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for SearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchParameter">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="url" type="{http://hl7.org/fhir}uri"/>
<element name="name" type="{http://hl7.org/fhir}string"/>
<element name="status" type="{http://hl7.org/fhir}ConformanceResourceStatus" minOccurs="0"/>
<element name="experimental" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="publisher" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="contact" type="{http://hl7.org/fhir}SearchParameter.Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="useContext" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="requirements" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="code" type="{http://hl7.org/fhir}code"/>
<element name="base" type="{http://hl7.org/fhir}code"/>
<element name="type" type="{http://hl7.org/fhir}SearchParamType"/>
<element name="description" type="{http://hl7.org/fhir}string"/>
<element name="expression" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="xpath" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="xpathUsage" type="{http://hl7.org/fhir}XPathUsageType" minOccurs="0"/>
<element name="target" type="{http://hl7.org/fhir}code" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Codeprotected Codeprotected List<SearchParameterContact> protected DateTimeprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected ConformanceResourceStatusprotected SearchParamTypeprotected Uriprotected List<CodeableConcept> protected Stringprotected XPathUsageTypeFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getBase()Gets the value of the base property.getCode()Gets the value of the code property.Gets the value of the contact property.getDate()Gets the value of the date property.Gets the value of the description property.Gets the value of the experimental property.Gets the value of the expression property.getName()Gets the value of the name property.Gets the value of the publisher property.Gets the value of the requirements property.Gets the value of the status property.Gets the value of the target property.getType()Gets the value of the type property.getUrl()Gets the value of the url property.Gets the value of the useContext property.getXpath()Gets the value of the xpath property.Gets the value of the xpathUsage property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the base property.voidSets the value of the code property.voidsetContact(List<SearchParameterContact> value) voidSets the value of the date property.voidsetDescription(String value) Sets the value of the description property.voidsetExperimental(Boolean value) Sets the value of the experimental property.voidsetExpression(String value) Sets the value of the expression property.voidSets the value of the name property.voidsetPublisher(String value) Sets the value of the publisher property.voidsetRequirements(String value) Sets the value of the requirements property.voidSets the value of the status property.voidvoidsetType(SearchParamType value) Sets the value of the type property.voidSets the value of the url property.voidsetUseContext(List<CodeableConcept> value) voidSets the value of the xpath property.voidsetXpathUsage(XPathUsageType value) Sets the value of the xpathUsage property.toString()withContact(Collection<SearchParameterContact> values) withContact(SearchParameterContact... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDescription(String value) withExperimental(Boolean value) withExpression(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPublisher(String value) withRequirements(String value) withTarget(Collection<Code> values) withTarget(Code... values) withType(SearchParamType value) withUseContext(Collection<CodeableConcept> values) withUseContext(CodeableConcept... values) withXpathUsage(XPathUsageType value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
url
-
name
-
status
-
experimental
-
date
-
publisher
-
contact
-
useContext
-
requirements
-
code
-
base
-
type
-
description
-
expression
-
xpath
-
xpathUsage
-
target
-
-
Constructor Details
-
SearchParameter
public SearchParameter()
-
-
Method Details
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
Uri
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isUri
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
ConformanceResourceStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isConformanceResourceStatus
-
getExperimental
Gets the value of the experimental property.- Returns:
- possible object is
Boolean
-
setExperimental
Sets the value of the experimental property.- Parameters:
value- allowed object isBoolean
-
getDate
Gets the value of the date property.- Returns:
- possible object is
DateTime
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isDateTime
-
getPublisher
Gets the value of the publisher property.- Returns:
- possible object is
String
-
setPublisher
Sets the value of the publisher property.- Parameters:
value- allowed object isString
-
getContact
Gets the value of the contact property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
SearchParameterContact -
getUseContext
Gets the value of the useContext property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the useContext property.For example, to add a new item, do as follows:
getUseContext().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getRequirements
Gets the value of the requirements property.- Returns:
- possible object is
String
-
setRequirements
Sets the value of the requirements property.- Parameters:
value- allowed object isString
-
getCode
Gets the value of the code property.- Returns:
- possible object is
Code
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCode
-
getBase
Gets the value of the base property.- Returns:
- possible object is
Code
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isCode
-
getType
Gets the value of the type property.- Returns:
- possible object is
SearchParamType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSearchParamType
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getExpression
Gets the value of the expression property.- Returns:
- possible object is
String
-
setExpression
Sets the value of the expression property.- Parameters:
value- allowed object isString
-
getXpath
Gets the value of the xpath property.- Returns:
- possible object is
String
-
setXpath
Sets the value of the xpath property.- Parameters:
value- allowed object isString
-
getXpathUsage
Gets the value of the xpathUsage property.- Returns:
- possible object is
XPathUsageType
-
setXpathUsage
Sets the value of the xpathUsage property.- Parameters:
value- allowed object isXPathUsageType
-
getTarget
Gets the value of the target property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the target property.For example, to add a new item, do as follows:
getTarget().add(newItem);Objects of the following type(s) are allowed in the list
Code -
withUrl
-
withName
-
withStatus
-
withExperimental
-
withDate
-
withPublisher
-
withContact
-
withContact
-
withUseContext
-
withUseContext
-
withRequirements
-
withCode
-
withBase
-
withType
-
withDescription
-
withExpression
-
withXpath
-
withXpathUsage
-
withTarget
-
withTarget
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
setContact
-
setUseContext
-
setTarget
-