Package org.hl7.fhir.r4b.renderers.utils
Class DOMWrappers.PropertyWrapperElement
- java.lang.Object
-
- org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
-
- org.hl7.fhir.r4b.renderers.utils.DOMWrappers.PropertyWrapperElement
-
- All Implemented Interfaces:
BaseWrappers.PropertyWrapper,BaseWrappers.RendererWrapper
- Enclosing class:
- DOMWrappers
public static class DOMWrappers.PropertyWrapperElement extends BaseWrappers.RendererWrapperImpl implements BaseWrappers.PropertyWrapper
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
context
-
-
Constructor Summary
Constructors Constructor Description PropertyWrapperElement(RenderingContext context, StructureDefinition structure, ElementDefinition definition, List<Element> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfhirType()BaseWrappers.ResourceWrappergetAsResource()StringgetDefinition()ElementDefinitiongetElementDefinition()intgetMaxCardinality()intgetMinCardinality()StringgetName()StructureDefinitiongetStructure()StringgetTypeCode()List<BaseWrappers.BaseWrapper>getValues()booleanhasValues()BaseWrappers.BaseWrappervalue()-
Methods inherited from class org.hl7.fhir.r4b.renderers.utils.BaseWrappers.RendererWrapperImpl
getContext, tail
-
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.r4b.renderers.utils.BaseWrappers.RendererWrapper
getContext
-
-
-
-
Constructor Detail
-
PropertyWrapperElement
public PropertyWrapperElement(RenderingContext context, StructureDefinition structure, ElementDefinition definition, List<Element> values)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceBaseWrappers.PropertyWrapper
-
hasValues
public boolean hasValues()
- Specified by:
hasValuesin interfaceBaseWrappers.PropertyWrapper
-
getValues
public List<BaseWrappers.BaseWrapper> getValues()
- Specified by:
getValuesin interfaceBaseWrappers.PropertyWrapper
-
getTypeCode
public String getTypeCode()
- Specified by:
getTypeCodein interfaceBaseWrappers.PropertyWrapper
-
getDefinition
public String getDefinition()
- Specified by:
getDefinitionin interfaceBaseWrappers.PropertyWrapper
-
getMinCardinality
public int getMinCardinality()
- Specified by:
getMinCardinalityin interfaceBaseWrappers.PropertyWrapper
-
getMaxCardinality
public int getMaxCardinality()
- Specified by:
getMaxCardinalityin interfaceBaseWrappers.PropertyWrapper
-
getStructure
public StructureDefinition getStructure()
- Specified by:
getStructurein interfaceBaseWrappers.PropertyWrapper
-
value
public BaseWrappers.BaseWrapper value()
- Specified by:
valuein interfaceBaseWrappers.PropertyWrapper
-
getAsResource
public BaseWrappers.ResourceWrapper getAsResource()
- Specified by:
getAsResourcein interfaceBaseWrappers.PropertyWrapper
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceBaseWrappers.PropertyWrapper
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseWrappers.PropertyWrapper
-
-