Package org.hl7.fhir
Class PaymentReconciliationDetail
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.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 Summary
FieldsModifier and TypeFieldDescriptionprotected Moneyprotected Dateprotected Identifierprotected Referenceprotected Identifierprotected Referenceprotected Identifierprotected Referenceprotected Identifierprotected Referenceprotected CodingFields 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) Gets the value of the amount property.getDate()Gets the value of the date property.Gets the value of the payeeIdentifier property.Gets the value of the payeeReference property.Gets the value of the requestIdentifier property.Gets the value of the requestReference property.Gets the value of the responceIdentifier property.Gets the value of the responceReference property.Gets the value of the submitterIdentifier property.Gets the value of the submitterReference property.getType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the amount property.voidSets the value of the date property.voidsetPayeeIdentifier(Identifier value) Sets the value of the payeeIdentifier property.voidsetPayeeReference(Reference value) Sets the value of the payeeReference property.voidsetRequestIdentifier(Identifier value) Sets the value of the requestIdentifier property.voidsetRequestReference(Reference value) Sets the value of the requestReference property.voidsetResponceIdentifier(Identifier value) Sets the value of the responceIdentifier property.voidsetResponceReference(Reference value) Sets the value of the responceReference property.voidsetSubmitterIdentifier(Identifier value) Sets the value of the submitterIdentifier property.voidsetSubmitterReference(Reference value) Sets the value of the submitterReference property.voidSets the value of the type property.toString()withAmount(Money value) withExtension(Collection<Extension> values) withExtension(Extension... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPayeeIdentifier(Identifier value) withPayeeReference(Reference value) withRequestIdentifier(Identifier value) withRequestReference(Reference value) withResponceIdentifier(Identifier value) withResponceReference(Reference value) withSubmitterReference(Reference value) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
type
-
requestIdentifier
-
requestReference
-
responceIdentifier
-
responceReference
-
submitterIdentifier
-
submitterReference
-
payeeIdentifier
-
payeeReference
-
date
-
amount
-
-
Constructor Details
-
PaymentReconciliationDetail
public PaymentReconciliationDetail()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
Coding
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isCoding
-
getRequestIdentifier
Gets the value of the requestIdentifier property.- Returns:
- possible object is
Identifier
-
setRequestIdentifier
Sets the value of the requestIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getRequestReference
Gets the value of the requestReference property.- Returns:
- possible object is
Reference
-
setRequestReference
Sets the value of the requestReference property.- Parameters:
value- allowed object isReference
-
getResponceIdentifier
Gets the value of the responceIdentifier property.- Returns:
- possible object is
Identifier
-
setResponceIdentifier
Sets the value of the responceIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getResponceReference
Gets the value of the responceReference property.- Returns:
- possible object is
Reference
-
setResponceReference
Sets the value of the responceReference property.- Parameters:
value- allowed object isReference
-
getSubmitterIdentifier
Gets the value of the submitterIdentifier property.- Returns:
- possible object is
Identifier
-
setSubmitterIdentifier
Sets the value of the submitterIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getSubmitterReference
Gets the value of the submitterReference property.- Returns:
- possible object is
Reference
-
setSubmitterReference
Sets the value of the submitterReference property.- Parameters:
value- allowed object isReference
-
getPayeeIdentifier
Gets the value of the payeeIdentifier property.- Returns:
- possible object is
Identifier
-
setPayeeIdentifier
Sets the value of the payeeIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getPayeeReference
Gets the value of the payeeReference property.- Returns:
- possible object is
Reference
-
setPayeeReference
Sets the value of the payeeReference property.- Parameters:
value- allowed object isReference
-
getDate
Gets the value of the date property.- Returns:
- possible object is
Date
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isDate
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
Money
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isMoney
-
withType
-
withRequestIdentifier
-
withRequestReference
-
withResponceIdentifier
-
withResponceReference
-
withSubmitterIdentifier
-
withSubmitterReference
-
withPayeeIdentifier
-
withPayeeReference
-
withDate
-
withAmount
-
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
-