Package org.hl7.v3

Class MFMIMT700711UV01QueryAck

java.lang.Object
org.hl7.v3.MFMIMT700711UV01QueryAck

public class MFMIMT700711UV01QueryAck extends Object

Java class for MFMI_MT700711UV01.QueryAck complex type.

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

 <complexType name="MFMI_MT700711UV01.QueryAck">
   <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" minOccurs="0"/>
         <element name="statusCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
         <element name="queryResponseCode" type="{urn:hl7-org:v3}CS"/>
         <element name="resultTotalQuantity" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
         <element name="resultCurrentQuantity" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
         <element name="resultRemainingQuantity" type="{urn:hl7-org:v3}INT" 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
    • queryResponseCode

      protected CS queryResponseCode
    • resultTotalQuantity

      protected INT resultTotalQuantity
    • resultCurrentQuantity

      protected INT resultCurrentQuantity
    • resultRemainingQuantity

      protected INT resultRemainingQuantity
    • nullFlavor

      protected List<String> nullFlavor
  • Constructor Details

    • MFMIMT700711UV01QueryAck

      public MFMIMT700711UV01QueryAck()
  • 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
    • getQueryResponseCode

      public CS getQueryResponseCode()
      Gets the value of the queryResponseCode property.
      Returns:
      possible object is CS
    • setQueryResponseCode

      public void setQueryResponseCode(CS value)
      Sets the value of the queryResponseCode property.
      Parameters:
      value - allowed object is CS
    • getResultTotalQuantity

      public INT getResultTotalQuantity()
      Gets the value of the resultTotalQuantity property.
      Returns:
      possible object is INT
    • setResultTotalQuantity

      public void setResultTotalQuantity(INT value)
      Sets the value of the resultTotalQuantity property.
      Parameters:
      value - allowed object is INT
    • getResultCurrentQuantity

      public INT getResultCurrentQuantity()
      Gets the value of the resultCurrentQuantity property.
      Returns:
      possible object is INT
    • setResultCurrentQuantity

      public void setResultCurrentQuantity(INT value)
      Sets the value of the resultCurrentQuantity property.
      Parameters:
      value - allowed object is INT
    • getResultRemainingQuantity

      public INT getResultRemainingQuantity()
      Gets the value of the resultRemainingQuantity property.
      Returns:
      possible object is INT
    • setResultRemainingQuantity

      public void setResultRemainingQuantity(INT value)
      Sets the value of the resultRemainingQuantity property.
      Parameters:
      value - allowed object is INT
    • 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 MFMIMT700711UV01QueryAck withRealmCode(CS... values)
    • withRealmCode

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

      public MFMIMT700711UV01QueryAck withTypeId(II value)
    • withTemplateId

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

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

      public MFMIMT700711UV01QueryAck withQueryId(II value)
    • withStatusCode

      public MFMIMT700711UV01QueryAck withStatusCode(CS value)
    • withQueryResponseCode

      public MFMIMT700711UV01QueryAck withQueryResponseCode(CS value)
    • withResultTotalQuantity

      public MFMIMT700711UV01QueryAck withResultTotalQuantity(INT value)
    • withResultCurrentQuantity

      public MFMIMT700711UV01QueryAck withResultCurrentQuantity(INT value)
    • withResultRemainingQuantity

      public MFMIMT700711UV01QueryAck withResultRemainingQuantity(INT value)
    • withNullFlavor

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

      public MFMIMT700711UV01QueryAck 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