Package org.hl7.fhir

Class OperationDefinitionBinding

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.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>