public static class Conformance.ConformanceMessagingEventComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Conformance.MessageSignificanceCategory> |
category
The impact of the content of the message.
|
protected Coding |
code
A coded identifier of a supported messaging event.
|
protected StringType |
documentation
Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
|
protected CodeType |
focus
A resource associated with the event.
|
protected Enumeration<Conformance.ConformanceEventMode> |
mode
The mode of this event declaration - whether application is sender or receiver.
|
protected Reference |
request
Information about the request for this event.
|
protected StructureDefinition |
requestTarget
The actual object that is the target of the reference (Information about the request for this event.)
|
protected Reference |
response
Information about the response for this event.
|
protected StructureDefinition |
responseTarget
The actual object that is the target of the reference (Information about the response for this event.)
|
modifierExtension| Constructor and Description |
|---|
ConformanceMessagingEventComponent()
Constructor
|
ConformanceMessagingEventComponent(Coding code,
Enumeration<Conformance.ConformanceEventMode> mode,
CodeType focus,
Reference request,
Reference response)
Constructor
|
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtensionaddExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentprotected Enumeration<Conformance.MessageSignificanceCategory> category
protected Enumeration<Conformance.ConformanceEventMode> mode
protected CodeType focus
protected StructureDefinition requestTarget
protected StructureDefinition responseTarget
protected StringType documentation
public ConformanceMessagingEventComponent()
public ConformanceMessagingEventComponent(Coding code, Enumeration<Conformance.ConformanceEventMode> mode, CodeType focus, Reference request, Reference response)
public boolean hasCode()
public Conformance.ConformanceMessagingEventComponent setCode(Coding value)
value - code (A coded identifier of a supported messaging event.)public Enumeration<Conformance.MessageSignificanceCategory> getCategoryElement()
category (The impact of the content of the message.). This is the underlying object with id, value and extensions. The accessor "getCategory" gives direct access to the valuepublic boolean hasCategoryElement()
public boolean hasCategory()
public Conformance.ConformanceMessagingEventComponent setCategoryElement(Enumeration<Conformance.MessageSignificanceCategory> value)
value - category (The impact of the content of the message.). This is the underlying object with id, value and extensions. The accessor "getCategory" gives direct access to the valuepublic Conformance.MessageSignificanceCategory getCategory()
public Conformance.ConformanceMessagingEventComponent setCategory(Conformance.MessageSignificanceCategory value)
value - The impact of the content of the message.public Enumeration<Conformance.ConformanceEventMode> getModeElement()
mode (The mode of this event declaration - whether application is sender or receiver.). This is the underlying object with id, value and extensions. The accessor "getMode" gives direct access to the valuepublic boolean hasModeElement()
public boolean hasMode()
public Conformance.ConformanceMessagingEventComponent setModeElement(Enumeration<Conformance.ConformanceEventMode> value)
value - mode (The mode of this event declaration - whether application is sender or receiver.). This is the underlying object with id, value and extensions. The accessor "getMode" gives direct access to the valuepublic Conformance.ConformanceEventMode getMode()
public Conformance.ConformanceMessagingEventComponent setMode(Conformance.ConformanceEventMode value)
value - The mode of this event declaration - whether application is sender or receiver.public CodeType getFocusElement()
focus (A resource associated with the event. This is the resource that defines the event.). This is the underlying object with id, value and extensions. The accessor "getFocus" gives direct access to the valuepublic boolean hasFocusElement()
public boolean hasFocus()
public Conformance.ConformanceMessagingEventComponent setFocusElement(CodeType value)
value - focus (A resource associated with the event. This is the resource that defines the event.). This is the underlying object with id, value and extensions. The accessor "getFocus" gives direct access to the valuepublic String getFocus()
public Conformance.ConformanceMessagingEventComponent setFocus(String value)
value - A resource associated with the event. This is the resource that defines the event.public Reference getRequest()
request (Information about the request for this event.)public boolean hasRequest()
public Conformance.ConformanceMessagingEventComponent setRequest(Reference value)
value - request (Information about the request for this event.)public StructureDefinition getRequestTarget()
request The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Information about the request for this event.)public Conformance.ConformanceMessagingEventComponent setRequestTarget(StructureDefinition value)
value - request The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Information about the request for this event.)public Reference getResponse()
response (Information about the response for this event.)public boolean hasResponse()
public Conformance.ConformanceMessagingEventComponent setResponse(Reference value)
value - response (Information about the response for this event.)public StructureDefinition getResponseTarget()
response The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Information about the response for this event.)public Conformance.ConformanceMessagingEventComponent setResponseTarget(StructureDefinition value)
value - response The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Information about the response for this event.)public StringType getDocumentationElement()
documentation (Guidance on how this event is handled, such as internal system trigger points, business rules, etc.). This is the underlying object with id, value and extensions. The accessor "getDocumentation" gives direct access to the valuepublic boolean hasDocumentationElement()
public boolean hasDocumentation()
public Conformance.ConformanceMessagingEventComponent setDocumentationElement(StringType value)
value - documentation (Guidance on how this event is handled, such as internal system trigger points, business rules, etc.). This is the underlying object with id, value and extensions. The accessor "getDocumentation" gives direct access to the valuepublic String getDocumentation()
public Conformance.ConformanceMessagingEventComponent setDocumentation(String value)
value - Guidance on how this event is handled, such as internal system trigger points, business rules, etc.protected void listChildren(List<Property> childrenList)
listChildren in class BackboneElementpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Conformance.ConformanceMessagingEventComponent copy()
copy in class BackboneElementpublic boolean equalsDeep(Base other)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in class BackboneElementCopyright © 2014–2018 University Health Network. All rights reserved.