Package ca.uhn.fhir.model.base.resource
Class BaseOperationOutcome.BaseIssue
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.base.resource.BaseOperationOutcome.BaseIssue
-
- All Implemented Interfaces:
ICompositeElement,IElement,IIdentifiableElement,IResourceBlock,ISupportsUndeclaredExtensions,Serializable,IBase
- Enclosing interface:
- BaseOperationOutcome
public abstract static class BaseOperationOutcome.BaseIssue extends BaseIdentifiableElement implements IResourceBlock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseIssue()
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract BaseOperationOutcome.BaseIssueaddLocation(String theString)abstract StringDtgetDetailsElement()abstract StringDtgetLocationFirstRep()abstract CodeDtgetSeverityElement()abstract BaseOperationOutcome.BaseIssuesetDetails(String theString)Deprecated.UsesetDiagnostics(String)instead - Field was renamed in DSTU2abstract BaseOperationOutcome.BaseIssuesetDiagnostics(String theString)-
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
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Methods inherited from interface ca.uhn.fhir.model.api.ICompositeElement
getAllPopulatedChildElementsOfType
-
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
-
-
-
Constructor Detail
-
BaseIssue
public BaseIssue()
-
-
Method Detail
-
getSeverityElement
public abstract CodeDt getSeverityElement()
-
getDetailsElement
public abstract StringDt getDetailsElement()
-
addLocation
public abstract BaseOperationOutcome.BaseIssue addLocation(String theString)
-
setDetails
@Deprecated public abstract BaseOperationOutcome.BaseIssue setDetails(String theString)
Deprecated.UsesetDiagnostics(String)instead - Field was renamed in DSTU2
-
setDiagnostics
public abstract BaseOperationOutcome.BaseIssue setDiagnostics(String theString)
-
getLocationFirstRep
public abstract StringDt getLocationFirstRep()
-
-