Package org.hl7.fhir

Class OperationDefinitionParameter

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.OperationDefinitionParameter
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class OperationDefinitionParameter 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.Parameter complex type.

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

 <complexType name="OperationDefinition.Parameter">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="name" type="{http://hl7.org/fhir}code"/>
         <element name="use" type="{http://hl7.org/fhir}OperationParameterUse"/>
         <element name="min" type="{http://hl7.org/fhir}integer"/>
         <element name="max" type="{http://hl7.org/fhir}string"/>
         <element name="documentation" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="type" type="{http://hl7.org/fhir}code" minOccurs="0"/>
         <element name="searchType" type="{http://hl7.org/fhir}SearchParamType" minOccurs="0"/>
         <element name="profile" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="binding" type="{http://hl7.org/fhir}OperationDefinition.Binding" minOccurs="0"/>
         <element name="part" type="{http://hl7.org/fhir}OperationDefinition.Parameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>