Class Conformance.RestResourceInteraction
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.Conformance.RestResourceInteraction
-
- 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.RestResourceInteraction extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Conformance.rest.resource.interaction ()Definition: Identifies a restful operation supported by the solution
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestResourceInteraction()
-
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)StringgetCode()Gets the value(s) for code ().ca.uhn.fhir.model.primitive.BoundCodeDt<TypeRestfulInteractionEnum>getCodeElement()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 ().booleanisEmpty()Conformance.RestResourceInteractionsetCode(TypeRestfulInteractionEnum theValue)Sets the value(s) for code ()Conformance.RestResourceInteractionsetCode(ca.uhn.fhir.model.primitive.BoundCodeDt<TypeRestfulInteractionEnum> theValue)Sets the value(s) for code ()Conformance.RestResourceInteractionsetDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for documentation ()Conformance.RestResourceInteractionsetDocumentation(String theString)Sets the value for documentation ()-
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
-
RestResourceInteraction
public RestResourceInteraction()
-
-
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
-
getCodeElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<TypeRestfulInteractionEnum> getCodeElement()
Gets the value(s) for code (). creating it if it does not exist. Will not returnnull.Definition: Coded identifier of the operation, supported by the system resource
-
getCode
public String getCode()
Gets the value(s) for code (). creating it if it does not exist. This method may returnnull.Definition: Coded identifier of the operation, supported by the system resource
-
setCode
public Conformance.RestResourceInteraction setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<TypeRestfulInteractionEnum> theValue)
Sets the value(s) for code ()Definition: Coded identifier of the operation, supported by the system resource
-
setCode
public Conformance.RestResourceInteraction setCode(TypeRestfulInteractionEnum theValue)
Sets the value(s) for code ()Definition: Coded identifier of the operation, supported by the system resource
-
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 specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'
-
getDocumentation
public String getDocumentation()
Gets the value(s) for documentation (). creating it if it does not exist. This method may returnnull.Definition: Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'
-
setDocumentation
public Conformance.RestResourceInteraction setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for documentation ()Definition: Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'
-
setDocumentation
public Conformance.RestResourceInteraction setDocumentation(String theString)
Sets the value for documentation ()Definition: Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'
-
-