Class Conformance.Document
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.Conformance.Document
-
- 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.Document extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Conformance.document ()Definition: A document definition
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Document()
-
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)StringgetDocumentation()Gets the value(s) for documentation ().ca.uhn.fhir.model.primitive.StringDtgetDocumentationElement()Gets the value(s) for documentation ().StringgetMode()Gets the value(s) for mode ().ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum>getModeElement()Gets the value(s) for mode ().ResourceReferenceDtgetProfile()Gets the value(s) for profile ().booleanisEmpty()Conformance.DocumentsetDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for documentation ()Conformance.DocumentsetDocumentation(String theString)Sets the value for documentation ()Conformance.DocumentsetMode(DocumentModeEnum theValue)Sets the value(s) for mode ()Conformance.DocumentsetMode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> theValue)Sets the value(s) for mode ()Conformance.DocumentsetProfile(ResourceReferenceDt theValue)Sets the value(s) for profile ()-
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
-
Document
public Document()
-
-
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
-
getModeElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> getModeElement()
Gets the value(s) for mode (). creating it if it does not exist. Will not returnnull.Definition: Mode of this document declaration - whether application is producer or consumer
-
getMode
public String getMode()
Gets the value(s) for mode (). creating it if it does not exist. This method may returnnull.Definition: Mode of this document declaration - whether application is producer or consumer
-
setMode
public Conformance.Document setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> theValue)
Sets the value(s) for mode ()Definition: Mode of this document declaration - whether application is producer or consumer
-
setMode
public Conformance.Document setMode(DocumentModeEnum theValue)
Sets the value(s) for mode ()Definition: Mode of this document declaration - whether application is producer or consumer
-
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: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
-
getDocumentation
public String getDocumentation()
Gets the value(s) for documentation (). creating it if it does not exist. This method may returnnull.Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
-
setDocumentation
public Conformance.Document setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for documentation ()Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
-
setDocumentation
public Conformance.Document setDocumentation(String theString)
Sets the value for documentation ()Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.
-
getProfile
public ResourceReferenceDt getProfile()
Gets the value(s) for profile (). creating it if it does not exist. Will not returnnull.Definition: A constraint on a resource used in the document
-
setProfile
public Conformance.Document setProfile(ResourceReferenceDt theValue)
Sets the value(s) for profile ()Definition: A constraint on a resource used in the document
-
-