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
public class Tuple extends Base
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Tuple()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProperty(String s, List<Base> list)StringfhirType()static TuplefromMap(Map<String,Base> map)static TuplefromMapList(Map<String,List<Base>> map)StringgetIdBase()protected voidlistChildren(List<Property> result)Base[]listChildrenByName(String name, boolean checkValid)voidsetIdBase(String value)-
Methods inherited from class org.hl7.fhir.r5.model.Base
addChild, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, equalsDeep, equalsShallow, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getNamedProperty, getProperty, getTypesForProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isEmpty, isMetadataBased, isPrimitive, isResource, listChildrenByName, makeProperty, primitiveValue, setProperty, setProperty, setUserData, setUserDataINN
-
-
-
-
Constructor Detail
-
Tuple
public Tuple()
-
-
Method Detail
-
listChildren
protected void listChildren(List<Property> result)
- Overrides:
listChildrenin classBase
-
addProperty
public void addProperty(String s, List<Base> list)
-
listChildrenByName
public Base[] listChildrenByName(String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
listChildrenByNamein classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
-