Class ClaimResponseAddItem
- java.lang.Object
-
- org.hl7.fhir.Element
-
- org.hl7.fhir.BackboneElement
-
- org.hl7.fhir.ClaimResponseAddItem
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ClaimResponseAddItem extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
This resource provides the adjudication details from the processing of a Claim resource.Java class for ClaimResponse.AddItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClaimResponse.AddItem"> <complexContent> <extension base="{http://hl7.org/fhir}BackboneElement"> <sequence> <element name="sequenceLinkId" type="{http://hl7.org/fhir}positiveInt" maxOccurs="unbounded" minOccurs="0"/> <element name="service" type="{http://hl7.org/fhir}Coding"/> <element name="fee" type="{http://hl7.org/fhir}Money" minOccurs="0"/> <element name="noteNumberLinkId" type="{http://hl7.org/fhir}positiveInt" maxOccurs="unbounded" minOccurs="0"/> <element name="adjudication" type="{http://hl7.org/fhir}ClaimResponse.Adjudication3" maxOccurs="unbounded" minOccurs="0"/> <element name="detail" type="{http://hl7.org/fhir}ClaimResponse.Detail1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ClaimResponseAdjudication3>adjudicationprotected java.util.List<ClaimResponseDetail1>detailprotected Moneyfeeprotected java.util.List<PositiveInt>noteNumberLinkIdprotected java.util.List<PositiveInt>sequenceLinkIdprotected Codingservice-
Fields inherited from class org.hl7.fhir.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description ClaimResponseAddItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(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)java.util.List<ClaimResponseAdjudication3>getAdjudication()Gets the value of the adjudication property.java.util.List<ClaimResponseDetail1>getDetail()Gets the value of the detail property.MoneygetFee()Gets the value of the fee property.java.util.List<PositiveInt>getNoteNumberLinkId()Gets the value of the noteNumberLinkId property.java.util.List<PositiveInt>getSequenceLinkId()Gets the value of the sequenceLinkId property.CodinggetService()Gets the value of the service property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetFee(Money value)Sets the value of the fee property.voidsetService(Coding value)Sets the value of the service property.java.lang.StringtoString()ClaimResponseAddItemwithAdjudication(java.util.Collection<ClaimResponseAdjudication3> values)ClaimResponseAddItemwithAdjudication(ClaimResponseAdjudication3... values)ClaimResponseAddItemwithDetail(java.util.Collection<ClaimResponseDetail1> values)ClaimResponseAddItemwithDetail(ClaimResponseDetail1... values)ClaimResponseAddItemwithExtension(java.util.Collection<Extension> values)ClaimResponseAddItemwithExtension(Extension... values)ClaimResponseAddItemwithFee(Money value)ClaimResponseAddItemwithId(java.lang.String value)ClaimResponseAddItemwithModifierExtension(java.util.Collection<Extension> values)ClaimResponseAddItemwithModifierExtension(Extension... values)ClaimResponseAddItemwithNoteNumberLinkId(java.util.Collection<PositiveInt> values)ClaimResponseAddItemwithNoteNumberLinkId(PositiveInt... values)ClaimResponseAddItemwithSequenceLinkId(java.util.Collection<PositiveInt> values)ClaimResponseAddItemwithSequenceLinkId(PositiveInt... values)ClaimResponseAddItemwithService(Coding value)-
Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension
-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Field Detail
-
sequenceLinkId
protected java.util.List<PositiveInt> sequenceLinkId
-
service
protected Coding service
-
fee
protected Money fee
-
noteNumberLinkId
protected java.util.List<PositiveInt> noteNumberLinkId
-
adjudication
protected java.util.List<ClaimResponseAdjudication3> adjudication
-
detail
protected java.util.List<ClaimResponseDetail1> detail
-
-
Method Detail
-
getSequenceLinkId
public java.util.List<PositiveInt> getSequenceLinkId()
Gets the value of the sequenceLinkId 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
setmethod for the sequenceLinkId property.For example, to add a new item, do as follows:
getSequenceLinkId().add(newItem);Objects of the following type(s) are allowed in the list
PositiveInt
-
getService
public Coding getService()
Gets the value of the service property.- Returns:
- possible object is
Coding
-
setService
public void setService(Coding value)
Sets the value of the service property.- Parameters:
value- allowed object isCoding
-
setFee
public void setFee(Money value)
Sets the value of the fee property.- Parameters:
value- allowed object isMoney
-
getNoteNumberLinkId
public java.util.List<PositiveInt> getNoteNumberLinkId()
Gets the value of the noteNumberLinkId 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
setmethod for the noteNumberLinkId property.For example, to add a new item, do as follows:
getNoteNumberLinkId().add(newItem);Objects of the following type(s) are allowed in the list
PositiveInt
-
getAdjudication
public java.util.List<ClaimResponseAdjudication3> getAdjudication()
Gets the value of the adjudication 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
setmethod for the adjudication property.For example, to add a new item, do as follows:
getAdjudication().add(newItem);Objects of the following type(s) are allowed in the list
ClaimResponseAdjudication3
-
getDetail
public java.util.List<ClaimResponseDetail1> getDetail()
Gets the value of the detail 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
setmethod for the detail property.For example, to add a new item, do as follows:
getDetail().add(newItem);Objects of the following type(s) are allowed in the list
ClaimResponseDetail1
-
withSequenceLinkId
public ClaimResponseAddItem withSequenceLinkId(PositiveInt... values)
-
withSequenceLinkId
public ClaimResponseAddItem withSequenceLinkId(java.util.Collection<PositiveInt> values)
-
withService
public ClaimResponseAddItem withService(Coding value)
-
withFee
public ClaimResponseAddItem withFee(Money value)
-
withNoteNumberLinkId
public ClaimResponseAddItem withNoteNumberLinkId(PositiveInt... values)
-
withNoteNumberLinkId
public ClaimResponseAddItem withNoteNumberLinkId(java.util.Collection<PositiveInt> values)
-
withAdjudication
public ClaimResponseAddItem withAdjudication(ClaimResponseAdjudication3... values)
-
withAdjudication
public ClaimResponseAddItem withAdjudication(java.util.Collection<ClaimResponseAdjudication3> values)
-
withDetail
public ClaimResponseAddItem withDetail(ClaimResponseDetail1... values)
-
withDetail
public ClaimResponseAddItem withDetail(java.util.Collection<ClaimResponseDetail1> values)
-
withModifierExtension
public ClaimResponseAddItem withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
public ClaimResponseAddItem withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
public ClaimResponseAddItem withExtension(Extension... values)
- Overrides:
withExtensionin classBackboneElement
-
withExtension
public ClaimResponseAddItem withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classBackboneElement
-
withId
public ClaimResponseAddItem withId(java.lang.String value)
- Overrides:
withIdin classBackboneElement
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBackboneElement
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classBackboneElement
-
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:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBackboneElement
-
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:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBackboneElement
-
-