Package org.hl7.fhir
Class TaskOutput
- java.lang.Object
-
- org.hl7.fhir.Element
-
- org.hl7.fhir.BackboneElement
-
- org.hl7.fhir.TaskOutput
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class TaskOutput extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A task to be performed.Java class for Task.Output complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Task.Output"> <complexContent> <extension base="{http://hl7.org/fhir}BackboneElement"> <sequence> <element name="name" type="{http://hl7.org/fhir}string"/> <choice> <element name="valueBoolean" type="{http://hl7.org/fhir}boolean"/> <element name="valueInteger" type="{http://hl7.org/fhir}integer"/> <element name="valueDecimal" type="{http://hl7.org/fhir}decimal"/> <element name="valueBase64Binary" type="{http://hl7.org/fhir}base64Binary"/> <element name="valueInstant" type="{http://hl7.org/fhir}instant"/> <element name="valueString" type="{http://hl7.org/fhir}string"/> <element name="valueUri" type="{http://hl7.org/fhir}uri"/> <element name="valueDate" type="{http://hl7.org/fhir}date"/> <element name="valueDateTime" type="{http://hl7.org/fhir}dateTime"/> <element name="valueTime" type="{http://hl7.org/fhir}time"/> <element name="valueCode" type="{http://hl7.org/fhir}code"/> <element name="valueOid" type="{http://hl7.org/fhir}oid"/> <element name="valueUuid" type="{http://hl7.org/fhir}uuid"/> <element name="valueId" type="{http://hl7.org/fhir}id"/> <element name="valueUnsignedInt" type="{http://hl7.org/fhir}unsignedInt"/> <element name="valuePositiveInt" type="{http://hl7.org/fhir}positiveInt"/> <element name="valueMarkdown" type="{http://hl7.org/fhir}markdown"/> <element name="valueAnnotation" type="{http://hl7.org/fhir}Annotation"/> <element name="valueAttachment" type="{http://hl7.org/fhir}Attachment"/> <element name="valueIdentifier" type="{http://hl7.org/fhir}Identifier"/> <element name="valueCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/> <element name="valueCoding" type="{http://hl7.org/fhir}Coding"/> <element name="valueQuantity" type="{http://hl7.org/fhir}Quantity"/> <element name="valueRange" type="{http://hl7.org/fhir}Range"/> <element name="valuePeriod" type="{http://hl7.org/fhir}Period"/> <element name="valueRatio" type="{http://hl7.org/fhir}Ratio"/> <element name="valueReference" type="{http://hl7.org/fhir}Reference"/> <element name="valueSampledData" type="{http://hl7.org/fhir}SampledData"/> <element name="valueSignature" type="{http://hl7.org/fhir}Signature"/> <element name="valueHumanName" type="{http://hl7.org/fhir}HumanName"/> <element name="valueAddress" type="{http://hl7.org/fhir}Address"/> <element name="valueContactPoint" type="{http://hl7.org/fhir}ContactPoint"/> <element name="valueTiming" type="{http://hl7.org/fhir}Timing"/> <element name="valueMeta" type="{http://hl7.org/fhir}Meta"/> <element name="valueElementDefinition" type="{http://hl7.org/fhir}ElementDefinition"/> <element name="valueModuleMetadata" type="{http://hl7.org/fhir}ModuleMetadata"/> <element name="valueDataRequirement" type="{http://hl7.org/fhir}DataRequirement"/> <element name="valueActionDefinition" type="{http://hl7.org/fhir}ActionDefinition"/> <element name="valueParameterDefinition" type="{http://hl7.org/fhir}ParameterDefinition"/> <element name="valueTriggerDefinition" type="{http://hl7.org/fhir}TriggerDefinition"/> </choice> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description TaskOutput()
-
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)StringgetName()Gets the value of the name property.ActionDefinitiongetValueActionDefinition()Gets the value of the valueActionDefinition property.AddressgetValueAddress()Gets the value of the valueAddress property.AnnotationgetValueAnnotation()Gets the value of the valueAnnotation property.AttachmentgetValueAttachment()Gets the value of the valueAttachment property.Base64BinarygetValueBase64Binary()Gets the value of the valueBase64Binary property.BooleangetValueBoolean()Gets the value of the valueBoolean property.CodegetValueCode()Gets the value of the valueCode property.CodeableConceptgetValueCodeableConcept()Gets the value of the valueCodeableConcept property.CodinggetValueCoding()Gets the value of the valueCoding property.ContactPointgetValueContactPoint()Gets the value of the valueContactPoint property.DataRequirementgetValueDataRequirement()Gets the value of the valueDataRequirement property.DategetValueDate()Gets the value of the valueDate property.DateTimegetValueDateTime()Gets the value of the valueDateTime property.DecimalgetValueDecimal()Gets the value of the valueDecimal property.ElementDefinitiongetValueElementDefinition()Gets the value of the valueElementDefinition property.HumanNamegetValueHumanName()Gets the value of the valueHumanName property.IdgetValueId()Gets the value of the valueId property.IdentifiergetValueIdentifier()Gets the value of the valueIdentifier property.InstantgetValueInstant()Gets the value of the valueInstant property.IntegergetValueInteger()Gets the value of the valueInteger property.MarkdowngetValueMarkdown()Gets the value of the valueMarkdown property.MetagetValueMeta()Gets the value of the valueMeta property.ModuleMetadatagetValueModuleMetadata()Gets the value of the valueModuleMetadata property.OidgetValueOid()Gets the value of the valueOid property.ParameterDefinitiongetValueParameterDefinition()Gets the value of the valueParameterDefinition property.PeriodgetValuePeriod()Gets the value of the valuePeriod property.PositiveIntgetValuePositiveInt()Gets the value of the valuePositiveInt property.QuantitygetValueQuantity()Gets the value of the valueQuantity property.RangegetValueRange()Gets the value of the valueRange property.RatiogetValueRatio()Gets the value of the valueRatio property.ReferencegetValueReference()Gets the value of the valueReference property.SampledDatagetValueSampledData()Gets the value of the valueSampledData property.SignaturegetValueSignature()Gets the value of the valueSignature property.StringgetValueString()Gets the value of the valueString property.TimegetValueTime()Gets the value of the valueTime property.TiminggetValueTiming()Gets the value of the valueTiming property.TriggerDefinitiongetValueTriggerDefinition()Gets the value of the valueTriggerDefinition property.UnsignedIntgetValueUnsignedInt()Gets the value of the valueUnsignedInt property.UrigetValueUri()Gets the value of the valueUri property.UuidgetValueUuid()Gets the value of the valueUuid property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetName(String value)Sets the value of the name property.voidsetValueActionDefinition(ActionDefinition value)Sets the value of the valueActionDefinition property.voidsetValueAddress(Address value)Sets the value of the valueAddress property.voidsetValueAnnotation(Annotation value)Sets the value of the valueAnnotation property.voidsetValueAttachment(Attachment value)Sets the value of the valueAttachment property.voidsetValueBase64Binary(Base64Binary value)Sets the value of the valueBase64Binary property.voidsetValueBoolean(Boolean value)Sets the value of the valueBoolean property.voidsetValueCode(Code value)Sets the value of the valueCode property.voidsetValueCodeableConcept(CodeableConcept value)Sets the value of the valueCodeableConcept property.voidsetValueCoding(Coding value)Sets the value of the valueCoding property.voidsetValueContactPoint(ContactPoint value)Sets the value of the valueContactPoint property.voidsetValueDataRequirement(DataRequirement value)Sets the value of the valueDataRequirement property.voidsetValueDate(Date value)Sets the value of the valueDate property.voidsetValueDateTime(DateTime value)Sets the value of the valueDateTime property.voidsetValueDecimal(Decimal value)Sets the value of the valueDecimal property.voidsetValueElementDefinition(ElementDefinition value)Sets the value of the valueElementDefinition property.voidsetValueHumanName(HumanName value)Sets the value of the valueHumanName property.voidsetValueId(Id value)Sets the value of the valueId property.voidsetValueIdentifier(Identifier value)Sets the value of the valueIdentifier property.voidsetValueInstant(Instant value)Sets the value of the valueInstant property.voidsetValueInteger(Integer value)Sets the value of the valueInteger property.voidsetValueMarkdown(Markdown value)Sets the value of the valueMarkdown property.voidsetValueMeta(Meta value)Sets the value of the valueMeta property.voidsetValueModuleMetadata(ModuleMetadata value)Sets the value of the valueModuleMetadata property.voidsetValueOid(Oid value)Sets the value of the valueOid property.voidsetValueParameterDefinition(ParameterDefinition value)Sets the value of the valueParameterDefinition property.voidsetValuePeriod(Period value)Sets the value of the valuePeriod property.voidsetValuePositiveInt(PositiveInt value)Sets the value of the valuePositiveInt property.voidsetValueQuantity(Quantity value)Sets the value of the valueQuantity property.voidsetValueRange(Range value)Sets the value of the valueRange property.voidsetValueRatio(Ratio value)Sets the value of the valueRatio property.voidsetValueReference(Reference value)Sets the value of the valueReference property.voidsetValueSampledData(SampledData value)Sets the value of the valueSampledData property.voidsetValueSignature(Signature value)Sets the value of the valueSignature property.voidsetValueString(String value)Sets the value of the valueString property.voidsetValueTime(Time value)Sets the value of the valueTime property.voidsetValueTiming(Timing value)Sets the value of the valueTiming property.voidsetValueTriggerDefinition(TriggerDefinition value)Sets the value of the valueTriggerDefinition property.voidsetValueUnsignedInt(UnsignedInt value)Sets the value of the valueUnsignedInt property.voidsetValueUri(Uri value)Sets the value of the valueUri property.voidsetValueUuid(Uuid value)Sets the value of the valueUuid property.java.lang.StringtoString()TaskOutputwithExtension(java.util.Collection<Extension> values)TaskOutputwithExtension(Extension... values)TaskOutputwithId(java.lang.String value)TaskOutputwithModifierExtension(java.util.Collection<Extension> values)TaskOutputwithModifierExtension(Extension... values)TaskOutputwithName(String value)TaskOutputwithValueActionDefinition(ActionDefinition value)TaskOutputwithValueAddress(Address value)TaskOutputwithValueAnnotation(Annotation value)TaskOutputwithValueAttachment(Attachment value)TaskOutputwithValueBase64Binary(Base64Binary value)TaskOutputwithValueBoolean(Boolean value)TaskOutputwithValueCode(Code value)TaskOutputwithValueCodeableConcept(CodeableConcept value)TaskOutputwithValueCoding(Coding value)TaskOutputwithValueContactPoint(ContactPoint value)TaskOutputwithValueDataRequirement(DataRequirement value)TaskOutputwithValueDate(Date value)TaskOutputwithValueDateTime(DateTime value)TaskOutputwithValueDecimal(Decimal value)TaskOutputwithValueElementDefinition(ElementDefinition value)TaskOutputwithValueHumanName(HumanName value)TaskOutputwithValueId(Id value)TaskOutputwithValueIdentifier(Identifier value)TaskOutputwithValueInstant(Instant value)TaskOutputwithValueInteger(Integer value)TaskOutputwithValueMarkdown(Markdown value)TaskOutputwithValueMeta(Meta value)TaskOutputwithValueModuleMetadata(ModuleMetadata value)TaskOutputwithValueOid(Oid value)TaskOutputwithValueParameterDefinition(ParameterDefinition value)TaskOutputwithValuePeriod(Period value)TaskOutputwithValuePositiveInt(PositiveInt value)TaskOutputwithValueQuantity(Quantity value)TaskOutputwithValueRange(Range value)TaskOutputwithValueRatio(Ratio value)TaskOutputwithValueReference(Reference value)TaskOutputwithValueSampledData(SampledData value)TaskOutputwithValueSignature(Signature value)TaskOutputwithValueString(String value)TaskOutputwithValueTime(Time value)TaskOutputwithValueTiming(Timing value)TaskOutputwithValueTriggerDefinition(TriggerDefinition value)TaskOutputwithValueUnsignedInt(UnsignedInt value)TaskOutputwithValueUri(Uri value)TaskOutputwithValueUuid(Uuid value)-
Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension
-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Field Detail
-
name
protected String name
-
valueBoolean
protected Boolean valueBoolean
-
valueInteger
protected Integer valueInteger
-
valueDecimal
protected Decimal valueDecimal
-
valueBase64Binary
protected Base64Binary valueBase64Binary
-
valueInstant
protected Instant valueInstant
-
valueString
protected String valueString
-
valueUri
protected Uri valueUri
-
valueDate
protected Date valueDate
-
valueDateTime
protected DateTime valueDateTime
-
valueTime
protected Time valueTime
-
valueCode
protected Code valueCode
-
valueOid
protected Oid valueOid
-
valueUuid
protected Uuid valueUuid
-
valueId
protected Id valueId
-
valueUnsignedInt
protected UnsignedInt valueUnsignedInt
-
valuePositiveInt
protected PositiveInt valuePositiveInt
-
valueMarkdown
protected Markdown valueMarkdown
-
valueAnnotation
protected Annotation valueAnnotation
-
valueAttachment
protected Attachment valueAttachment
-
valueIdentifier
protected Identifier valueIdentifier
-
valueCodeableConcept
protected CodeableConcept valueCodeableConcept
-
valueCoding
protected Coding valueCoding
-
valueQuantity
protected Quantity valueQuantity
-
valueRange
protected Range valueRange
-
valuePeriod
protected Period valuePeriod
-
valueRatio
protected Ratio valueRatio
-
valueReference
protected Reference valueReference
-
valueSampledData
protected SampledData valueSampledData
-
valueSignature
protected Signature valueSignature
-
valueHumanName
protected HumanName valueHumanName
-
valueAddress
protected Address valueAddress
-
valueContactPoint
protected ContactPoint valueContactPoint
-
valueTiming
protected Timing valueTiming
-
valueMeta
protected Meta valueMeta
-
valueElementDefinition
protected ElementDefinition valueElementDefinition
-
valueModuleMetadata
protected ModuleMetadata valueModuleMetadata
-
valueDataRequirement
protected DataRequirement valueDataRequirement
-
valueActionDefinition
protected ActionDefinition valueActionDefinition
-
valueParameterDefinition
protected ParameterDefinition valueParameterDefinition
-
valueTriggerDefinition
protected TriggerDefinition valueTriggerDefinition
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
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
-
getValueInteger
public Integer getValueInteger()
Gets the value of the valueInteger property.- Returns:
- possible object is
Integer
-
setValueInteger
public void setValueInteger(Integer value)
Sets the value of the valueInteger property.- Parameters:
value- allowed object isInteger
-
getValueDecimal
public Decimal getValueDecimal()
Gets the value of the valueDecimal property.- Returns:
- possible object is
Decimal
-
setValueDecimal
public void setValueDecimal(Decimal value)
Sets the value of the valueDecimal property.- Parameters:
value- allowed object isDecimal
-
getValueBase64Binary
public Base64Binary getValueBase64Binary()
Gets the value of the valueBase64Binary property.- Returns:
- possible object is
Base64Binary
-
setValueBase64Binary
public void setValueBase64Binary(Base64Binary value)
Sets the value of the valueBase64Binary property.- Parameters:
value- allowed object isBase64Binary
-
getValueInstant
public Instant getValueInstant()
Gets the value of the valueInstant property.- Returns:
- possible object is
Instant
-
setValueInstant
public void setValueInstant(Instant value)
Sets the value of the valueInstant property.- Parameters:
value- allowed object isInstant
-
getValueString
public String getValueString()
Gets the value of the valueString property.- Returns:
- possible object is
String
-
setValueString
public void setValueString(String value)
Sets the value of the valueString property.- Parameters:
value- allowed object isString
-
getValueUri
public Uri getValueUri()
Gets the value of the valueUri property.- Returns:
- possible object is
Uri
-
setValueUri
public void setValueUri(Uri value)
Sets the value of the valueUri property.- Parameters:
value- allowed object isUri
-
getValueDate
public Date getValueDate()
Gets the value of the valueDate property.- Returns:
- possible object is
Date
-
setValueDate
public void setValueDate(Date value)
Sets the value of the valueDate property.- Parameters:
value- allowed object isDate
-
getValueDateTime
public DateTime getValueDateTime()
Gets the value of the valueDateTime property.- Returns:
- possible object is
DateTime
-
setValueDateTime
public void setValueDateTime(DateTime value)
Sets the value of the valueDateTime property.- Parameters:
value- allowed object isDateTime
-
getValueTime
public Time getValueTime()
Gets the value of the valueTime property.- Returns:
- possible object is
Time
-
setValueTime
public void setValueTime(Time value)
Sets the value of the valueTime property.- Parameters:
value- allowed object isTime
-
getValueCode
public Code getValueCode()
Gets the value of the valueCode property.- Returns:
- possible object is
Code
-
setValueCode
public void setValueCode(Code value)
Sets the value of the valueCode property.- Parameters:
value- allowed object isCode
-
getValueOid
public Oid getValueOid()
Gets the value of the valueOid property.- Returns:
- possible object is
Oid
-
setValueOid
public void setValueOid(Oid value)
Sets the value of the valueOid property.- Parameters:
value- allowed object isOid
-
getValueUuid
public Uuid getValueUuid()
Gets the value of the valueUuid property.- Returns:
- possible object is
Uuid
-
setValueUuid
public void setValueUuid(Uuid value)
Sets the value of the valueUuid property.- Parameters:
value- allowed object isUuid
-
getValueId
public Id getValueId()
Gets the value of the valueId property.- Returns:
- possible object is
Id
-
setValueId
public void setValueId(Id value)
Sets the value of the valueId property.- Parameters:
value- allowed object isId
-
getValueUnsignedInt
public UnsignedInt getValueUnsignedInt()
Gets the value of the valueUnsignedInt property.- Returns:
- possible object is
UnsignedInt
-
setValueUnsignedInt
public void setValueUnsignedInt(UnsignedInt value)
Sets the value of the valueUnsignedInt property.- Parameters:
value- allowed object isUnsignedInt
-
getValuePositiveInt
public PositiveInt getValuePositiveInt()
Gets the value of the valuePositiveInt property.- Returns:
- possible object is
PositiveInt
-
setValuePositiveInt
public void setValuePositiveInt(PositiveInt value)
Sets the value of the valuePositiveInt property.- Parameters:
value- allowed object isPositiveInt
-
getValueMarkdown
public Markdown getValueMarkdown()
Gets the value of the valueMarkdown property.- Returns:
- possible object is
Markdown
-
setValueMarkdown
public void setValueMarkdown(Markdown value)
Sets the value of the valueMarkdown property.- Parameters:
value- allowed object isMarkdown
-
getValueAnnotation
public Annotation getValueAnnotation()
Gets the value of the valueAnnotation property.- Returns:
- possible object is
Annotation
-
setValueAnnotation
public void setValueAnnotation(Annotation value)
Sets the value of the valueAnnotation property.- Parameters:
value- allowed object isAnnotation
-
getValueAttachment
public Attachment getValueAttachment()
Gets the value of the valueAttachment property.- Returns:
- possible object is
Attachment
-
setValueAttachment
public void setValueAttachment(Attachment value)
Sets the value of the valueAttachment property.- Parameters:
value- allowed object isAttachment
-
getValueIdentifier
public Identifier getValueIdentifier()
Gets the value of the valueIdentifier property.- Returns:
- possible object is
Identifier
-
setValueIdentifier
public void setValueIdentifier(Identifier value)
Sets the value of the valueIdentifier property.- Parameters:
value- allowed object isIdentifier
-
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
-
getValueCoding
public Coding getValueCoding()
Gets the value of the valueCoding property.- Returns:
- possible object is
Coding
-
setValueCoding
public void setValueCoding(Coding value)
Sets the value of the valueCoding property.- Parameters:
value- allowed object isCoding
-
getValueQuantity
public Quantity getValueQuantity()
Gets the value of the valueQuantity property.- Returns:
- possible object is
Quantity
-
setValueQuantity
public void setValueQuantity(Quantity value)
Sets the value of the valueQuantity property.- Parameters:
value- allowed object isQuantity
-
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
-
getValuePeriod
public Period getValuePeriod()
Gets the value of the valuePeriod property.- Returns:
- possible object is
Period
-
setValuePeriod
public void setValuePeriod(Period value)
Sets the value of the valuePeriod property.- Parameters:
value- allowed object isPeriod
-
getValueRatio
public Ratio getValueRatio()
Gets the value of the valueRatio property.- Returns:
- possible object is
Ratio
-
setValueRatio
public void setValueRatio(Ratio value)
Sets the value of the valueRatio property.- Parameters:
value- allowed object isRatio
-
getValueReference
public Reference getValueReference()
Gets the value of the valueReference property.- Returns:
- possible object is
Reference
-
setValueReference
public void setValueReference(Reference value)
Sets the value of the valueReference property.- Parameters:
value- allowed object isReference
-
getValueSampledData
public SampledData getValueSampledData()
Gets the value of the valueSampledData property.- Returns:
- possible object is
SampledData
-
setValueSampledData
public void setValueSampledData(SampledData value)
Sets the value of the valueSampledData property.- Parameters:
value- allowed object isSampledData
-
getValueSignature
public Signature getValueSignature()
Gets the value of the valueSignature property.- Returns:
- possible object is
Signature
-
setValueSignature
public void setValueSignature(Signature value)
Sets the value of the valueSignature property.- Parameters:
value- allowed object isSignature
-
getValueHumanName
public HumanName getValueHumanName()
Gets the value of the valueHumanName property.- Returns:
- possible object is
HumanName
-
setValueHumanName
public void setValueHumanName(HumanName value)
Sets the value of the valueHumanName property.- Parameters:
value- allowed object isHumanName
-
getValueAddress
public Address getValueAddress()
Gets the value of the valueAddress property.- Returns:
- possible object is
Address
-
setValueAddress
public void setValueAddress(Address value)
Sets the value of the valueAddress property.- Parameters:
value- allowed object isAddress
-
getValueContactPoint
public ContactPoint getValueContactPoint()
Gets the value of the valueContactPoint property.- Returns:
- possible object is
ContactPoint
-
setValueContactPoint
public void setValueContactPoint(ContactPoint value)
Sets the value of the valueContactPoint property.- Parameters:
value- allowed object isContactPoint
-
getValueTiming
public Timing getValueTiming()
Gets the value of the valueTiming property.- Returns:
- possible object is
Timing
-
setValueTiming
public void setValueTiming(Timing value)
Sets the value of the valueTiming property.- Parameters:
value- allowed object isTiming
-
getValueMeta
public Meta getValueMeta()
Gets the value of the valueMeta property.- Returns:
- possible object is
Meta
-
setValueMeta
public void setValueMeta(Meta value)
Sets the value of the valueMeta property.- Parameters:
value- allowed object isMeta
-
getValueElementDefinition
public ElementDefinition getValueElementDefinition()
Gets the value of the valueElementDefinition property.- Returns:
- possible object is
ElementDefinition
-
setValueElementDefinition
public void setValueElementDefinition(ElementDefinition value)
Sets the value of the valueElementDefinition property.- Parameters:
value- allowed object isElementDefinition
-
getValueModuleMetadata
public ModuleMetadata getValueModuleMetadata()
Gets the value of the valueModuleMetadata property.- Returns:
- possible object is
ModuleMetadata
-
setValueModuleMetadata
public void setValueModuleMetadata(ModuleMetadata value)
Sets the value of the valueModuleMetadata property.- Parameters:
value- allowed object isModuleMetadata
-
getValueDataRequirement
public DataRequirement getValueDataRequirement()
Gets the value of the valueDataRequirement property.- Returns:
- possible object is
DataRequirement
-
setValueDataRequirement
public void setValueDataRequirement(DataRequirement value)
Sets the value of the valueDataRequirement property.- Parameters:
value- allowed object isDataRequirement
-
getValueActionDefinition
public ActionDefinition getValueActionDefinition()
Gets the value of the valueActionDefinition property.- Returns:
- possible object is
ActionDefinition
-
setValueActionDefinition
public void setValueActionDefinition(ActionDefinition value)
Sets the value of the valueActionDefinition property.- Parameters:
value- allowed object isActionDefinition
-
getValueParameterDefinition
public ParameterDefinition getValueParameterDefinition()
Gets the value of the valueParameterDefinition property.- Returns:
- possible object is
ParameterDefinition
-
setValueParameterDefinition
public void setValueParameterDefinition(ParameterDefinition value)
Sets the value of the valueParameterDefinition property.- Parameters:
value- allowed object isParameterDefinition
-
getValueTriggerDefinition
public TriggerDefinition getValueTriggerDefinition()
Gets the value of the valueTriggerDefinition property.- Returns:
- possible object is
TriggerDefinition
-
setValueTriggerDefinition
public void setValueTriggerDefinition(TriggerDefinition value)
Sets the value of the valueTriggerDefinition property.- Parameters:
value- allowed object isTriggerDefinition
-
withName
public TaskOutput withName(String value)
-
withValueBoolean
public TaskOutput withValueBoolean(Boolean value)
-
withValueInteger
public TaskOutput withValueInteger(Integer value)
-
withValueDecimal
public TaskOutput withValueDecimal(Decimal value)
-
withValueBase64Binary
public TaskOutput withValueBase64Binary(Base64Binary value)
-
withValueInstant
public TaskOutput withValueInstant(Instant value)
-
withValueString
public TaskOutput withValueString(String value)
-
withValueUri
public TaskOutput withValueUri(Uri value)
-
withValueDate
public TaskOutput withValueDate(Date value)
-
withValueDateTime
public TaskOutput withValueDateTime(DateTime value)
-
withValueTime
public TaskOutput withValueTime(Time value)
-
withValueCode
public TaskOutput withValueCode(Code value)
-
withValueOid
public TaskOutput withValueOid(Oid value)
-
withValueUuid
public TaskOutput withValueUuid(Uuid value)
-
withValueId
public TaskOutput withValueId(Id value)
-
withValueUnsignedInt
public TaskOutput withValueUnsignedInt(UnsignedInt value)
-
withValuePositiveInt
public TaskOutput withValuePositiveInt(PositiveInt value)
-
withValueMarkdown
public TaskOutput withValueMarkdown(Markdown value)
-
withValueAnnotation
public TaskOutput withValueAnnotation(Annotation value)
-
withValueAttachment
public TaskOutput withValueAttachment(Attachment value)
-
withValueIdentifier
public TaskOutput withValueIdentifier(Identifier value)
-
withValueCodeableConcept
public TaskOutput withValueCodeableConcept(CodeableConcept value)
-
withValueCoding
public TaskOutput withValueCoding(Coding value)
-
withValueQuantity
public TaskOutput withValueQuantity(Quantity value)
-
withValueRange
public TaskOutput withValueRange(Range value)
-
withValuePeriod
public TaskOutput withValuePeriod(Period value)
-
withValueRatio
public TaskOutput withValueRatio(Ratio value)
-
withValueReference
public TaskOutput withValueReference(Reference value)
-
withValueSampledData
public TaskOutput withValueSampledData(SampledData value)
-
withValueSignature
public TaskOutput withValueSignature(Signature value)
-
withValueHumanName
public TaskOutput withValueHumanName(HumanName value)
-
withValueAddress
public TaskOutput withValueAddress(Address value)
-
withValueContactPoint
public TaskOutput withValueContactPoint(ContactPoint value)
-
withValueTiming
public TaskOutput withValueTiming(Timing value)
-
withValueMeta
public TaskOutput withValueMeta(Meta value)
-
withValueElementDefinition
public TaskOutput withValueElementDefinition(ElementDefinition value)
-
withValueModuleMetadata
public TaskOutput withValueModuleMetadata(ModuleMetadata value)
-
withValueDataRequirement
public TaskOutput withValueDataRequirement(DataRequirement value)
-
withValueActionDefinition
public TaskOutput withValueActionDefinition(ActionDefinition value)
-
withValueParameterDefinition
public TaskOutput withValueParameterDefinition(ParameterDefinition value)
-
withValueTriggerDefinition
public TaskOutput withValueTriggerDefinition(TriggerDefinition value)
-
withModifierExtension
public TaskOutput withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
public TaskOutput withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
public TaskOutput withExtension(Extension... values)
- Overrides:
withExtensionin classBackboneElement
-
withExtension
public TaskOutput withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classBackboneElement
-
withId
public TaskOutput 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
-
-