
Package org.hl7.fhir.r5.openehr
Class WebTemplateInput
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.WebTemplateInput
- 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 WebTemplateInput
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 DataType
protected List
<WebTemplateInputListItem> protected BooleanType
protected StringType
protected CodeType
protected CodeType
protected WebTemplateInputValidation
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorWebTemplateInput
(String type, DataType defaultValue) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddList()
copy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
boolean
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) getType()
String[]
getTypesForProperty
(int hash, String name) boolean
boolean
boolean
boolean
boolean
boolean
hasList()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasType()
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setDefaultValue
(DataType value) setListList
(List<WebTemplateInputListItem> theList) setListOpen
(boolean value) setListOpenElement
(BooleanType value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setSuffixElement
(StringType value) setTerminology
(String value) setTerminologyElement
(CodeType value) setTypeElement
(CodeType value) protected WebTemplateInput
Methods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBase
Methods 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, setXhtml
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
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Field Details
-
suffix
-
type
-
defaultValue
-
terminology
-
validation
-
listList
-
listOpen
-
-
Constructor Details
-
WebTemplateInput
public WebTemplateInput()Constructor -
WebTemplateInput
Constructor
-
-
Method Details
-
getSuffixElement
- Returns:
suffix
(). This is the underlying object with id, value and extensions. The accessor "getSuffix" gives direct access to the value
-
hasSuffixElement
-
hasSuffix
-
setSuffixElement
- Parameters:
value
-suffix
(). This is the underlying object with id, value and extensions. The accessor "getSuffix" gives direct access to the value
-
getSuffix
- Returns:
-
setSuffix
- Parameters:
value
-
-
getTypeElement
- Returns:
type
(). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
hasTypeElement
-
hasType
-
setTypeElement
- Parameters:
value
-type
(). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the value
-
getType
- Returns:
-
setType
- Parameters:
value
-
-
getDefaultValue
- Returns:
defaultValue
()
-
getDefaultValueStringType
- Returns:
defaultValue
()- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDefaultValueStringType
-
getDefaultValueIntegerType
- Returns:
defaultValue
()- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDefaultValueIntegerType
-
getDefaultValueDecimalType
- Returns:
defaultValue
()- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDefaultValueDecimalType
-
getDefaultValueBooleanType
- Returns:
defaultValue
()- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDefaultValueBooleanType
-
hasDefaultValue
-
setDefaultValue
- Parameters:
value
-defaultValue
()
-
getTerminologyElement
- Returns:
terminology
(). This is the underlying object with id, value and extensions. The accessor "getTerminology" gives direct access to the value
-
hasTerminologyElement
-
hasTerminology
-
setTerminologyElement
- Parameters:
value
-terminology
(). This is the underlying object with id, value and extensions. The accessor "getTerminology" gives direct access to the value
-
getTerminology
- Returns:
-
setTerminology
- Parameters:
value
-
-
getValidation
- Returns:
validation
()
-
hasValidation
-
setValidation
- Parameters:
value
-validation
()
-
getListList
- Returns:
-
invalid reference
#list
-
setListList
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasList
-
addList
-
addList
-
getListFirstRep
- Returns:
- The first repetition of repeating field
invalid reference
#list
-
getListOpenElement
- Returns:
listOpen
(). This is the underlying object with id, value and extensions. The accessor "getListOpen" gives direct access to the value
-
hasListOpenElement
-
hasListOpen
-
setListOpenElement
- Parameters:
value
-listOpen
(). This is the underlying object with id, value and extensions. The accessor "getListOpen" gives direct access to the value
-
getListOpen
- Returns:
-
setListOpen
- Parameters:
value
-
-
listChildren
- Overrides:
listChildren
in classBase
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classBase
-
equalsShallow
- Overrides:
equalsShallow
in classBase
-
isEmpty
-