Class ClaimSubDetail
- java.lang.Object
-
- org.hl7.fhir.Element
-
- org.hl7.fhir.BackboneElement
-
- org.hl7.fhir.ClaimSubDetail
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ClaimSubDetail extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.Java class for Claim.SubDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Claim.SubDetail"> <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"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Decimalfactorprotected Moneynetprotected Decimalpointsprotected java.util.List<Coding>programCodeprotected SimpleQuantityquantityprotected PositiveIntsequenceprotected Codingserviceprotected Codingtypeprotected java.util.List<Reference>udiprotected MoneyunitPrice-
Fields inherited from class org.hl7.fhir.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description ClaimSubDetail()
-
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)DecimalgetFactor()Gets the value of the factor property.MoneygetNet()Gets the value of the net property.DecimalgetPoints()Gets the value of the points property.java.util.List<Coding>getProgramCode()Gets the value of the programCode 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.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)voidsetFactor(Decimal value)Sets the value of the factor property.voidsetNet(Money value)Sets the value of the net property.voidsetPoints(Decimal value)Sets the value of the points 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.voidsetType(Coding value)Sets the value of the type property.voidsetUnitPrice(Money value)Sets the value of the unitPrice property.java.lang.StringtoString()ClaimSubDetailwithExtension(java.util.Collection<Extension> values)ClaimSubDetailwithExtension(Extension... values)ClaimSubDetailwithFactor(Decimal value)ClaimSubDetailwithId(java.lang.String value)ClaimSubDetailwithModifierExtension(java.util.Collection<Extension> values)ClaimSubDetailwithModifierExtension(Extension... values)ClaimSubDetailwithNet(Money value)ClaimSubDetailwithPoints(Decimal value)ClaimSubDetailwithProgramCode(java.util.Collection<Coding> values)ClaimSubDetailwithProgramCode(Coding... values)ClaimSubDetailwithQuantity(SimpleQuantity value)ClaimSubDetailwithSequence(PositiveInt value)ClaimSubDetailwithService(Coding value)ClaimSubDetailwithType(Coding value)ClaimSubDetailwithUdi(java.util.Collection<Reference> values)ClaimSubDetailwithUdi(Reference... values)ClaimSubDetailwithUnitPrice(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
-
service
protected Coding service
-
programCode
protected java.util.List<Coding> programCode
-
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
-
-
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
-
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
-
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
-
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
-
withSequence
public ClaimSubDetail withSequence(PositiveInt value)
-
withType
public ClaimSubDetail withType(Coding value)
-
withService
public ClaimSubDetail withService(Coding value)
-
withProgramCode
public ClaimSubDetail withProgramCode(Coding... values)
-
withProgramCode
public ClaimSubDetail withProgramCode(java.util.Collection<Coding> values)
-
withQuantity
public ClaimSubDetail withQuantity(SimpleQuantity value)
-
withUnitPrice
public ClaimSubDetail withUnitPrice(Money value)
-
withFactor
public ClaimSubDetail withFactor(Decimal value)
-
withPoints
public ClaimSubDetail withPoints(Decimal value)
-
withNet
public ClaimSubDetail withNet(Money value)
-
withUdi
public ClaimSubDetail withUdi(Reference... values)
-
withUdi
public ClaimSubDetail withUdi(java.util.Collection<Reference> values)
-
withModifierExtension
public ClaimSubDetail withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
public ClaimSubDetail withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
public ClaimSubDetail withExtension(Extension... values)
- Overrides:
withExtensionin classBackboneElement
-
withExtension
public ClaimSubDetail withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classBackboneElement
-
withId
public ClaimSubDetail 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
-
-