Package com.ibm.fhir.model.resource
Class GraphDefinition.Link.Target.Compartment
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.BackboneElement
-
- com.ibm.fhir.model.resource.GraphDefinition.Link.Target.Compartment
-
- All Implemented Interfaces:
Visitable
- Enclosing class:
- GraphDefinition.Link.Target
public static class GraphDefinition.Link.Target.Compartment extends BackboneElement
Compartment Consistency Rules.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphDefinition.Link.Target.Compartment.Builder
-
Field Summary
-
Fields inherited from class com.ibm.fhir.model.type.BackboneElement
modifierExtension
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(String elementName, int elementIndex, Visitor visitor)Accept a Visitor and invoke the appropriate visit methods.static GraphDefinition.Link.Target.Compartment.Builderbuilder()booleanequals(Object obj)CompartmentCodegetCode()Identifies the compartment.StringgetDescription()Documentation for FHIRPath expression.StringgetExpression()Custom rule, as a FHIRPath expression.GraphCompartmentRulegetRule()identical | matching | different | no-rule | custom.GraphCompartmentUsegetUse()Defines how the compartment rule is used - whether it it is used to test whether resources are subject to the rule, or whether it is a rule that must be followed.booleanhasChildren()inthashCode()GraphDefinition.Link.Target.Compartment.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.BackboneElement
getModifierExtension
-
-
-
-
Method Detail
-
getUse
public GraphCompartmentUse getUse()
Defines how the compartment rule is used - whether it it is used to test whether resources are subject to the rule, or whether it is a rule that must be followed.- Returns:
- An immutable object of type
GraphCompartmentUsethat is non-null.
-
getCode
public CompartmentCode getCode()
Identifies the compartment.- Returns:
- An immutable object of type
CompartmentCodethat is non-null.
-
getRule
public GraphCompartmentRule getRule()
identical | matching | different | no-rule | custom.- Returns:
- An immutable object of type
GraphCompartmentRulethat is non-null.
-
getExpression
public String getExpression()
Custom rule, as a FHIRPath expression.- Returns:
- An immutable object of type
Stringthat may be null.
-
getDescription
public String getDescription()
Documentation for FHIRPath expression.- Returns:
- An immutable object of type
Stringthat may be null.
-
hasChildren
public boolean hasChildren()
- Overrides:
hasChildrenin classBackboneElement
-
accept
public void accept(String elementName, int elementIndex, Visitor visitor)
Description copied from interface:VisitableAccept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:if (visitor.preVisit(this)) { visitor.visitStart(elementName, elementIndex, this); if (visitor.visit(elementName, elementIndex, this)) { // visit children } visitor.visitEnd(elementName, elementIndex, this); visitor.postVisit(this); }- Specified by:
acceptin interfaceVisitable- Specified by:
acceptin classAbstractVisitable- Parameters:
elementName- the name of the element in the context of this visitelementIndex- the index of the element in a list or -1 if it is not contained within a Listvisitor- the visitor to use
-
toBuilder
public GraphDefinition.Link.Target.Compartment.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element- Specified by:
toBuilderin classBackboneElement
-
builder
public static GraphDefinition.Link.Target.Compartment.Builder builder()
-
-