
Package org.hl7.fhir.r5.openehr
Class WebTemplateInputValidationRange
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.WebTemplateInputValidationRange
- 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 WebTemplateInputValidationRange
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 DecimalTypeprotected CodeTypeprotected DecimalTypeprotected CodeType -
Constructor Summary
ConstructorsConstructorDescriptionConstructorWebTemplateInputValidationRange(String minOp, BigDecimal min, String maxOp, BigDecimal max) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidbooleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getMax()getMaxOp()getMin()getMinOp()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanhasMax()booleanbooleanhasMaxOp()booleanbooleanhasMin()booleanbooleanhasMinOp()booleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setMax(double value) setMax(long value) setMax(BigDecimal value) setMaxElement(DecimalType value) setMaxOpElement(CodeType value) setMin(double value) setMin(long value) setMin(BigDecimal value) setMinElement(DecimalType value) setMinOpElement(CodeType value) setProperty(int hash, String name, Base value) setProperty(String name, Base value) protected WebTemplateInputValidationRangeMethods 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
-
minOp
-
min
-
maxOp
-
max
-
-
Constructor Details
-
WebTemplateInputValidationRange
public WebTemplateInputValidationRange()Constructor -
WebTemplateInputValidationRange
Constructor
-
-
Method Details
-
getMinOpElement
- Returns:
minOp(). This is the underlying object with id, value and extensions. The accessor "getMinOp" gives direct access to the value
-
hasMinOpElement
-
hasMinOp
-
setMinOpElement
- Parameters:
value-minOp(). This is the underlying object with id, value and extensions. The accessor "getMinOp" gives direct access to the value
-
getMinOp
- Returns:
-
setMinOp
- Parameters:
value-
-
getMinElement
- Returns:
min(). This is the underlying object with id, value and extensions. The accessor "getMin" gives direct access to the value
-
hasMinElement
-
hasMin
-
setMinElement
- Parameters:
value-min(). This is the underlying object with id, value and extensions. The accessor "getMin" gives direct access to the value
-
getMin
- Returns:
-
setMin
- Parameters:
value-
-
setMin
- Parameters:
value-
-
setMin
- Parameters:
value-
-
getMaxOpElement
- Returns:
maxOp(). This is the underlying object with id, value and extensions. The accessor "getMaxOp" gives direct access to the value
-
hasMaxOpElement
-
hasMaxOp
-
setMaxOpElement
- Parameters:
value-maxOp(). This is the underlying object with id, value and extensions. The accessor "getMaxOp" gives direct access to the value
-
getMaxOp
- Returns:
-
setMaxOp
- Parameters:
value-
-
getMaxElement
- Returns:
max(). This is the underlying object with id, value and extensions. The accessor "getMax" gives direct access to the value
-
hasMaxElement
-
hasMax
-
setMaxElement
- Parameters:
value-max(). This is the underlying object with id, value and extensions. The accessor "getMax" gives direct access to the value
-
getMax
- Returns:
-
setMax
- Parameters:
value-
-
setMax
- Parameters:
value-
-
setMax
- Parameters:
value-
-
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
-