public static class OperationOutcome.OperationOutcomeIssueComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<OperationOutcome.IssueType> |
code
Describes the type of the issue.
|
protected CodeableConcept |
details
Additional details about the error.
|
protected StringType |
diagnostics
Additional diagnostic information about the issue.
|
protected List<StringType> |
expression
A simple FluentPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.
|
protected List<StringType> |
location
A simple XPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.
|
protected Enumeration<OperationOutcome.IssueSeverity> |
severity
Indicates whether the issue indicates a variation from successful processing.
|
modifierExtension| Constructor and Description |
|---|
OperationOutcomeIssueComponent()
Constructor
|
OperationOutcomeIssueComponent(Enumeration<OperationOutcome.IssueSeverity> severity,
Enumeration<OperationOutcome.IssueType> code)
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<OperationOutcome.IssueSeverity> severity
protected Enumeration<OperationOutcome.IssueType> code
protected CodeableConcept details
protected StringType diagnostics
protected List<StringType> location
protected List<StringType> expression
public OperationOutcomeIssueComponent()
public OperationOutcomeIssueComponent(Enumeration<OperationOutcome.IssueSeverity> severity, Enumeration<OperationOutcome.IssueType> code)
public Enumeration<OperationOutcome.IssueSeverity> getSeverityElement()
severity (Indicates whether the issue indicates a variation from successful processing.). This is the underlying object with id, value and extensions. The accessor "getSeverity" gives direct access to the valuepublic boolean hasSeverityElement()
public boolean hasSeverity()
public OperationOutcome.OperationOutcomeIssueComponent setSeverityElement(Enumeration<OperationOutcome.IssueSeverity> value)
value - severity (Indicates whether the issue indicates a variation from successful processing.). This is the underlying object with id, value and extensions. The accessor "getSeverity" gives direct access to the valuepublic OperationOutcome.IssueSeverity getSeverity()
public OperationOutcome.OperationOutcomeIssueComponent setSeverity(OperationOutcome.IssueSeverity value)
value - Indicates whether the issue indicates a variation from successful processing.public Enumeration<OperationOutcome.IssueType> getCodeElement()
code (Describes the type of the issue. The system that creates an OperationOutcome SHALL choose the most applicable code from the IssueType value set, and may additional provide its own code for the error in the details element.). This is the underlying object with id, value and extensions. The accessor "getCode" gives direct access to the valuepublic boolean hasCodeElement()
public boolean hasCode()
public OperationOutcome.OperationOutcomeIssueComponent setCodeElement(Enumeration<OperationOutcome.IssueType> value)
value - code (Describes the type of the issue. The system that creates an OperationOutcome SHALL choose the most applicable code from the IssueType value set, and may additional provide its own code for the error in the details element.). This is the underlying object with id, value and extensions. The accessor "getCode" gives direct access to the valuepublic OperationOutcome.IssueType getCode()
public OperationOutcome.OperationOutcomeIssueComponent setCode(OperationOutcome.IssueType value)
value - Describes the type of the issue. The system that creates an OperationOutcome SHALL choose the most applicable code from the IssueType value set, and may additional provide its own code for the error in the details element.public CodeableConcept getDetails()
details (Additional details about the error. This may be a text description of the error, or a system code that identifies the error.)public boolean hasDetails()
public OperationOutcome.OperationOutcomeIssueComponent setDetails(CodeableConcept value)
value - details (Additional details about the error. This may be a text description of the error, or a system code that identifies the error.)public StringType getDiagnosticsElement()
diagnostics (Additional diagnostic information about the issue. Typically, this may be a description of how a value is erroneous, or a stack dump to help trace the issue.). This is the underlying object with id, value and extensions. The accessor "getDiagnostics" gives direct access to the valuepublic boolean hasDiagnosticsElement()
public boolean hasDiagnostics()
public OperationOutcome.OperationOutcomeIssueComponent setDiagnosticsElement(StringType value)
value - diagnostics (Additional diagnostic information about the issue. Typically, this may be a description of how a value is erroneous, or a stack dump to help trace the issue.). This is the underlying object with id, value and extensions. The accessor "getDiagnostics" gives direct access to the valuepublic String getDiagnostics()
public OperationOutcome.OperationOutcomeIssueComponent setDiagnostics(String value)
value - Additional diagnostic information about the issue. Typically, this may be a description of how a value is erroneous, or a stack dump to help trace the issue.public List<StringType> getLocation()
location (A simple XPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.)public boolean hasLocation()
public StringType addLocationElement()
location (A simple XPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.)public OperationOutcome.OperationOutcomeIssueComponent addLocation(String value)
value - location (A simple XPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.)public boolean hasLocation(String value)
value - location (A simple XPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.)public List<StringType> getExpression()
expression (A simple FluentPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.)public boolean hasExpression()
public StringType addExpressionElement()
expression (A simple FluentPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.)public OperationOutcome.OperationOutcomeIssueComponent addExpression(String value)
value - expression (A simple FluentPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.)public boolean hasExpression(String value)
value - expression (A simple FluentPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.)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 OperationOutcome.OperationOutcomeIssueComponent 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.