Class ExplanationOfBenefitItem
- java.lang.Object
-
- org.hl7.fhir.Element
-
- org.hl7.fhir.BackboneElement
-
- org.hl7.fhir.ExplanationOfBenefitItem
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ExplanationOfBenefitItem 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 claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.Java class for ExplanationOfBenefit.Item complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExplanationOfBenefit.Item"> <complexContent> <extension base="{http://hl7.org/fhir}BackboneElement"> <sequence> <element name="sequence" type="{http://hl7.org/fhir}positiveInt"/> <element name="type" type="{http://hl7.org/fhir}Coding"/> <choice minOccurs="0"> <element name="providerIdentifier" type="{http://hl7.org/fhir}Identifier"/> <element name="providerReference" type="{http://hl7.org/fhir}Reference"/> </choice> <choice minOccurs="0"> <element name="supervisorIdentifier" type="{http://hl7.org/fhir}Identifier"/> <element name="supervisorReference" type="{http://hl7.org/fhir}Reference"/> </choice> <element name="providerQualification" type="{http://hl7.org/fhir}Coding" minOccurs="0"/> <element name="diagnosisLinkId" type="{http://hl7.org/fhir}positiveInt" maxOccurs="unbounded" minOccurs="0"/> <element name="service" type="{http://hl7.org/fhir}Coding"/> <element name="serviceModifier" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/> <element name="modifier" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/> <element name="programCode" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/> <choice minOccurs="0"> <element name="servicedDate" type="{http://hl7.org/fhir}date"/> <element name="servicedPeriod" type="{http://hl7.org/fhir}Period"/> </choice> <element name="place" type="{http://hl7.org/fhir}Coding" 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"/> <element name="udi" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="bodySite" type="{http://hl7.org/fhir}Coding" minOccurs="0"/> <element name="subSite" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/> <element name="noteNumber" type="{http://hl7.org/fhir}positiveInt" maxOccurs="unbounded" minOccurs="0"/> <element name="adjudication" type="{http://hl7.org/fhir}ExplanationOfBenefit.Adjudication" maxOccurs="unbounded" minOccurs="0"/> <element name="detail" type="{http://hl7.org/fhir}ExplanationOfBenefit.Detail" maxOccurs="unbounded" minOccurs="0"/> <element name="prosthesis" type="{http://hl7.org/fhir}ExplanationOfBenefit.Prosthesis" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description ExplanationOfBenefitItem()
-
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<ExplanationOfBenefitAdjudication>getAdjudication()Gets the value of the adjudication property.CodinggetBodySite()Gets the value of the bodySite property.java.util.List<ExplanationOfBenefitDetail>getDetail()Gets the value of the detail property.java.util.List<PositiveInt>getDiagnosisLinkId()Gets the value of the diagnosisLinkId property.DecimalgetFactor()Gets the value of the factor property.java.util.List<Coding>getModifier()Gets the value of the modifier property.MoneygetNet()Gets the value of the net property.java.util.List<PositiveInt>getNoteNumber()Gets the value of the noteNumber property.CodinggetPlace()Gets the value of the place property.DecimalgetPoints()Gets the value of the points property.java.util.List<Coding>getProgramCode()Gets the value of the programCode property.ExplanationOfBenefitProsthesisgetProsthesis()Gets the value of the prosthesis property.IdentifiergetProviderIdentifier()Gets the value of the providerIdentifier property.CodinggetProviderQualification()Gets the value of the providerQualification property.ReferencegetProviderReference()Gets the value of the providerReference property.SimpleQuantitygetQuantity()Gets the value of the quantity property.PositiveIntgetSequence()Gets the value of the sequence property.CodinggetService()Gets the value of the service property.DategetServicedDate()Gets the value of the servicedDate property.PeriodgetServicedPeriod()Gets the value of the servicedPeriod property.java.util.List<Coding>getServiceModifier()Gets the value of the serviceModifier property.java.util.List<Coding>getSubSite()Gets the value of the subSite property.IdentifiergetSupervisorIdentifier()Gets the value of the supervisorIdentifier property.ReferencegetSupervisorReference()Gets the value of the supervisorReference property.CodinggetType()Gets the value of the type property.java.util.List<Reference>getUdi()Gets the value of the udi property.MoneygetUnitPrice()Gets the value of the unitPrice property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetBodySite(Coding value)Sets the value of the bodySite property.voidsetFactor(Decimal value)Sets the value of the factor property.voidsetNet(Money value)Sets the value of the net property.voidsetPlace(Coding value)Sets the value of the place property.voidsetPoints(Decimal value)Sets the value of the points property.voidsetProsthesis(ExplanationOfBenefitProsthesis value)Sets the value of the prosthesis property.voidsetProviderIdentifier(Identifier value)Sets the value of the providerIdentifier property.voidsetProviderQualification(Coding value)Sets the value of the providerQualification property.voidsetProviderReference(Reference value)Sets the value of the providerReference property.voidsetQuantity(SimpleQuantity value)Sets the value of the quantity property.voidsetSequence(PositiveInt value)Sets the value of the sequence property.voidsetService(Coding value)Sets the value of the service property.voidsetServicedDate(Date value)Sets the value of the servicedDate property.voidsetServicedPeriod(Period value)Sets the value of the servicedPeriod property.voidsetSupervisorIdentifier(Identifier value)Sets the value of the supervisorIdentifier property.voidsetSupervisorReference(Reference value)Sets the value of the supervisorReference property.voidsetType(Coding value)Sets the value of the type property.voidsetUnitPrice(Money value)Sets the value of the unitPrice property.java.lang.StringtoString()ExplanationOfBenefitItemwithAdjudication(java.util.Collection<ExplanationOfBenefitAdjudication> values)ExplanationOfBenefitItemwithAdjudication(ExplanationOfBenefitAdjudication... values)ExplanationOfBenefitItemwithBodySite(Coding value)ExplanationOfBenefitItemwithDetail(java.util.Collection<ExplanationOfBenefitDetail> values)ExplanationOfBenefitItemwithDetail(ExplanationOfBenefitDetail... values)ExplanationOfBenefitItemwithDiagnosisLinkId(java.util.Collection<PositiveInt> values)ExplanationOfBenefitItemwithDiagnosisLinkId(PositiveInt... values)ExplanationOfBenefitItemwithExtension(java.util.Collection<Extension> values)ExplanationOfBenefitItemwithExtension(Extension... values)ExplanationOfBenefitItemwithFactor(Decimal value)ExplanationOfBenefitItemwithId(java.lang.String value)ExplanationOfBenefitItemwithModifier(java.util.Collection<Coding> values)ExplanationOfBenefitItemwithModifier(Coding... values)ExplanationOfBenefitItemwithModifierExtension(java.util.Collection<Extension> values)ExplanationOfBenefitItemwithModifierExtension(Extension... values)ExplanationOfBenefitItemwithNet(Money value)ExplanationOfBenefitItemwithNoteNumber(java.util.Collection<PositiveInt> values)ExplanationOfBenefitItemwithNoteNumber(PositiveInt... values)ExplanationOfBenefitItemwithPlace(Coding value)ExplanationOfBenefitItemwithPoints(Decimal value)ExplanationOfBenefitItemwithProgramCode(java.util.Collection<Coding> values)ExplanationOfBenefitItemwithProgramCode(Coding... values)ExplanationOfBenefitItemwithProsthesis(ExplanationOfBenefitProsthesis value)ExplanationOfBenefitItemwithProviderIdentifier(Identifier value)ExplanationOfBenefitItemwithProviderQualification(Coding value)ExplanationOfBenefitItemwithProviderReference(Reference value)ExplanationOfBenefitItemwithQuantity(SimpleQuantity value)ExplanationOfBenefitItemwithSequence(PositiveInt value)ExplanationOfBenefitItemwithService(Coding value)ExplanationOfBenefitItemwithServicedDate(Date value)ExplanationOfBenefitItemwithServicedPeriod(Period value)ExplanationOfBenefitItemwithServiceModifier(java.util.Collection<Coding> values)ExplanationOfBenefitItemwithServiceModifier(Coding... values)ExplanationOfBenefitItemwithSubSite(java.util.Collection<Coding> values)ExplanationOfBenefitItemwithSubSite(Coding... values)ExplanationOfBenefitItemwithSupervisorIdentifier(Identifier value)ExplanationOfBenefitItemwithSupervisorReference(Reference value)ExplanationOfBenefitItemwithType(Coding value)ExplanationOfBenefitItemwithUdi(java.util.Collection<Reference> values)ExplanationOfBenefitItemwithUdi(Reference... values)ExplanationOfBenefitItemwithUnitPrice(Money value)-
Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension
-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Field Detail
-
sequence
protected PositiveInt sequence
-
type
protected Coding type
-
providerIdentifier
protected Identifier providerIdentifier
-
providerReference
protected Reference providerReference
-
supervisorIdentifier
protected Identifier supervisorIdentifier
-
supervisorReference
protected Reference supervisorReference
-
providerQualification
protected Coding providerQualification
-
diagnosisLinkId
protected java.util.List<PositiveInt> diagnosisLinkId
-
service
protected Coding service
-
serviceModifier
protected java.util.List<Coding> serviceModifier
-
modifier
protected java.util.List<Coding> modifier
-
programCode
protected java.util.List<Coding> programCode
-
servicedDate
protected Date servicedDate
-
servicedPeriod
protected Period servicedPeriod
-
place
protected Coding place
-
quantity
protected SimpleQuantity quantity
-
unitPrice
protected Money unitPrice
-
factor
protected Decimal factor
-
points
protected Decimal points
-
net
protected Money net
-
udi
protected java.util.List<Reference> udi
-
bodySite
protected Coding bodySite
-
subSite
protected java.util.List<Coding> subSite
-
noteNumber
protected java.util.List<PositiveInt> noteNumber
-
adjudication
protected java.util.List<ExplanationOfBenefitAdjudication> adjudication
-
detail
protected java.util.List<ExplanationOfBenefitDetail> detail
-
prosthesis
protected ExplanationOfBenefitProsthesis prosthesis
-
-
Method Detail
-
getSequence
public PositiveInt getSequence()
Gets the value of the sequence property.- Returns:
- possible object is
PositiveInt
-
setSequence
public void setSequence(PositiveInt value)
Sets the value of the sequence property.- Parameters:
value- allowed object isPositiveInt
-
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 isCoding
-
getProviderIdentifier
public Identifier getProviderIdentifier()
Gets the value of the providerIdentifier property.- Returns:
- possible object is
Identifier
-
setProviderIdentifier
public void setProviderIdentifier(Identifier value)
Sets the value of the providerIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getProviderReference
public Reference getProviderReference()
Gets the value of the providerReference property.- Returns:
- possible object is
Reference
-
setProviderReference
public void setProviderReference(Reference value)
Sets the value of the providerReference property.- Parameters:
value- allowed object isReference
-
getSupervisorIdentifier
public Identifier getSupervisorIdentifier()
Gets the value of the supervisorIdentifier property.- Returns:
- possible object is
Identifier
-
setSupervisorIdentifier
public void setSupervisorIdentifier(Identifier value)
Sets the value of the supervisorIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getSupervisorReference
public Reference getSupervisorReference()
Gets the value of the supervisorReference property.- Returns:
- possible object is
Reference
-
setSupervisorReference
public void setSupervisorReference(Reference value)
Sets the value of the supervisorReference property.- Parameters:
value- allowed object isReference
-
getProviderQualification
public Coding getProviderQualification()
Gets the value of the providerQualification property.- Returns:
- possible object is
Coding
-
setProviderQualification
public void setProviderQualification(Coding value)
Sets the value of the providerQualification property.- Parameters:
value- allowed object isCoding
-
getDiagnosisLinkId
public java.util.List<PositiveInt> getDiagnosisLinkId()
Gets the value of the diagnosisLinkId 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 diagnosisLinkId property.For example, to add a new item, do as follows:
getDiagnosisLinkId().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
-
getServiceModifier
public java.util.List<Coding> getServiceModifier()
Gets the value of the serviceModifier 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 serviceModifier property.For example, to add a new item, do as follows:
getServiceModifier().add(newItem);Objects of the following type(s) are allowed in the list
Coding
-
getModifier
public java.util.List<Coding> getModifier()
Gets the value of the modifier 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 modifier property.For example, to add a new item, do as follows:
getModifier().add(newItem);Objects of the following type(s) are allowed in the list
Coding
-
getProgramCode
public java.util.List<Coding> getProgramCode()
Gets the value of the programCode 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 programCode property.For example, to add a new item, do as follows:
getProgramCode().add(newItem);Objects of the following type(s) are allowed in the list
Coding
-
getServicedDate
public Date getServicedDate()
Gets the value of the servicedDate property.- Returns:
- possible object is
Date
-
setServicedDate
public void setServicedDate(Date value)
Sets the value of the servicedDate property.- Parameters:
value- allowed object isDate
-
getServicedPeriod
public Period getServicedPeriod()
Gets the value of the servicedPeriod property.- Returns:
- possible object is
Period
-
setServicedPeriod
public void setServicedPeriod(Period value)
Sets the value of the servicedPeriod property.- Parameters:
value- allowed object isPeriod
-
getPlace
public Coding getPlace()
Gets the value of the place property.- Returns:
- possible object is
Coding
-
setPlace
public void setPlace(Coding value)
Sets the value of the place property.- Parameters:
value- allowed object isCoding
-
getQuantity
public SimpleQuantity getQuantity()
Gets the value of the quantity property.- Returns:
- possible object is
SimpleQuantity
-
setQuantity
public void setQuantity(SimpleQuantity value)
Sets the value of the quantity property.- Parameters:
value- allowed object isSimpleQuantity
-
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 isMoney
-
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 isDecimal
-
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 isDecimal
-
setNet
public void setNet(Money value)
Sets the value of the net property.- Parameters:
value- allowed object isMoney
-
getUdi
public java.util.List<Reference> getUdi()
Gets the value of the udi 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 udi property.For example, to add a new item, do as follows:
getUdi().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
getBodySite
public Coding getBodySite()
Gets the value of the bodySite property.- Returns:
- possible object is
Coding
-
setBodySite
public void setBodySite(Coding value)
Sets the value of the bodySite property.- Parameters:
value- allowed object isCoding
-
getSubSite
public java.util.List<Coding> getSubSite()
Gets the value of the subSite 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 subSite property.For example, to add a new item, do as follows:
getSubSite().add(newItem);Objects of the following type(s) are allowed in the list
Coding
-
getNoteNumber
public java.util.List<PositiveInt> getNoteNumber()
Gets the value of the noteNumber 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 noteNumber property.For example, to add a new item, do as follows:
getNoteNumber().add(newItem);Objects of the following type(s) are allowed in the list
PositiveInt
-
getAdjudication
public java.util.List<ExplanationOfBenefitAdjudication> 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
ExplanationOfBenefitAdjudication
-
getDetail
public java.util.List<ExplanationOfBenefitDetail> 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
ExplanationOfBenefitDetail
-
getProsthesis
public ExplanationOfBenefitProsthesis getProsthesis()
Gets the value of the prosthesis property.- Returns:
- possible object is
ExplanationOfBenefitProsthesis
-
setProsthesis
public void setProsthesis(ExplanationOfBenefitProsthesis value)
Sets the value of the prosthesis property.- Parameters:
value- allowed object isExplanationOfBenefitProsthesis
-
withSequence
public ExplanationOfBenefitItem withSequence(PositiveInt value)
-
withType
public ExplanationOfBenefitItem withType(Coding value)
-
withProviderIdentifier
public ExplanationOfBenefitItem withProviderIdentifier(Identifier value)
-
withProviderReference
public ExplanationOfBenefitItem withProviderReference(Reference value)
-
withSupervisorIdentifier
public ExplanationOfBenefitItem withSupervisorIdentifier(Identifier value)
-
withSupervisorReference
public ExplanationOfBenefitItem withSupervisorReference(Reference value)
-
withProviderQualification
public ExplanationOfBenefitItem withProviderQualification(Coding value)
-
withDiagnosisLinkId
public ExplanationOfBenefitItem withDiagnosisLinkId(PositiveInt... values)
-
withDiagnosisLinkId
public ExplanationOfBenefitItem withDiagnosisLinkId(java.util.Collection<PositiveInt> values)
-
withService
public ExplanationOfBenefitItem withService(Coding value)
-
withServiceModifier
public ExplanationOfBenefitItem withServiceModifier(Coding... values)
-
withServiceModifier
public ExplanationOfBenefitItem withServiceModifier(java.util.Collection<Coding> values)
-
withModifier
public ExplanationOfBenefitItem withModifier(Coding... values)
-
withModifier
public ExplanationOfBenefitItem withModifier(java.util.Collection<Coding> values)
-
withProgramCode
public ExplanationOfBenefitItem withProgramCode(Coding... values)
-
withProgramCode
public ExplanationOfBenefitItem withProgramCode(java.util.Collection<Coding> values)
-
withServicedDate
public ExplanationOfBenefitItem withServicedDate(Date value)
-
withServicedPeriod
public ExplanationOfBenefitItem withServicedPeriod(Period value)
-
withPlace
public ExplanationOfBenefitItem withPlace(Coding value)
-
withQuantity
public ExplanationOfBenefitItem withQuantity(SimpleQuantity value)
-
withUnitPrice
public ExplanationOfBenefitItem withUnitPrice(Money value)
-
withFactor
public ExplanationOfBenefitItem withFactor(Decimal value)
-
withPoints
public ExplanationOfBenefitItem withPoints(Decimal value)
-
withNet
public ExplanationOfBenefitItem withNet(Money value)
-
withUdi
public ExplanationOfBenefitItem withUdi(Reference... values)
-
withUdi
public ExplanationOfBenefitItem withUdi(java.util.Collection<Reference> values)
-
withBodySite
public ExplanationOfBenefitItem withBodySite(Coding value)
-
withSubSite
public ExplanationOfBenefitItem withSubSite(Coding... values)
-
withSubSite
public ExplanationOfBenefitItem withSubSite(java.util.Collection<Coding> values)
-
withNoteNumber
public ExplanationOfBenefitItem withNoteNumber(PositiveInt... values)
-
withNoteNumber
public ExplanationOfBenefitItem withNoteNumber(java.util.Collection<PositiveInt> values)
-
withAdjudication
public ExplanationOfBenefitItem withAdjudication(ExplanationOfBenefitAdjudication... values)
-
withAdjudication
public ExplanationOfBenefitItem withAdjudication(java.util.Collection<ExplanationOfBenefitAdjudication> values)
-
withDetail
public ExplanationOfBenefitItem withDetail(ExplanationOfBenefitDetail... values)
-
withDetail
public ExplanationOfBenefitItem withDetail(java.util.Collection<ExplanationOfBenefitDetail> values)
-
withProsthesis
public ExplanationOfBenefitItem withProsthesis(ExplanationOfBenefitProsthesis value)
-
withModifierExtension
public ExplanationOfBenefitItem withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
public ExplanationOfBenefitItem withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
public ExplanationOfBenefitItem withExtension(Extension... values)
- Overrides:
withExtensionin classBackboneElement
-
withExtension
public ExplanationOfBenefitItem withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classBackboneElement
-
withId
public ExplanationOfBenefitItem 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
-
-