Class ActionDefinition
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ActionDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionDefinition">
<complexContent>
<extension base="{http://hl7.org/fhir}Element">
<sequence>
<element name="actionIdentifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
<element name="label" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="title" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="textEquivalent" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="concept" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="supportingEvidence" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/>
<element name="documentation" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/>
<element name="relatedAction" type="{http://hl7.org/fhir}ActionDefinition.RelatedAction" minOccurs="0"/>
<element name="participantType" type="{http://hl7.org/fhir}ParticipantType" maxOccurs="unbounded" minOccurs="0"/>
<element name="type" type="{http://hl7.org/fhir}ActionType" minOccurs="0"/>
<element name="behavior" type="{http://hl7.org/fhir}ActionDefinition.Behavior" maxOccurs="unbounded" minOccurs="0"/>
<element name="resource" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="customization" type="{http://hl7.org/fhir}ActionDefinition.Customization" maxOccurs="unbounded" minOccurs="0"/>
<element name="action" type="{http://hl7.org/fhir}ActionDefinition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ActionDefinition> protected Identifierprotected List<ActionDefinitionBehavior> protected List<CodeableConcept> protected List<ActionDefinitionCustomization> protected Stringprotected List<Attachment> protected Stringprotected List<ParticipantType> protected ActionDefinitionRelatedActionprotected Referenceprotected List<Attachment> protected Stringprotected Stringprotected ActionType -
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 action property.Gets the value of the actionIdentifier property.Gets the value of the behavior property.Gets the value of the concept property.Gets the value of the customization property.Gets the value of the description property.Gets the value of the documentation property.getLabel()Gets the value of the label property.Gets the value of the participantType property.Gets the value of the relatedAction property.Gets the value of the resource property.Gets the value of the supportingEvidence property.Gets the value of the textEquivalent property.getTitle()Gets the value of the title property.getType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAction(List<ActionDefinition> value) voidsetActionIdentifier(Identifier value) Sets the value of the actionIdentifier property.voidsetBehavior(List<ActionDefinitionBehavior> value) voidsetConcept(List<CodeableConcept> value) voidvoidsetDescription(String value) Sets the value of the description property.voidsetDocumentation(List<Attachment> value) voidSets the value of the label property.voidsetParticipantType(List<ParticipantType> value) voidSets the value of the relatedAction property.voidsetResource(Reference value) Sets the value of the resource property.voidsetSupportingEvidence(List<Attachment> value) voidsetTextEquivalent(String value) Sets the value of the textEquivalent property.voidSets the value of the title property.voidsetType(ActionType value) Sets the value of the type property.toString()withAction(Collection<ActionDefinition> values) withAction(ActionDefinition... values) withActionIdentifier(Identifier value) withBehavior(ActionDefinitionBehavior... values) withConcept(Collection<CodeableConcept> values) withConcept(CodeableConcept... values) withCustomization(ActionDefinitionCustomization... values) withDescription(String value) withDocumentation(Collection<Attachment> values) withDocumentation(Attachment... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withParticipantType(Collection<ParticipantType> values) withParticipantType(ParticipantType... values) withResource(Reference value) withSupportingEvidence(Collection<Attachment> values) withSupportingEvidence(Attachment... values) withTextEquivalent(String value) withType(ActionType value) Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
actionIdentifier
-
label
-
title
-
description
-
textEquivalent
-
concept
-
supportingEvidence
-
documentation
-
participantType
-
type
-
behavior
-
resource
-
customization
-
action
-
-
Constructor Details
-
ActionDefinition
public ActionDefinition()
-
-
Method Details
-
getActionIdentifier
Gets the value of the actionIdentifier property.- Returns:
- possible object is
Identifier
-
setActionIdentifier
Sets the value of the actionIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getTextEquivalent
Gets the value of the textEquivalent property.- Returns:
- possible object is
String
-
setTextEquivalent
Sets the value of the textEquivalent property.- Parameters:
value- allowed object isString
-
getConcept
Gets the value of the concept 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 concept property.For example, to add a new item, do as follows:
getConcept().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getSupportingEvidence
Gets the value of the supportingEvidence 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 supportingEvidence property.For example, to add a new item, do as follows:
getSupportingEvidence().add(newItem);Objects of the following type(s) are allowed in the list
Attachment -
getDocumentation
Gets the value of the documentation 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 documentation property.For example, to add a new item, do as follows:
getDocumentation().add(newItem);Objects of the following type(s) are allowed in the list
Attachment -
getRelatedAction
Gets the value of the relatedAction property.- Returns:
- possible object is
ActionDefinitionRelatedAction
-
setRelatedAction
Sets the value of the relatedAction property.- Parameters:
value- allowed object isActionDefinitionRelatedAction
-
getParticipantType
Gets the value of the participantType 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 participantType property.For example, to add a new item, do as follows:
getParticipantType().add(newItem);Objects of the following type(s) are allowed in the list
ParticipantType -
getType
Gets the value of the type property.- Returns:
- possible object is
ActionType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isActionType
-
getBehavior
Gets the value of the behavior 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 behavior property.For example, to add a new item, do as follows:
getBehavior().add(newItem);Objects of the following type(s) are allowed in the list
ActionDefinitionBehavior -
getResource
Gets the value of the resource property.- Returns:
- possible object is
Reference
-
setResource
Sets the value of the resource property.- Parameters:
value- allowed object isReference
-
getCustomization
Gets the value of the customization 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 customization property.For example, to add a new item, do as follows:
getCustomization().add(newItem);Objects of the following type(s) are allowed in the list
ActionDefinitionCustomization -
getAction
Gets the value of the action 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 action property.For example, to add a new item, do as follows:
getAction().add(newItem);Objects of the following type(s) are allowed in the list
ActionDefinition -
withActionIdentifier
-
withLabel
-
withTitle
-
withDescription
-
withTextEquivalent
-
withConcept
-
withConcept
-
withSupportingEvidence
-
withSupportingEvidence
-
withDocumentation
-
withDocumentation
-
withRelatedAction
-
withParticipantType
-
withParticipantType
-
withType
-
withBehavior
-
withBehavior
-
withResource
-
withCustomization
-
withCustomization
-
withAction
-
withAction
-
withExtension
- Overrides:
withExtensionin classElement
-
withExtension
- Overrides:
withExtensionin classElement
-
withId
-
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) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classElement
-
setConcept
-
setSupportingEvidence
-
setDocumentation
-
setParticipantType
-
setBehavior
-
setCustomization
-
setAction
-