Package org.hl7.fhir

Class ImplementationGuidePage

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

    public class ImplementationGuidePage
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    A set of rules or how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole, and to publish a computable definition of all the parts.

    Java class for ImplementationGuide.Page complex type.

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

     <complexType name="ImplementationGuide.Page">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="source" type="{http://hl7.org/fhir}uri"/>
             <element name="name" type="{http://hl7.org/fhir}string"/>
             <element name="kind" type="{http://hl7.org/fhir}GuidePageKind"/>
             <element name="type" type="{http://hl7.org/fhir}code" maxOccurs="unbounded" minOccurs="0"/>
             <element name="package" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="format" type="{http://hl7.org/fhir}code" minOccurs="0"/>
             <element name="page" type="{http://hl7.org/fhir}ImplementationGuide.Page" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ImplementationGuidePage

        public ImplementationGuidePage()
    • Method Detail

      • getSource

        public Uri getSource()
        Gets the value of the source property.
        Returns:
        possible object is Uri
      • setSource

        public void setSource​(Uri value)
        Sets the value of the source property.
        Parameters:
        value - allowed object is Uri
      • 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
      • setKind

        public void setKind​(GuidePageKind value)
        Sets the value of the kind property.
        Parameters:
        value - allowed object is GuidePageKind
      • getType

        public java.util.List<Code> getType()
        Gets the value of the type 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 set method for the type property.

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

            getType().add(newItem);
         

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

      • getPackage

        public java.util.List<String> getPackage()
        Gets the value of the package 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 set method for the package property.

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

            getPackage().add(newItem);
         

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

      • getFormat

        public Code getFormat()
        Gets the value of the format property.
        Returns:
        possible object is Code
      • setFormat

        public void setFormat​(Code value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is Code
      • getPage

        public java.util.List<ImplementationGuidePage> getPage()
        Gets the value of the page 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 set method for the page property.

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

            getPage().add(newItem);
         

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

      • 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)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class BackboneElement
      • equals

        public boolean equals​(java.lang.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
      • append

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.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 java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.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