Package org.hl7.fhir

Class PaymentReconciliationDetail

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

    public class PaymentReconciliationDetail
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    This resource provides payment details and claim references supporting a bulk payment.

    Java class for PaymentReconciliation.Detail complex type.

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

     <complexType name="PaymentReconciliation.Detail">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="type" type="{http://hl7.org/fhir}Coding"/>
             <choice minOccurs="0">
               <element name="requestIdentifier" type="{http://hl7.org/fhir}Identifier"/>
               <element name="requestReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
             <choice minOccurs="0">
               <element name="responceIdentifier" type="{http://hl7.org/fhir}Identifier"/>
               <element name="responceReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
             <choice minOccurs="0">
               <element name="submitterIdentifier" type="{http://hl7.org/fhir}Identifier"/>
               <element name="submitterReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
             <choice minOccurs="0">
               <element name="payeeIdentifier" type="{http://hl7.org/fhir}Identifier"/>
               <element name="payeeReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
             <element name="date" type="{http://hl7.org/fhir}date" minOccurs="0"/>
             <element name="amount" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • requestIdentifier

        protected Identifier requestIdentifier
      • requestReference

        protected Reference requestReference
      • responceIdentifier

        protected Identifier responceIdentifier
      • responceReference

        protected Reference responceReference
      • submitterIdentifier

        protected Identifier submitterIdentifier
      • submitterReference

        protected Reference submitterReference
      • payeeIdentifier

        protected Identifier payeeIdentifier
      • payeeReference

        protected Reference payeeReference
      • date

        protected Date date
      • amount

        protected Money amount
    • Constructor Detail

      • PaymentReconciliationDetail

        public PaymentReconciliationDetail()
    • Method Detail

      • getType

        public Coding getType()
        Gets the value of the type property.
        Returns:
        possible object is Coding
      • setType

        public void setType​(Coding value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is Coding
      • getRequestIdentifier

        public Identifier getRequestIdentifier()
        Gets the value of the requestIdentifier property.
        Returns:
        possible object is Identifier
      • setRequestIdentifier

        public void setRequestIdentifier​(Identifier value)
        Sets the value of the requestIdentifier property.
        Parameters:
        value - allowed object is Identifier
      • getRequestReference

        public Reference getRequestReference()
        Gets the value of the requestReference property.
        Returns:
        possible object is Reference
      • setRequestReference

        public void setRequestReference​(Reference value)
        Sets the value of the requestReference property.
        Parameters:
        value - allowed object is Reference
      • getResponceIdentifier

        public Identifier getResponceIdentifier()
        Gets the value of the responceIdentifier property.
        Returns:
        possible object is Identifier
      • setResponceIdentifier

        public void setResponceIdentifier​(Identifier value)
        Sets the value of the responceIdentifier property.
        Parameters:
        value - allowed object is Identifier
      • getResponceReference

        public Reference getResponceReference()
        Gets the value of the responceReference property.
        Returns:
        possible object is Reference
      • setResponceReference

        public void setResponceReference​(Reference value)
        Sets the value of the responceReference property.
        Parameters:
        value - allowed object is Reference
      • getSubmitterIdentifier

        public Identifier getSubmitterIdentifier()
        Gets the value of the submitterIdentifier property.
        Returns:
        possible object is Identifier
      • setSubmitterIdentifier

        public void setSubmitterIdentifier​(Identifier value)
        Sets the value of the submitterIdentifier property.
        Parameters:
        value - allowed object is Identifier
      • getSubmitterReference

        public Reference getSubmitterReference()
        Gets the value of the submitterReference property.
        Returns:
        possible object is Reference
      • setSubmitterReference

        public void setSubmitterReference​(Reference value)
        Sets the value of the submitterReference property.
        Parameters:
        value - allowed object is Reference
      • getPayeeIdentifier

        public Identifier getPayeeIdentifier()
        Gets the value of the payeeIdentifier property.
        Returns:
        possible object is Identifier
      • setPayeeIdentifier

        public void setPayeeIdentifier​(Identifier value)
        Sets the value of the payeeIdentifier property.
        Parameters:
        value - allowed object is Identifier
      • getPayeeReference

        public Reference getPayeeReference()
        Gets the value of the payeeReference property.
        Returns:
        possible object is Reference
      • setPayeeReference

        public void setPayeeReference​(Reference value)
        Sets the value of the payeeReference property.
        Parameters:
        value - allowed object is Reference
      • getDate

        public Date getDate()
        Gets the value of the date property.
        Returns:
        possible object is Date
      • setDate

        public void setDate​(Date value)
        Sets the value of the date property.
        Parameters:
        value - allowed object is Date
      • getAmount

        public Money getAmount()
        Gets the value of the amount property.
        Returns:
        possible object is Money
      • setAmount

        public void setAmount​(Money value)
        Sets the value of the amount 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