Package org.hl7.fhir
Class EligibilityResponseBenefitBalance
- java.lang.Object
-
- org.hl7.fhir.Element
-
- org.hl7.fhir.BackboneElement
-
- org.hl7.fhir.EligibilityResponseBenefitBalance
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class EligibilityResponseBenefitBalance extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
This resource provides eligibility and plan details from the processing of an Eligibility resource.Java class for EligibilityResponse.BenefitBalance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EligibilityResponse.BenefitBalance"> <complexContent> <extension base="{http://hl7.org/fhir}BackboneElement"> <sequence> <element name="category" type="{http://hl7.org/fhir}Coding"/> <element name="subCategory" type="{http://hl7.org/fhir}Coding" minOccurs="0"/> <element name="network" type="{http://hl7.org/fhir}Coding" minOccurs="0"/> <element name="unit" type="{http://hl7.org/fhir}Coding" minOccurs="0"/> <element name="term" type="{http://hl7.org/fhir}Coding" minOccurs="0"/> <element name="financial" type="{http://hl7.org/fhir}EligibilityResponse.Financial" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Codingcategoryprotected java.util.List<EligibilityResponseFinancial>financialprotected Codingnetworkprotected CodingsubCategoryprotected Codingtermprotected Codingunit-
Fields inherited from class org.hl7.fhir.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description EligibilityResponseBenefitBalance()
-
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)CodinggetCategory()Gets the value of the category property.java.util.List<EligibilityResponseFinancial>getFinancial()Gets the value of the financial property.CodinggetNetwork()Gets the value of the network property.CodinggetSubCategory()Gets the value of the subCategory property.CodinggetTerm()Gets the value of the term property.CodinggetUnit()Gets the value of the unit property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetCategory(Coding value)Sets the value of the category property.voidsetNetwork(Coding value)Sets the value of the network property.voidsetSubCategory(Coding value)Sets the value of the subCategory property.voidsetTerm(Coding value)Sets the value of the term property.voidsetUnit(Coding value)Sets the value of the unit property.java.lang.StringtoString()EligibilityResponseBenefitBalancewithCategory(Coding value)EligibilityResponseBenefitBalancewithExtension(java.util.Collection<Extension> values)EligibilityResponseBenefitBalancewithExtension(Extension... values)EligibilityResponseBenefitBalancewithFinancial(java.util.Collection<EligibilityResponseFinancial> values)EligibilityResponseBenefitBalancewithFinancial(EligibilityResponseFinancial... values)EligibilityResponseBenefitBalancewithId(java.lang.String value)EligibilityResponseBenefitBalancewithModifierExtension(java.util.Collection<Extension> values)EligibilityResponseBenefitBalancewithModifierExtension(Extension... values)EligibilityResponseBenefitBalancewithNetwork(Coding value)EligibilityResponseBenefitBalancewithSubCategory(Coding value)EligibilityResponseBenefitBalancewithTerm(Coding value)EligibilityResponseBenefitBalancewithUnit(Coding value)-
Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension
-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Method Detail
-
getCategory
public Coding getCategory()
Gets the value of the category property.- Returns:
- possible object is
Coding
-
setCategory
public void setCategory(Coding value)
Sets the value of the category property.- Parameters:
value- allowed object isCoding
-
getSubCategory
public Coding getSubCategory()
Gets the value of the subCategory property.- Returns:
- possible object is
Coding
-
setSubCategory
public void setSubCategory(Coding value)
Sets the value of the subCategory property.- Parameters:
value- allowed object isCoding
-
getNetwork
public Coding getNetwork()
Gets the value of the network property.- Returns:
- possible object is
Coding
-
setNetwork
public void setNetwork(Coding value)
Sets the value of the network property.- Parameters:
value- allowed object isCoding
-
getUnit
public Coding getUnit()
Gets the value of the unit property.- Returns:
- possible object is
Coding
-
setUnit
public void setUnit(Coding value)
Sets the value of the unit property.- Parameters:
value- allowed object isCoding
-
getTerm
public Coding getTerm()
Gets the value of the term property.- Returns:
- possible object is
Coding
-
setTerm
public void setTerm(Coding value)
Sets the value of the term property.- Parameters:
value- allowed object isCoding
-
getFinancial
public java.util.List<EligibilityResponseFinancial> getFinancial()
Gets the value of the financial 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 financial property.For example, to add a new item, do as follows:
getFinancial().add(newItem);Objects of the following type(s) are allowed in the list
EligibilityResponseFinancial
-
withCategory
public EligibilityResponseBenefitBalance withCategory(Coding value)
-
withSubCategory
public EligibilityResponseBenefitBalance withSubCategory(Coding value)
-
withNetwork
public EligibilityResponseBenefitBalance withNetwork(Coding value)
-
withUnit
public EligibilityResponseBenefitBalance withUnit(Coding value)
-
withTerm
public EligibilityResponseBenefitBalance withTerm(Coding value)
-
withFinancial
public EligibilityResponseBenefitBalance withFinancial(EligibilityResponseFinancial... values)
-
withFinancial
public EligibilityResponseBenefitBalance withFinancial(java.util.Collection<EligibilityResponseFinancial> values)
-
withModifierExtension
public EligibilityResponseBenefitBalance withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
public EligibilityResponseBenefitBalance withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
public EligibilityResponseBenefitBalance withExtension(Extension... values)
- Overrides:
withExtensionin classBackboneElement
-
withExtension
public EligibilityResponseBenefitBalance withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classBackboneElement
-
withId
public EligibilityResponseBenefitBalance 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
-
-