Class ConformanceResource
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Conformance.Resource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Conformance.Resource">
<complexContent>
<extension base="{http://hl7.org/fhir}BackboneElement">
<sequence>
<element name="type" type="{http://hl7.org/fhir}code"/>
<element name="profile" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="interaction" type="{http://hl7.org/fhir}Conformance.Interaction" maxOccurs="unbounded"/>
<element name="versioning" type="{http://hl7.org/fhir}ResourceVersionPolicy" minOccurs="0"/>
<element name="readHistory" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="updateCreate" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="conditionalCreate" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="conditionalUpdate" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="conditionalDelete" type="{http://hl7.org/fhir}ConditionalDeleteStatus" minOccurs="0"/>
<element name="searchInclude" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="searchRevInclude" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="searchParam" type="{http://hl7.org/fhir}Conformance.SearchParam" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected ConditionalDeleteStatusprotected Booleanprotected List<ConformanceInteraction> protected Referenceprotected Booleanprotected List<ConformanceSearchParam> protected Codeprotected Booleanprotected ResourceVersionPolicyFields inherited from class org.hl7.fhir.BackboneElement
modifierExtension -
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) Gets the value of the conditionalCreate property.Gets the value of the conditionalDelete property.Gets the value of the conditionalUpdate property.Gets the value of the interaction property.Gets the value of the profile property.Gets the value of the readHistory property.Gets the value of the searchInclude property.Gets the value of the searchParam property.Gets the value of the searchRevInclude property.getType()Gets the value of the type property.Gets the value of the updateCreate property.Gets the value of the versioning property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetConditionalCreate(Boolean value) Sets the value of the conditionalCreate property.voidSets the value of the conditionalDelete property.voidsetConditionalUpdate(Boolean value) Sets the value of the conditionalUpdate property.voidsetInteraction(List<ConformanceInteraction> value) voidsetProfile(Reference value) Sets the value of the profile property.voidsetReadHistory(Boolean value) Sets the value of the readHistory property.voidsetSearchInclude(List<String> value) voidsetSearchParam(List<ConformanceSearchParam> value) voidsetSearchRevInclude(List<String> value) voidSets the value of the type property.voidsetUpdateCreate(Boolean value) Sets the value of the updateCreate property.voidSets the value of the versioning property.toString()withConditionalCreate(Boolean value) withConditionalUpdate(Boolean value) withExtension(Collection<Extension> values) withExtension(Extension... values) withInteraction(ConformanceInteraction... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withProfile(Reference value) withReadHistory(Boolean value) withSearchInclude(Collection<String> values) withSearchInclude(String... values) withSearchParam(ConformanceSearchParam... values) withSearchRevInclude(Collection<String> values) withSearchRevInclude(String... values) withUpdateCreate(Boolean value) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
type
-
profile
-
interaction
-
versioning
-
readHistory
-
updateCreate
-
conditionalCreate
-
conditionalUpdate
-
conditionalDelete
-
searchInclude
-
searchRevInclude
-
searchParam
-
-
Constructor Details
-
ConformanceResource
public ConformanceResource()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
Code
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isCode
-
getProfile
Gets the value of the profile property.- Returns:
- possible object is
Reference
-
setProfile
Sets the value of the profile property.- Parameters:
value- allowed object isReference
-
getInteraction
Gets the value of the interaction 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 interaction property.For example, to add a new item, do as follows:
getInteraction().add(newItem);Objects of the following type(s) are allowed in the list
ConformanceInteraction -
getVersioning
Gets the value of the versioning property.- Returns:
- possible object is
ResourceVersionPolicy
-
setVersioning
Sets the value of the versioning property.- Parameters:
value- allowed object isResourceVersionPolicy
-
getReadHistory
Gets the value of the readHistory property.- Returns:
- possible object is
Boolean
-
setReadHistory
Sets the value of the readHistory property.- Parameters:
value- allowed object isBoolean
-
getUpdateCreate
Gets the value of the updateCreate property.- Returns:
- possible object is
Boolean
-
setUpdateCreate
Sets the value of the updateCreate property.- Parameters:
value- allowed object isBoolean
-
getConditionalCreate
Gets the value of the conditionalCreate property.- Returns:
- possible object is
Boolean
-
setConditionalCreate
Sets the value of the conditionalCreate property.- Parameters:
value- allowed object isBoolean
-
getConditionalUpdate
Gets the value of the conditionalUpdate property.- Returns:
- possible object is
Boolean
-
setConditionalUpdate
Sets the value of the conditionalUpdate property.- Parameters:
value- allowed object isBoolean
-
getConditionalDelete
Gets the value of the conditionalDelete property.- Returns:
- possible object is
ConditionalDeleteStatus
-
setConditionalDelete
Sets the value of the conditionalDelete property.- Parameters:
value- allowed object isConditionalDeleteStatus
-
getSearchInclude
Gets the value of the searchInclude 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 searchInclude property.For example, to add a new item, do as follows:
getSearchInclude().add(newItem);Objects of the following type(s) are allowed in the list
String -
getSearchRevInclude
Gets the value of the searchRevInclude 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 searchRevInclude property.For example, to add a new item, do as follows:
getSearchRevInclude().add(newItem);Objects of the following type(s) are allowed in the list
String -
getSearchParam
Gets the value of the searchParam 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 searchParam property.For example, to add a new item, do as follows:
getSearchParam().add(newItem);Objects of the following type(s) are allowed in the list
ConformanceSearchParam -
withType
-
withProfile
-
withInteraction
-
withInteraction
-
withVersioning
-
withReadHistory
-
withUpdateCreate
-
withConditionalCreate
-
withConditionalUpdate
-
withConditionalDelete
-
withSearchInclude
-
withSearchInclude
-
withSearchRevInclude
-
withSearchRevInclude
-
withSearchParam
-
withSearchParam
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withId
- Overrides:
withIdin classBackboneElement
-
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 classBackboneElement
-
equals
- Overrides:
equalsin classBackboneElement
-
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 classBackboneElement
-
hashCode
public int hashCode()- Overrides:
hashCodein classBackboneElement
-
toString
- Overrides:
toStringin classBackboneElement
-
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 classBackboneElement
-
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 classBackboneElement
-
setInteraction
-
setSearchInclude
-
setSearchRevInclude
-
setSearchParam
-