Class DataRequirement
- java.lang.Object
-
- org.hl7.fhir.Element
-
- org.hl7.fhir.DataRequirement
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class DataRequirement extends Element implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensionsJava class for DataRequirement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataRequirement"> <complexContent> <extension base="{http://hl7.org/fhir}Element"> <sequence> <element name="type" type="{http://hl7.org/fhir}code"/> <element name="profile" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="mustSupport" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/> <element name="codeFilter" type="{http://hl7.org/fhir}DataRequirement.CodeFilter" maxOccurs="unbounded" minOccurs="0"/> <element name="dateFilter" type="{http://hl7.org/fhir}DataRequirement.DateFilter" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<DataRequirementCodeFilter>codeFilterprotected java.util.List<DataRequirementDateFilter>dateFilterprotected java.util.List<String>mustSupportprotected Referenceprofileprotected Codetype
-
Constructor Summary
Constructors Constructor Description DataRequirement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.util.List<DataRequirementCodeFilter>getCodeFilter()Gets the value of the codeFilter property.java.util.List<DataRequirementDateFilter>getDateFilter()Gets the value of the dateFilter property.java.util.List<String>getMustSupport()Gets the value of the mustSupport property.ReferencegetProfile()Gets the value of the profile property.CodegetType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetProfile(Reference value)Sets the value of the profile property.voidsetType(Code value)Sets the value of the type property.java.lang.StringtoString()DataRequirementwithCodeFilter(java.util.Collection<DataRequirementCodeFilter> values)DataRequirementwithCodeFilter(DataRequirementCodeFilter... values)DataRequirementwithDateFilter(java.util.Collection<DataRequirementDateFilter> values)DataRequirementwithDateFilter(DataRequirementDateFilter... values)DataRequirementwithExtension(java.util.Collection<Extension> values)DataRequirementwithExtension(Extension... values)DataRequirementwithId(java.lang.String value)DataRequirementwithMustSupport(java.util.Collection<String> values)DataRequirementwithMustSupport(String... values)DataRequirementwithProfile(Reference value)DataRequirementwithType(Code value)-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Field Detail
-
type
protected Code type
-
profile
protected Reference profile
-
mustSupport
protected java.util.List<String> mustSupport
-
codeFilter
protected java.util.List<DataRequirementCodeFilter> codeFilter
-
dateFilter
protected java.util.List<DataRequirementDateFilter> dateFilter
-
-
Method Detail
-
setType
public void setType(Code value)
Sets the value of the type property.- Parameters:
value- allowed object isCode
-
getProfile
public Reference getProfile()
Gets the value of the profile property.- Returns:
- possible object is
Reference
-
setProfile
public void setProfile(Reference value)
Sets the value of the profile property.- Parameters:
value- allowed object isReference
-
getMustSupport
public java.util.List<String> getMustSupport()
Gets the value of the mustSupport 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 JAXB object. This is why there is not a
setmethod for the mustSupport property.For example, to add a new item, do as follows:
getMustSupport().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getCodeFilter
public java.util.List<DataRequirementCodeFilter> getCodeFilter()
Gets the value of the codeFilter 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 JAXB object. This is why there is not a
setmethod for the codeFilter property.For example, to add a new item, do as follows:
getCodeFilter().add(newItem);Objects of the following type(s) are allowed in the list
DataRequirementCodeFilter
-
getDateFilter
public java.util.List<DataRequirementDateFilter> getDateFilter()
Gets the value of the dateFilter 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 JAXB object. This is why there is not a
setmethod for the dateFilter property.For example, to add a new item, do as follows:
getDateFilter().add(newItem);Objects of the following type(s) are allowed in the list
DataRequirementDateFilter
-
withType
public DataRequirement withType(Code value)
-
withProfile
public DataRequirement withProfile(Reference value)
-
withMustSupport
public DataRequirement withMustSupport(String... values)
-
withMustSupport
public DataRequirement withMustSupport(java.util.Collection<String> values)
-
withCodeFilter
public DataRequirement withCodeFilter(DataRequirementCodeFilter... values)
-
withCodeFilter
public DataRequirement withCodeFilter(java.util.Collection<DataRequirementCodeFilter> values)
-
withDateFilter
public DataRequirement withDateFilter(DataRequirementDateFilter... values)
-
withDateFilter
public DataRequirement withDateFilter(java.util.Collection<DataRequirementDateFilter> values)
-
withExtension
public DataRequirement withExtension(Extension... values)
- Overrides:
withExtensionin classElement
-
withExtension
public DataRequirement withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classElement
-
withId
public DataRequirement withId(java.lang.String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classElement
-
-