public static class StructureMap.StructureMapGroupRuleSourceComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected StringType |
check
FluentPath expression - must be true or the mapping engine throws an error instead of completing.
|
protected StringType |
condition
FluentPath expression - must be true or the rule does not apply.
|
protected IdType |
context
Type or variable this rule applies to.
|
protected Enumeration<StructureMap.StructureMapContextType> |
contextType
How to interpret the context.
|
protected StringType |
element
Optional field for this source.
|
protected Enumeration<StructureMap.StructureMapListMode> |
listMode
How to handle the list mode for this element.
|
protected BooleanType |
required
Whether this rule applies if the source isn't found.
|
protected IdType |
variable
Named context for field, if a field is specified.
|
modifierExtension| Constructor and Description |
|---|
StructureMapGroupRuleSourceComponent()
Constructor
|
StructureMapGroupRuleSourceComponent(BooleanType required,
IdType context,
Enumeration<StructureMap.StructureMapContextType> contextType)
Constructor
|
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtensionaddExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentprotected BooleanType required
protected Enumeration<StructureMap.StructureMapContextType> contextType
protected StringType element
protected Enumeration<StructureMap.StructureMapListMode> listMode
protected StringType condition
protected StringType check
public StructureMapGroupRuleSourceComponent()
public StructureMapGroupRuleSourceComponent(BooleanType required, IdType context, Enumeration<StructureMap.StructureMapContextType> contextType)
public BooleanType getRequiredElement()
required (Whether this rule applies if the source isn't found.). This is the underlying object with id, value and extensions. The accessor "getRequired" gives direct access to the valuepublic boolean hasRequiredElement()
public boolean hasRequired()
public StructureMap.StructureMapGroupRuleSourceComponent setRequiredElement(BooleanType value)
value - required (Whether this rule applies if the source isn't found.). This is the underlying object with id, value and extensions. The accessor "getRequired" gives direct access to the valuepublic boolean getRequired()
public StructureMap.StructureMapGroupRuleSourceComponent setRequired(boolean value)
value - Whether this rule applies if the source isn't found.public IdType getContextElement()
context (Type or variable this rule applies to.). This is the underlying object with id, value and extensions. The accessor "getContext" gives direct access to the valuepublic boolean hasContextElement()
public boolean hasContext()
public StructureMap.StructureMapGroupRuleSourceComponent setContextElement(IdType value)
value - context (Type or variable this rule applies to.). This is the underlying object with id, value and extensions. The accessor "getContext" gives direct access to the valuepublic String getContext()
public StructureMap.StructureMapGroupRuleSourceComponent setContext(String value)
value - Type or variable this rule applies to.public Enumeration<StructureMap.StructureMapContextType> getContextTypeElement()
contextType (How to interpret the context.). This is the underlying object with id, value and extensions. The accessor "getContextType" gives direct access to the valuepublic boolean hasContextTypeElement()
public boolean hasContextType()
public StructureMap.StructureMapGroupRuleSourceComponent setContextTypeElement(Enumeration<StructureMap.StructureMapContextType> value)
value - contextType (How to interpret the context.). This is the underlying object with id, value and extensions. The accessor "getContextType" gives direct access to the valuepublic StructureMap.StructureMapContextType getContextType()
public StructureMap.StructureMapGroupRuleSourceComponent setContextType(StructureMap.StructureMapContextType value)
value - How to interpret the context.public StringType getElementElement()
element (Optional field for this source.). This is the underlying object with id, value and extensions. The accessor "getElement" gives direct access to the valuepublic boolean hasElementElement()
public boolean hasElement()
public StructureMap.StructureMapGroupRuleSourceComponent setElementElement(StringType value)
value - element (Optional field for this source.). This is the underlying object with id, value and extensions. The accessor "getElement" gives direct access to the valuepublic String getElement()
public StructureMap.StructureMapGroupRuleSourceComponent setElement(String value)
value - Optional field for this source.public Enumeration<StructureMap.StructureMapListMode> getListModeElement()
listMode (How to handle the list mode for this element.). This is the underlying object with id, value and extensions. The accessor "getListMode" gives direct access to the valuepublic boolean hasListModeElement()
public boolean hasListMode()
public StructureMap.StructureMapGroupRuleSourceComponent setListModeElement(Enumeration<StructureMap.StructureMapListMode> value)
value - listMode (How to handle the list mode for this element.). This is the underlying object with id, value and extensions. The accessor "getListMode" gives direct access to the valuepublic StructureMap.StructureMapListMode getListMode()
public StructureMap.StructureMapGroupRuleSourceComponent setListMode(StructureMap.StructureMapListMode value)
value - How to handle the list mode for this element.public IdType getVariableElement()
variable (Named context for field, if a field is specified.). This is the underlying object with id, value and extensions. The accessor "getVariable" gives direct access to the valuepublic boolean hasVariableElement()
public boolean hasVariable()
public StructureMap.StructureMapGroupRuleSourceComponent setVariableElement(IdType value)
value - variable (Named context for field, if a field is specified.). This is the underlying object with id, value and extensions. The accessor "getVariable" gives direct access to the valuepublic String getVariable()
public StructureMap.StructureMapGroupRuleSourceComponent setVariable(String value)
value - Named context for field, if a field is specified.public StringType getConditionElement()
condition (FluentPath expression - must be true or the rule does not apply.). This is the underlying object with id, value and extensions. The accessor "getCondition" gives direct access to the valuepublic boolean hasConditionElement()
public boolean hasCondition()
public StructureMap.StructureMapGroupRuleSourceComponent setConditionElement(StringType value)
value - condition (FluentPath expression - must be true or the rule does not apply.). This is the underlying object with id, value and extensions. The accessor "getCondition" gives direct access to the valuepublic String getCondition()
public StructureMap.StructureMapGroupRuleSourceComponent setCondition(String value)
value - FluentPath expression - must be true or the rule does not apply.public StringType getCheckElement()
check (FluentPath expression - must be true or the mapping engine throws an error instead of completing.). This is the underlying object with id, value and extensions. The accessor "getCheck" gives direct access to the valuepublic boolean hasCheckElement()
public boolean hasCheck()
public StructureMap.StructureMapGroupRuleSourceComponent setCheckElement(StringType value)
value - check (FluentPath expression - must be true or the mapping engine throws an error instead of completing.). This is the underlying object with id, value and extensions. The accessor "getCheck" gives direct access to the valuepublic String getCheck()
public StructureMap.StructureMapGroupRuleSourceComponent setCheck(String value)
value - FluentPath expression - must be true or the mapping engine throws an error instead of completing.protected void listChildren(List<Property> childrenList)
listChildren in class BackboneElementpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic StructureMap.StructureMapGroupRuleSourceComponent copy()
copy in class BackboneElementpublic boolean equalsDeep(Base other)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in class BackboneElementCopyright © 2014–2018 University Health Network. All rights reserved.