Package org.hl7.fhir

Class OperationDefinitionBinding

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class OperationDefinitionBinding
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).

    Java class for OperationDefinition.Binding complex type.

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

     <complexType name="OperationDefinition.Binding">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="strength" type="{http://hl7.org/fhir}BindingStrength"/>
             <choice>
               <element name="valueSetUri" type="{http://hl7.org/fhir}uri"/>
               <element name="valueSetReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • valueSetUri

        protected Uri valueSetUri
      • valueSetReference

        protected Reference valueSetReference
    • Constructor Detail

      • OperationDefinitionBinding

        public OperationDefinitionBinding()