Class IdentifierRef

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
IdentifierRefEvaluator

public class IdentifierRef extends Expression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The IdentifierRef type defines an expression that references an identifier that is either unresolved, or has been resolved to an attribute in an unambiguous iteration scope such as a sort. Implementations should attempt to resolve the identifier, only throwing an error at compile-time (or run-time for an interpretive system) if the identifier reference cannot be resolved.

Java class for IdentifierRef complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IdentifierRef">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}Expression">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="libraryName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • libraryName

      protected String libraryName
  • Constructor Details

    • IdentifierRef

      public IdentifierRef()
  • Method Details