Class DataRequirementCodeFilter
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for DataRequirement.CodeFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataRequirement.CodeFilter">
<complexContent>
<extension base="{http://hl7.org/fhir}Element">
<sequence>
<element name="path" type="{http://hl7.org/fhir}string"/>
<choice minOccurs="0">
<element name="valueSetString" type="{http://hl7.org/fhir}string"/>
<element name="valueSetReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="valueCode" type="{http://hl7.org/fhir}code" maxOccurs="unbounded" minOccurs="0"/>
<element name="valueCoding" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<element name="valueCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<CodeableConcept> protected Referenceprotected String -
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) getPath()Gets the value of the path property.Gets the value of the valueCode property.Gets the value of the valueCodeableConcept property.Gets the value of the valueCoding property.Gets the value of the valueSetReference property.Gets the value of the valueSetString property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the path property.voidsetValueCode(List<Code> value) voidvoidsetValueCoding(List<Coding> value) voidsetValueSetReference(Reference value) Sets the value of the valueSetReference property.voidsetValueSetString(String value) Sets the value of the valueSetString property.toString()withExtension(Collection<Extension> values) withExtension(Extension... values) withValueCode(Collection<Code> values) withValueCode(Code... values) withValueCodeableConcept(CodeableConcept... values) withValueCoding(Collection<Coding> values) withValueCoding(Coding... values) withValueSetReference(Reference value) withValueSetString(String value) Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
path
-
valueSetString
-
valueSetReference
-
valueCode
-
valueCoding
-
valueCodeableConcept
-
-
Constructor Details
-
DataRequirementCodeFilter
public DataRequirementCodeFilter()
-
-
Method Details
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getValueSetString
Gets the value of the valueSetString property.- Returns:
- possible object is
String
-
setValueSetString
Sets the value of the valueSetString property.- Parameters:
value- allowed object isString
-
getValueSetReference
Gets the value of the valueSetReference property.- Returns:
- possible object is
Reference
-
setValueSetReference
Sets the value of the valueSetReference property.- Parameters:
value- allowed object isReference
-
getValueCode
Gets the value of the valueCode 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 valueCode property.For example, to add a new item, do as follows:
getValueCode().add(newItem);Objects of the following type(s) are allowed in the list
Code -
getValueCoding
Gets the value of the valueCoding 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 valueCoding property.For example, to add a new item, do as follows:
getValueCoding().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
getValueCodeableConcept
Gets the value of the valueCodeableConcept 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 valueCodeableConcept property.For example, to add a new item, do as follows:
getValueCodeableConcept().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
withPath
-
withValueSetString
-
withValueSetReference
-
withValueCode
-
withValueCode
-
withValueCoding
-
withValueCoding
-
withValueCodeableConcept
-
withValueCodeableConcept
-
withExtension
- Overrides:
withExtensionin classElement
-
withExtension
- Overrides:
withExtensionin classElement
-
withId
-
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) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classElement
-
setValueCode
-
setValueCoding
-
setValueCodeableConcept
-