Package ca.uhn.fhir.model.base.resource
Interface BaseOperationOutcome
-
- All Superinterfaces:
IBase,IBaseOperationOutcome,IBaseResource,ICompositeElement,IElement,IResource,Serializable
public interface BaseOperationOutcome extends IResource, IBaseOperationOutcome
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBaseOperationOutcome.BaseIssue
-
Field Summary
-
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseOperationOutcome.BaseIssueaddIssue()List<? extends BaseOperationOutcome.BaseIssue>getIssue()BaseOperationOutcome.BaseIssuegetIssueFirstRep()-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getIdElement, setId, setId
-
Methods inherited from interface ca.uhn.fhir.model.api.ICompositeElement
getAllPopulatedChildElementsOfType
-
Methods inherited from interface ca.uhn.fhir.model.api.IResource
getContained, getId, getLanguage, getMeta, getResourceMetadata, getResourceName, getStructureFhirVersionEnum, getText, setId, setLanguage, setResourceMetadata
-
-
-
-
Method Detail
-
addIssue
BaseOperationOutcome.BaseIssue addIssue()
-
getIssue
List<? extends BaseOperationOutcome.BaseIssue> getIssue()
-
getIssueFirstRep
BaseOperationOutcome.BaseIssue getIssueFirstRep()
-
-