Class CompositionSection
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Composition.Section complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Composition.Section">
<complexContent>
<extension base="{http://hl7.org/fhir}BackboneElement">
<sequence>
<element name="title" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="code" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="text" type="{http://hl7.org/fhir}Narrative" minOccurs="0"/>
<element name="mode" type="{http://hl7.org/fhir}code" minOccurs="0"/>
<element name="orderedBy" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="entry" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="emptyReason" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="section" type="{http://hl7.org/fhir}Composition.Section" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CodeableConceptprotected CodeableConceptprotected Codeprotected CodeableConceptprotected List<CompositionSection> protected Narrativeprotected StringFields 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) getCode()Gets the value of the code property.Gets the value of the emptyReason property.getEntry()Gets the value of the entry property.getMode()Gets the value of the mode property.Gets the value of the orderedBy property.Gets the value of the section property.getText()Gets the value of the text property.getTitle()Gets the value of the title property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetCode(CodeableConcept value) Sets the value of the code property.voidsetEmptyReason(CodeableConcept value) Sets the value of the emptyReason property.voidvoidSets the value of the mode property.voidsetOrderedBy(CodeableConcept value) Sets the value of the orderedBy property.voidsetSection(List<CompositionSection> value) voidSets the value of the text property.voidSets the value of the title property.toString()withCode(CodeableConcept value) withEmptyReason(CodeableConcept value) withEntry(Collection<Reference> values) withExtension(Collection<Extension> values) withExtension(Extension... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withOrderedBy(CodeableConcept value) withSection(Collection<CompositionSection> values) withSection(CompositionSection... values) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
title
-
code
-
text
-
mode
-
orderedBy
-
entry
-
emptyReason
-
section
-
-
Constructor Details
-
CompositionSection
public CompositionSection()
-
-
Method Details
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getCode
Gets the value of the code property.- Returns:
- possible object is
CodeableConcept
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCodeableConcept
-
getText
Gets the value of the text property.- Returns:
- possible object is
Narrative
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isNarrative
-
getMode
Gets the value of the mode property.- Returns:
- possible object is
Code
-
setMode
Sets the value of the mode property.- Parameters:
value- allowed object isCode
-
getOrderedBy
Gets the value of the orderedBy property.- Returns:
- possible object is
CodeableConcept
-
setOrderedBy
Sets the value of the orderedBy property.- Parameters:
value- allowed object isCodeableConcept
-
getEntry
Gets the value of the entry 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 entry property.For example, to add a new item, do as follows:
getEntry().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getEmptyReason
Gets the value of the emptyReason property.- Returns:
- possible object is
CodeableConcept
-
setEmptyReason
Sets the value of the emptyReason property.- Parameters:
value- allowed object isCodeableConcept
-
getSection
Gets the value of the section 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 section property.For example, to add a new item, do as follows:
getSection().add(newItem);Objects of the following type(s) are allowed in the list
CompositionSection -
withTitle
-
withCode
-
withText
-
withMode
-
withOrderedBy
-
withEntry
-
withEntry
-
withEmptyReason
-
withSection
-
withSection
-
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
-
setEntry
-
setSection
-