Package org.hl7.fhir

Class LibraryValueSet

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class LibraryValueSet extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Library resource provides a representation container for knowledge artifact component definitions. It is effectively an exposure of the header information for a CQL/ELM library.

Java class for Library.ValueSet complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Library.ValueSet">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="identifier" type="{http://hl7.org/fhir}string"/>
         <element name="version" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="codeSystem" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • identifier

      protected String identifier
    • version

      protected String version
    • codeSystem

      protected List<String> codeSystem
  • Constructor Details

    • LibraryValueSet

      public LibraryValueSet()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getIdentifier

      public String getIdentifier()
      Gets the value of the identifier property.
      Returns:
      possible object is String
    • setIdentifier

      public void setIdentifier(String value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getCodeSystem

      public List<String> getCodeSystem()
      Gets the value of the codeSystem 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 set method for the codeSystem property.

      For example, to add a new item, do as follows:

          getCodeSystem().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • withName

      public LibraryValueSet withName(String value)
    • withIdentifier

      public LibraryValueSet withIdentifier(String value)
    • withVersion

      public LibraryValueSet withVersion(String value)
    • withCodeSystem

      public LibraryValueSet withCodeSystem(String... values)
    • withCodeSystem

      public LibraryValueSet withCodeSystem(Collection<String> values)
    • withModifierExtension

      public LibraryValueSet withModifierExtension(Extension... values)
      Overrides:
      withModifierExtension in class BackboneElement
    • withModifierExtension

      public LibraryValueSet withModifierExtension(Collection<Extension> values)
      Overrides:
      withModifierExtension in class BackboneElement
    • withExtension

      public LibraryValueSet withExtension(Extension... values)
      Overrides:
      withExtension in class BackboneElement
    • withExtension

      public LibraryValueSet withExtension(Collection<Extension> values)
      Overrides:
      withExtension in class BackboneElement
    • withId

      public LibraryValueSet withId(String value)
      Overrides:
      withId in class BackboneElement
    • 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:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class BackboneElement
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class BackboneElement
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class BackboneElement
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class BackboneElement
    • toString

      public String toString()
      Overrides:
      toString in class BackboneElement
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class BackboneElement
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class BackboneElement
    • setCodeSystem

      public void setCodeSystem(List<String> value)