Package org.hl7.fhir.r5.model
Class Tuple
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.Tuple
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(String s, List<Base> list) copy()
fhirType()
static Tuple
static Tuple
fromMapList
(org.hl7.fhir.utilities.FhirPublication publicationVersion, Map<String, List<Base>> map) org.hl7.fhir.utilities.FhirPublication
protected void
listChildren
(List<Property> result) Base[]
listChildrenByName
(String name, boolean checkValid) void
Methods inherited from class org.hl7.fhir.r5.model.Base
addChild, addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, equalsDeep, equalsShallow, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getNamedProperty, getProperty, getTypesForProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isEmpty, isMetadataBased, isPrimitive, isResource, listChildrenByName, makeProperty, primitiveValue, removeChild, setCopyUserData, setProperty, setProperty, setUserData, setUserDataINN
-
Constructor Details
-
Tuple
public Tuple()
-
-
Method Details
-
fromMapList
-
fromMap
-
fhirType
-
listChildren
- Overrides:
listChildren
in classBase
-
getIdBase
-
setIdBase
-
addProperty
-
listChildrenByName
public Base[] listChildrenByName(String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
listChildrenByName
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
-
getFHIRPublicationVersion
- Specified by:
getFHIRPublicationVersion
in classBase
-