Package org.hl7.fhir
Class ProtocolCondition
- java.lang.Object
-
- org.hl7.fhir.Element
-
- org.hl7.fhir.BackboneElement
-
- org.hl7.fhir.ProtocolCondition
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ProtocolCondition extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A definition of behaviors to be taken in particular circumstances, often including conditions, options and other decision points.Java class for Protocol.Condition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Protocol.Condition"> <complexContent> <extension base="{http://hl7.org/fhir}BackboneElement"> <sequence> <element name="type" type="{http://hl7.org/fhir}CodeableConcept"/> <choice> <element name="valueCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/> <element name="valueBoolean" type="{http://hl7.org/fhir}boolean"/> <element name="valueQuantity" type="{http://hl7.org/fhir}SimpleQuantity"/> <element name="valueRange" type="{http://hl7.org/fhir}Range"/> </choice> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CodeableConcepttypeprotected BooleanvalueBooleanprotected CodeableConceptvalueCodeableConceptprotected SimpleQuantityvalueQuantityprotected RangevalueRange-
Fields inherited from class org.hl7.fhir.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description ProtocolCondition()
-
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)CodeableConceptgetType()Gets the value of the type property.BooleangetValueBoolean()Gets the value of the valueBoolean property.CodeableConceptgetValueCodeableConcept()Gets the value of the valueCodeableConcept property.SimpleQuantitygetValueQuantity()Gets the value of the valueQuantity property.RangegetValueRange()Gets the value of the valueRange property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetType(CodeableConcept value)Sets the value of the type property.voidsetValueBoolean(Boolean value)Sets the value of the valueBoolean property.voidsetValueCodeableConcept(CodeableConcept value)Sets the value of the valueCodeableConcept property.voidsetValueQuantity(SimpleQuantity value)Sets the value of the valueQuantity property.voidsetValueRange(Range value)Sets the value of the valueRange property.java.lang.StringtoString()ProtocolConditionwithExtension(java.util.Collection<Extension> values)ProtocolConditionwithExtension(Extension... values)ProtocolConditionwithId(java.lang.String value)ProtocolConditionwithModifierExtension(java.util.Collection<Extension> values)ProtocolConditionwithModifierExtension(Extension... values)ProtocolConditionwithType(CodeableConcept value)ProtocolConditionwithValueBoolean(Boolean value)ProtocolConditionwithValueCodeableConcept(CodeableConcept value)ProtocolConditionwithValueQuantity(SimpleQuantity value)ProtocolConditionwithValueRange(Range value)-
Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension
-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Field Detail
-
type
protected CodeableConcept type
-
valueCodeableConcept
protected CodeableConcept valueCodeableConcept
-
valueBoolean
protected Boolean valueBoolean
-
valueQuantity
protected SimpleQuantity valueQuantity
-
valueRange
protected Range valueRange
-
-
Method Detail
-
getType
public CodeableConcept getType()
Gets the value of the type property.- Returns:
- possible object is
CodeableConcept
-
setType
public void setType(CodeableConcept value)
Sets the value of the type property.- Parameters:
value- allowed object isCodeableConcept
-
getValueCodeableConcept
public CodeableConcept getValueCodeableConcept()
Gets the value of the valueCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setValueCodeableConcept
public void setValueCodeableConcept(CodeableConcept value)
Sets the value of the valueCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getValueBoolean
public Boolean getValueBoolean()
Gets the value of the valueBoolean property.- Returns:
- possible object is
Boolean
-
setValueBoolean
public void setValueBoolean(Boolean value)
Sets the value of the valueBoolean property.- Parameters:
value- allowed object isBoolean
-
getValueQuantity
public SimpleQuantity getValueQuantity()
Gets the value of the valueQuantity property.- Returns:
- possible object is
SimpleQuantity
-
setValueQuantity
public void setValueQuantity(SimpleQuantity value)
Sets the value of the valueQuantity property.- Parameters:
value- allowed object isSimpleQuantity
-
getValueRange
public Range getValueRange()
Gets the value of the valueRange property.- Returns:
- possible object is
Range
-
setValueRange
public void setValueRange(Range value)
Sets the value of the valueRange property.- Parameters:
value- allowed object isRange
-
withType
public ProtocolCondition withType(CodeableConcept value)
-
withValueCodeableConcept
public ProtocolCondition withValueCodeableConcept(CodeableConcept value)
-
withValueBoolean
public ProtocolCondition withValueBoolean(Boolean value)
-
withValueQuantity
public ProtocolCondition withValueQuantity(SimpleQuantity value)
-
withValueRange
public ProtocolCondition withValueRange(Range value)
-
withModifierExtension
public ProtocolCondition withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
public ProtocolCondition withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
public ProtocolCondition withExtension(Extension... values)
- Overrides:
withExtensionin classBackboneElement
-
withExtension
public ProtocolCondition withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classBackboneElement
-
withId
public ProtocolCondition 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
-
-