Class Conformance.MessagingEvent
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.Conformance.MessagingEvent
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- Conformance
public static class Conformance.MessagingEvent extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Conformance.messaging.event ()Definition: A description of the solution's support for an event at this end-point.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessagingEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetCategory()Gets the value(s) for category ().ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum>getCategoryElement()Gets the value(s) for category ().CodingDtgetCode()Gets the value(s) for code ().StringgetDocumentation()Gets the value(s) for documentation ().ca.uhn.fhir.model.primitive.StringDtgetDocumentationElement()Gets the value(s) for documentation ().StringgetFocus()Gets the value(s) for focus ().ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum>getFocusElement()Gets the value(s) for focus ().StringgetMode()Gets the value(s) for mode ().ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum>getModeElement()Gets the value(s) for mode ().ResourceReferenceDtgetRequest()Gets the value(s) for request ().ResourceReferenceDtgetResponse()Gets the value(s) for response ().booleanisEmpty()Conformance.MessagingEventsetCategory(MessageSignificanceCategoryEnum theValue)Sets the value(s) for category ()Conformance.MessagingEventsetCategory(ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> theValue)Sets the value(s) for category ()Conformance.MessagingEventsetCode(CodingDt theValue)Sets the value(s) for code ()Conformance.MessagingEventsetDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for documentation ()Conformance.MessagingEventsetDocumentation(String theString)Sets the value for documentation ()Conformance.MessagingEventsetFocus(ResourceTypeEnum theValue)Sets the value(s) for focus ()Conformance.MessagingEventsetFocus(ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> theValue)Sets the value(s) for focus ()Conformance.MessagingEventsetMode(ConformanceEventModeEnum theValue)Sets the value(s) for mode ()Conformance.MessagingEventsetMode(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> theValue)Sets the value(s) for mode ()Conformance.MessagingEventsetRequest(ResourceReferenceDt theValue)Sets the value(s) for request ()Conformance.MessagingEventsetResponse(ResourceReferenceDt theValue)Sets the value(s) for response ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
MessagingEvent
public MessagingEvent()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getCode
public CodingDt getCode()
Gets the value(s) for code (). creating it if it does not exist. Will not returnnull.Definition: A coded identifier of a supported messaging event
-
setCode
public Conformance.MessagingEvent setCode(CodingDt theValue)
Sets the value(s) for code ()Definition: A coded identifier of a supported messaging event
-
getCategoryElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> getCategoryElement()
Gets the value(s) for category (). creating it if it does not exist. Will not returnnull.Definition: The impact of the content of the message
-
getCategory
public String getCategory()
Gets the value(s) for category (). creating it if it does not exist. This method may returnnull.Definition: The impact of the content of the message
-
setCategory
public Conformance.MessagingEvent setCategory(ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> theValue)
Sets the value(s) for category ()Definition: The impact of the content of the message
-
setCategory
public Conformance.MessagingEvent setCategory(MessageSignificanceCategoryEnum theValue)
Sets the value(s) for category ()Definition: The impact of the content of the message
-
getModeElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> getModeElement()
Gets the value(s) for mode (). creating it if it does not exist. Will not returnnull.Definition: The mode of this event declaration - whether application is sender or receiver
-
getMode
public String getMode()
Gets the value(s) for mode (). creating it if it does not exist. This method may returnnull.Definition: The mode of this event declaration - whether application is sender or receiver
-
setMode
public Conformance.MessagingEvent setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> theValue)
Sets the value(s) for mode ()Definition: The mode of this event declaration - whether application is sender or receiver
-
setMode
public Conformance.MessagingEvent setMode(ConformanceEventModeEnum theValue)
Sets the value(s) for mode ()Definition: The mode of this event declaration - whether application is sender or receiver
-
getFocusElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> getFocusElement()
Gets the value(s) for focus (). creating it if it does not exist. Will not returnnull.Definition: A resource associated with the event. This is the resource that defines the event.
-
getFocus
public String getFocus()
Gets the value(s) for focus (). creating it if it does not exist. This method may returnnull.Definition: A resource associated with the event. This is the resource that defines the event.
-
setFocus
public Conformance.MessagingEvent setFocus(ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> theValue)
Sets the value(s) for focus ()Definition: A resource associated with the event. This is the resource that defines the event.
-
setFocus
public Conformance.MessagingEvent setFocus(ResourceTypeEnum theValue)
Sets the value(s) for focus ()Definition: A resource associated with the event. This is the resource that defines the event.
-
getRequest
public ResourceReferenceDt getRequest()
Gets the value(s) for request (). creating it if it does not exist. Will not returnnull.Definition: Information about the request for this event
-
setRequest
public Conformance.MessagingEvent setRequest(ResourceReferenceDt theValue)
Sets the value(s) for request ()Definition: Information about the request for this event
-
getResponse
public ResourceReferenceDt getResponse()
Gets the value(s) for response (). creating it if it does not exist. Will not returnnull.Definition: Information about the response for this event
-
setResponse
public Conformance.MessagingEvent setResponse(ResourceReferenceDt theValue)
Sets the value(s) for response ()Definition: Information about the response for this event
-
getDocumentationElement
public ca.uhn.fhir.model.primitive.StringDt getDocumentationElement()
Gets the value(s) for documentation (). creating it if it does not exist. Will not returnnull.Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
-
getDocumentation
public String getDocumentation()
Gets the value(s) for documentation (). creating it if it does not exist. This method may returnnull.Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
-
setDocumentation
public Conformance.MessagingEvent setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for documentation ()Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
-
setDocumentation
public Conformance.MessagingEvent setDocumentation(String theString)
Sets the value for documentation ()Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
-
-