
Package org.hl7.fhir.r5.openehr
Class WebTemplate
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.WebTemplate
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseDatatype,org.hl7.fhir.instance.model.api.ICompositeType
public class WebTemplate
extends LogicalBase
implements org.hl7.fhir.instance.model.api.ICompositeType
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringTypeprotected List<StringType> protected StringTypeprotected StringTypeprotected WebTemplateItemprotected StringType -
Constructor Summary
ConstructorsConstructorDescriptionConstructorWebTemplate(String templateId, String version, String defaultLanguage, WebTemplateItem tree) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddLanguages(String value) copy()voidcopyValues(WebTemplate dst) booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) getTree()String[]getTypesForProperty(int hash, String name) booleanbooleanbooleanbooleanhasLanguages(String value) booleanbooleanbooleanbooleanbooleanhasTree()booleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setDefaultLanguage(String value) setLanguagesList(List<StringType> theLanguages) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setSemverElement(StringType value) setTemplateId(String value) setTemplateIdElement(StringType value) setTree(WebTemplateItem value) setVersion(String value) setVersionElement(StringType value) protected WebTemplateMethods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBaseMethods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, executeFunction, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, removeChild, setCopyUserData, setUserData, setUserDataINN, setXhtmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Field Details
-
templateId
-
version
-
semver
-
defaultLanguage
-
languagesList
-
tree
-
-
Constructor Details
-
WebTemplate
public WebTemplate()Constructor -
WebTemplate
Constructor
-
-
Method Details
-
getTemplateIdElement
- Returns:
templateId(). This is the underlying object with id, value and extensions. The accessor "getTemplateId" gives direct access to the value
-
hasTemplateIdElement
-
hasTemplateId
-
setTemplateIdElement
- Parameters:
value-templateId(). This is the underlying object with id, value and extensions. The accessor "getTemplateId" gives direct access to the value
-
getTemplateId
- Returns:
-
setTemplateId
- Parameters:
value-
-
getVersionElement
- Returns:
version(). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
hasVersionElement
-
hasVersion
-
setVersionElement
- Parameters:
value-version(). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
getVersion
- Returns:
-
setVersion
- Parameters:
value-
-
getSemverElement
- Returns:
semver(). This is the underlying object with id, value and extensions. The accessor "getSemver" gives direct access to the value
-
hasSemverElement
-
hasSemver
-
setSemverElement
- Parameters:
value-semver(). This is the underlying object with id, value and extensions. The accessor "getSemver" gives direct access to the value
-
getSemver
- Returns:
-
setSemver
- Parameters:
value-
-
getDefaultLanguageElement
- Returns:
defaultLanguage(). This is the underlying object with id, value and extensions. The accessor "getDefaultLanguage" gives direct access to the value
-
hasDefaultLanguageElement
-
hasDefaultLanguage
-
setDefaultLanguageElement
- Parameters:
value-defaultLanguage(). This is the underlying object with id, value and extensions. The accessor "getDefaultLanguage" gives direct access to the value
-
getDefaultLanguage
- Returns:
-
setDefaultLanguage
- Parameters:
value-
-
getLanguagesList
- Returns:
-
()
invalid reference
#languages
-
setLanguagesList
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasLanguages
-
addLanguagesElement
- Returns:
-
()
invalid reference
#languages
-
addLanguages
- Parameters:
value-()invalid reference
#languages
-
hasLanguages
- Parameters:
value-()invalid reference
#languages
-
getTree
- Returns:
tree()
-
hasTree
-
setTree
- Parameters:
value-tree()
-
listChildren
- Overrides:
listChildrenin classBase
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classBase
-
equalsShallow
- Overrides:
equalsShallowin classBase
-
isEmpty
-