Package org.hl7.fhir.r4.utils
Class StructureMapUtilities.PropertyWithType
- java.lang.Object
-
- org.hl7.fhir.r4.utils.StructureMapUtilities.PropertyWithType
-
- Enclosing class:
- StructureMapUtilities
public class StructureMapUtilities.PropertyWithType extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyWithType(String path, Property baseProperty, Property profileProperty, TypeDetails types)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertygetBaseProperty()StringgetPath()PropertygetProfileProperty()TypeDetailsgetTypes()voidsetBaseProperty(Property baseProperty)voidsetProfileProperty(Property profileProperty)Stringsummary()
-
-
-
Constructor Detail
-
PropertyWithType
public PropertyWithType(String path, Property baseProperty, Property profileProperty, TypeDetails types)
-
-
Method Detail
-
getTypes
public TypeDetails getTypes()
-
getBaseProperty
public Property getBaseProperty()
-
setBaseProperty
public void setBaseProperty(Property baseProperty)
-
getProfileProperty
public Property getProfileProperty()
-
setProfileProperty
public void setProfileProperty(Property profileProperty)
-
-