Package org.hl7.fhir
Class ContractValuedItem
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.ContractValuedItem
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ContractValuedItem
extends BackboneElement
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Java class for Contract.ValuedItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contract.ValuedItem">
<complexContent>
<extension base="{http://hl7.org/fhir}BackboneElement">
<sequence>
<choice minOccurs="0">
<element name="entityCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="entityReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
<element name="effectiveTime" type="{http://hl7.org/fhir}dateTime" 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"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DateTimeprotected CodeableConceptprotected Referenceprotected Decimalprotected Identifierprotected Moneyprotected Decimalprotected SimpleQuantityprotected 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 effectiveTime property.Gets the value of the entityCodeableConcept property.Gets the value of the entityReference property.Gets the value of the factor property.Gets the value of the identifier property.getNet()Gets the value of the net property.Gets the value of the points property.Gets the value of the quantity property.Gets the value of the unitPrice property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetEffectiveTime(DateTime value) Sets the value of the effectiveTime property.voidSets the value of the entityCodeableConcept property.voidsetEntityReference(Reference value) Sets the value of the entityReference property.voidSets the value of the factor property.voidsetIdentifier(Identifier value) Sets the value of the identifier property.voidSets the value of the net property.voidSets the value of the points property.voidsetQuantity(SimpleQuantity value) Sets the value of the quantity property.voidsetUnitPrice(Money value) Sets the value of the unitPrice property.toString()withEffectiveTime(DateTime value) withEntityReference(Reference value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFactor(Decimal value) withIdentifier(Identifier value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPoints(Decimal value) withQuantity(SimpleQuantity value) 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
-
entityCodeableConcept
-
entityReference
-
identifier
-
effectiveTime
-
quantity
-
unitPrice
-
factor
-
points
-
net
-
-
Constructor Details
-
ContractValuedItem
public ContractValuedItem()
-
-
Method Details
-
getEntityCodeableConcept
Gets the value of the entityCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setEntityCodeableConcept
Sets the value of the entityCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getEntityReference
Gets the value of the entityReference property.- Returns:
- possible object is
Reference
-
setEntityReference
Sets the value of the entityReference property.- Parameters:
value- allowed object isReference
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
Identifier
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isIdentifier
-
getEffectiveTime
Gets the value of the effectiveTime property.- Returns:
- possible object is
DateTime
-
setEffectiveTime
Sets the value of the effectiveTime property.- Parameters:
value- allowed object isDateTime
-
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
-
withEntityCodeableConcept
-
withEntityReference
-
withIdentifier
-
withEffectiveTime
-
withQuantity
-
withUnitPrice
-
withFactor
-
withPoints
-
withNet
-
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
-