Class ExplanationOfBenefitDetail
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ExplanationOfBenefit.Detail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExplanationOfBenefit.Detail">
<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"/>
<element name="service" type="{http://hl7.org/fhir}Coding"/>
<element name="programCode" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" 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="adjudication" type="{http://hl7.org/fhir}ExplanationOfBenefit.Adjudication1" maxOccurs="unbounded" minOccurs="0"/>
<element name="subDetail" type="{http://hl7.org/fhir}ExplanationOfBenefit.SubDetail" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ExplanationOfBenefitAdjudication1> protected Decimalprotected Moneyprotected Decimalprotected SimpleQuantityprotected PositiveIntprotected Codingprotected List<ExplanationOfBenefitSubDetail> protected Codingprotected MoneyFields 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 adjudication property.Gets the value of the factor property.getNet()Gets the value of the net property.Gets the value of the points property.Gets the value of the programCode property.Gets the value of the quantity property.Gets the value of the sequence property.Gets the value of the service property.Gets the value of the subDetail property.getType()Gets the value of the type property.getUdi()Gets the value of the udi property.Gets the value of the unitPrice property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidvoidSets the value of the factor property.voidSets the value of the net property.voidSets the value of the points property.voidsetProgramCode(List<Coding> value) 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.voidvoidSets the value of the type property.voidvoidsetUnitPrice(Money value) Sets the value of the unitPrice property.toString()withExtension(Collection<Extension> values) withExtension(Extension... values) withFactor(Decimal value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPoints(Decimal value) withProgramCode(Collection<Coding> values) withProgramCode(Coding... values) withQuantity(SimpleQuantity value) withSequence(PositiveInt value) withService(Coding value) withSubDetail(ExplanationOfBenefitSubDetail... values) withUdi(Collection<Reference> values) withUnitPrice(Money value) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
sequence
-
type
-
service
-
programCode
-
quantity
-
unitPrice
-
factor
-
points
-
net
-
udi
-
adjudication
-
subDetail
-
-
Constructor Details
-
ExplanationOfBenefitDetail
public ExplanationOfBenefitDetail()
-
-
Method Details
-
getSequence
Gets the value of the sequence property.- Returns:
- possible object is
PositiveInt
-
setSequence
Sets the value of the sequence property.- Parameters:
value- allowed object isPositiveInt
-
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
-
getService
Gets the value of the service property.- Returns:
- possible object is
Coding
-
setService
Sets the value of the service property.- Parameters:
value- allowed object isCoding
-
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 Jakarta XML Binding 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 -
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
SimpleQuantity
-
setQuantity
Sets the value of the quantity property.- Parameters:
value- allowed object isSimpleQuantity
-
getUnitPrice
Gets the value of the unitPrice property.- Returns:
- possible object is
Money
-
setUnitPrice
Sets the value of the unitPrice property.- Parameters:
value- allowed object isMoney
-
getFactor
Gets the value of the factor property.- Returns:
- possible object is
Decimal
-
setFactor
Sets the value of the factor property.- Parameters:
value- allowed object isDecimal
-
getPoints
Gets the value of the points property.- Returns:
- possible object is
Decimal
-
setPoints
Sets the value of the points property.- Parameters:
value- allowed object isDecimal
-
getNet
Gets the value of the net property.- Returns:
- possible object is
Money
-
setNet
Sets the value of the net property.- Parameters:
value- allowed object isMoney
-
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 Jakarta XML Binding 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 -
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 Jakarta XML Binding 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
ExplanationOfBenefitAdjudication1 -
getSubDetail
Gets the value of the subDetail 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 Jakarta XML Binding object. This is why there is not a
setmethod for the subDetail property.For example, to add a new item, do as follows:
getSubDetail().add(newItem);Objects of the following type(s) are allowed in the list
ExplanationOfBenefitSubDetail -
withSequence
-
withType
-
withService
-
withProgramCode
-
withProgramCode
-
withQuantity
-
withUnitPrice
-
withFactor
-
withPoints
-
withNet
-
withUdi
-
withUdi
-
withAdjudication
-
withAdjudication
public ExplanationOfBenefitDetail withAdjudication(Collection<ExplanationOfBenefitAdjudication1> values) -
withSubDetail
-
withSubDetail
-
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
-
setProgramCode
-
setUdi
-
setAdjudication
-
setSubDetail
-