Package org.hl7.fhir

Class ContractValuedItem

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

    public class ContractValuedItem
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    A formal agreement between parties regarding the conduct of business, exchange of information or other matters.

    Java class for Contract.ValuedItem complex type.

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

     <complexType name="Contract.ValuedItem">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <choice minOccurs="0">
               <element name="entityCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
               <element name="entityReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
             <element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
             <element name="effectiveTime" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
             <element name="quantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
             <element name="unitPrice" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
             <element name="factor" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
             <element name="points" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
             <element name="net" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ContractValuedItem

        public ContractValuedItem()
    • Method Detail

      • getEntityCodeableConcept

        public CodeableConcept getEntityCodeableConcept()
        Gets the value of the entityCodeableConcept property.
        Returns:
        possible object is CodeableConcept
      • setEntityCodeableConcept

        public void setEntityCodeableConcept​(CodeableConcept value)
        Sets the value of the entityCodeableConcept property.
        Parameters:
        value - allowed object is CodeableConcept
      • getEntityReference

        public Reference getEntityReference()
        Gets the value of the entityReference property.
        Returns:
        possible object is Reference
      • setEntityReference

        public void setEntityReference​(Reference value)
        Sets the value of the entityReference property.
        Parameters:
        value - allowed object is Reference
      • getIdentifier

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

        public void setIdentifier​(Identifier value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is Identifier
      • getEffectiveTime

        public DateTime getEffectiveTime()
        Gets the value of the effectiveTime property.
        Returns:
        possible object is DateTime
      • setEffectiveTime

        public void setEffectiveTime​(DateTime value)
        Sets the value of the effectiveTime property.
        Parameters:
        value - allowed object is DateTime
      • setQuantity

        public void setQuantity​(SimpleQuantity value)
        Sets the value of the quantity property.
        Parameters:
        value - allowed object is SimpleQuantity
      • getUnitPrice

        public Money getUnitPrice()
        Gets the value of the unitPrice property.
        Returns:
        possible object is Money
      • setUnitPrice

        public void setUnitPrice​(Money value)
        Sets the value of the unitPrice property.
        Parameters:
        value - allowed object is Money
      • getFactor

        public Decimal getFactor()
        Gets the value of the factor property.
        Returns:
        possible object is Decimal
      • setFactor

        public void setFactor​(Decimal value)
        Sets the value of the factor property.
        Parameters:
        value - allowed object is Decimal
      • getPoints

        public Decimal getPoints()
        Gets the value of the points property.
        Returns:
        possible object is Decimal
      • setPoints

        public void setPoints​(Decimal value)
        Sets the value of the points property.
        Parameters:
        value - allowed object is Decimal
      • getNet

        public Money getNet()
        Gets the value of the net property.
        Returns:
        possible object is Money
      • setNet

        public void setNet​(Money value)
        Sets the value of the net property.
        Parameters:
        value - allowed object is Money
      • 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