Package org.hl7.v3

Class PRPAMT201306UV02QueryByParameter

java.lang.Object
org.hl7.v3.PRPAMT201306UV02QueryByParameter

public class PRPAMT201306UV02QueryByParameter extends Object

Java class for PRPA_MT201306UV02.QueryByParameter complex type.

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

 <complexType name="PRPA_MT201306UV02.QueryByParameter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="queryId" type="{urn:hl7-org:v3}II"/>
         <element name="statusCode" type="{urn:hl7-org:v3}CS"/>
         <element name="modifyCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
         <element name="responseElementGroupId" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
         <element name="responseModalityCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
         <element name="responsePriorityCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
         <element name="initialQuantity" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
         <element name="initialQuantityCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="executionAndDeliveryTime" type="{urn:hl7-org:v3}TS" minOccurs="0"/>
         <element name="matchCriterionList" type="{urn:hl7-org:v3}PRPA_MT201306UV02.MatchCriterionList" minOccurs="0"/>
         <element name="parameterList" type="{urn:hl7-org:v3}PRPA_MT201306UV02.ParameterList"/>
         <element name="sortControl" type="{urn:hl7-org:v3}PRPA_MT201306UV02.SortControl" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • realmCode

      protected List<CS> realmCode
    • typeId

      protected II typeId
    • templateId

      protected List<II> templateId
    • queryId

      protected II queryId
    • statusCode

      protected CS statusCode
    • modifyCode

      protected CS modifyCode
    • responseElementGroupId

      protected List<II> responseElementGroupId
    • responseModalityCode

      protected CS responseModalityCode
    • responsePriorityCode

      protected CS responsePriorityCode
    • initialQuantity

      protected INT initialQuantity
    • initialQuantityCode

      protected CE initialQuantityCode
    • executionAndDeliveryTime

      protected TS executionAndDeliveryTime
    • matchCriterionList

      protected jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchCriterionList> matchCriterionList
    • parameterList

      protected PRPAMT201306UV02ParameterList parameterList
    • sortControl

      protected List<PRPAMT201306UV02SortControl> sortControl
    • nullFlavor

      protected List<String> nullFlavor
  • Constructor Details

    • PRPAMT201306UV02QueryByParameter

      public PRPAMT201306UV02QueryByParameter()
  • Method Details

    • getRealmCode

      public List<CS> getRealmCode()
      Gets the value of the realmCode property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the realmCode property.

      For example, to add a new item, do as follows:

          getRealmCode().add(newItem);
       

      Objects of the following type(s) are allowed in the list CS

    • getTypeId

      public II getTypeId()
      Gets the value of the typeId property.
      Returns:
      possible object is II
    • setTypeId

      public void setTypeId(II value)
      Sets the value of the typeId property.
      Parameters:
      value - allowed object is II
    • getTemplateId

      public List<II> getTemplateId()
      Gets the value of the templateId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the templateId property.

      For example, to add a new item, do as follows:

          getTemplateId().add(newItem);
       

      Objects of the following type(s) are allowed in the list II

    • getQueryId

      public II getQueryId()
      Gets the value of the queryId property.
      Returns:
      possible object is II
    • setQueryId

      public void setQueryId(II value)
      Sets the value of the queryId property.
      Parameters:
      value - allowed object is II
    • getStatusCode

      public CS getStatusCode()
      Gets the value of the statusCode property.
      Returns:
      possible object is CS
    • setStatusCode

      public void setStatusCode(CS value)
      Sets the value of the statusCode property.
      Parameters:
      value - allowed object is CS
    • getModifyCode

      public CS getModifyCode()
      Gets the value of the modifyCode property.
      Returns:
      possible object is CS
    • setModifyCode

      public void setModifyCode(CS value)
      Sets the value of the modifyCode property.
      Parameters:
      value - allowed object is CS
    • getResponseElementGroupId

      public List<II> getResponseElementGroupId()
      Gets the value of the responseElementGroupId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the responseElementGroupId property.

      For example, to add a new item, do as follows:

          getResponseElementGroupId().add(newItem);
       

      Objects of the following type(s) are allowed in the list II

    • getResponseModalityCode

      public CS getResponseModalityCode()
      Gets the value of the responseModalityCode property.
      Returns:
      possible object is CS
    • setResponseModalityCode

      public void setResponseModalityCode(CS value)
      Sets the value of the responseModalityCode property.
      Parameters:
      value - allowed object is CS
    • getResponsePriorityCode

      public CS getResponsePriorityCode()
      Gets the value of the responsePriorityCode property.
      Returns:
      possible object is CS
    • setResponsePriorityCode

      public void setResponsePriorityCode(CS value)
      Sets the value of the responsePriorityCode property.
      Parameters:
      value - allowed object is CS
    • getInitialQuantity

      public INT getInitialQuantity()
      Gets the value of the initialQuantity property.
      Returns:
      possible object is INT
    • setInitialQuantity

      public void setInitialQuantity(INT value)
      Sets the value of the initialQuantity property.
      Parameters:
      value - allowed object is INT
    • getInitialQuantityCode

      public CE getInitialQuantityCode()
      Gets the value of the initialQuantityCode property.
      Returns:
      possible object is CE
    • setInitialQuantityCode

      public void setInitialQuantityCode(CE value)
      Sets the value of the initialQuantityCode property.
      Parameters:
      value - allowed object is CE
    • getExecutionAndDeliveryTime

      public TS getExecutionAndDeliveryTime()
      Gets the value of the executionAndDeliveryTime property.
      Returns:
      possible object is TS
    • setExecutionAndDeliveryTime

      public void setExecutionAndDeliveryTime(TS value)
      Sets the value of the executionAndDeliveryTime property.
      Parameters:
      value - allowed object is TS
    • getMatchCriterionList

      public jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchCriterionList> getMatchCriterionList()
      Gets the value of the matchCriterionList property.
      Returns:
      possible object is JAXBElement<PRPAMT201306UV02MatchCriterionList>
    • setMatchCriterionList

      public void setMatchCriterionList(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchCriterionList> value)
      Sets the value of the matchCriterionList property.
      Parameters:
      value - allowed object is JAXBElement<PRPAMT201306UV02MatchCriterionList>
    • getParameterList

      public PRPAMT201306UV02ParameterList getParameterList()
      Gets the value of the parameterList property.
      Returns:
      possible object is PRPAMT201306UV02ParameterList
    • setParameterList

      public void setParameterList(PRPAMT201306UV02ParameterList value)
      Sets the value of the parameterList property.
      Parameters:
      value - allowed object is PRPAMT201306UV02ParameterList
    • getSortControl

      public List<PRPAMT201306UV02SortControl> getSortControl()
      Gets the value of the sortControl property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the sortControl property.

      For example, to add a new item, do as follows:

          getSortControl().add(newItem);
       

      Objects of the following type(s) are allowed in the list PRPAMT201306UV02SortControl

    • getNullFlavor

      public List<String> getNullFlavor()
      Gets the value of the nullFlavor property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the nullFlavor property.

      For example, to add a new item, do as follows:

          getNullFlavor().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • withRealmCode

      public PRPAMT201306UV02QueryByParameter withRealmCode(CS... values)
    • withRealmCode

      public PRPAMT201306UV02QueryByParameter withRealmCode(Collection<CS> values)
    • withTypeId

      public PRPAMT201306UV02QueryByParameter withTypeId(II value)
    • withTemplateId

      public PRPAMT201306UV02QueryByParameter withTemplateId(II... values)
    • withTemplateId

      public PRPAMT201306UV02QueryByParameter withTemplateId(Collection<II> values)
    • withQueryId

      public PRPAMT201306UV02QueryByParameter withQueryId(II value)
    • withStatusCode

      public PRPAMT201306UV02QueryByParameter withStatusCode(CS value)
    • withModifyCode

      public PRPAMT201306UV02QueryByParameter withModifyCode(CS value)
    • withResponseElementGroupId

      public PRPAMT201306UV02QueryByParameter withResponseElementGroupId(II... values)
    • withResponseElementGroupId

      public PRPAMT201306UV02QueryByParameter withResponseElementGroupId(Collection<II> values)
    • withResponseModalityCode

      public PRPAMT201306UV02QueryByParameter withResponseModalityCode(CS value)
    • withResponsePriorityCode

      public PRPAMT201306UV02QueryByParameter withResponsePriorityCode(CS value)
    • withInitialQuantity

      public PRPAMT201306UV02QueryByParameter withInitialQuantity(INT value)
    • withInitialQuantityCode

      public PRPAMT201306UV02QueryByParameter withInitialQuantityCode(CE value)
    • withExecutionAndDeliveryTime

      public PRPAMT201306UV02QueryByParameter withExecutionAndDeliveryTime(TS value)
    • withMatchCriterionList

      public PRPAMT201306UV02QueryByParameter withMatchCriterionList(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchCriterionList> value)
    • withParameterList

    • withSortControl

    • withSortControl

    • withNullFlavor

      public PRPAMT201306UV02QueryByParameter withNullFlavor(String... values)
    • withNullFlavor

      public PRPAMT201306UV02QueryByParameter withNullFlavor(Collection<String> values)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object