java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.AdhocQueryRequest

public class AdhocQueryRequest extends RegistryRequestType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0}RegistryRequestType">
       <sequence>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ResponseOption"/>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}AdhocQuery"/>
       </sequence>
       <attribute name="federated" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="federation" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="startIndex" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
       <attribute name="maxResults" type="{http://www.w3.org/2001/XMLSchema}integer" default="-1" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AdhocQueryRequest

      public AdhocQueryRequest()
  • Method Details

    • getResponseOption

      public ResponseOptionType getResponseOption()
      Gets the value of the responseOption property.
      Returns:
      possible object is ResponseOptionType
    • setResponseOption

      public void setResponseOption(ResponseOptionType value)
      Sets the value of the responseOption property.
      Parameters:
      value - allowed object is ResponseOptionType
    • getAdhocQuery

      public AdhocQueryType getAdhocQuery()
      Gets the value of the adhocQuery property.
      Returns:
      possible object is AdhocQueryType
    • setAdhocQuery

      public void setAdhocQuery(AdhocQueryType value)
      Sets the value of the adhocQuery property.
      Parameters:
      value - allowed object is AdhocQueryType
    • isFederated

      public boolean isFederated()
      Gets the value of the federated property.
      Returns:
      possible object is Boolean
    • setFederated

      public void setFederated(Boolean value)
      Sets the value of the federated property.
      Parameters:
      value - allowed object is Boolean
    • getFederation

      public String getFederation()
      Gets the value of the federation property.
      Returns:
      possible object is String
    • setFederation

      public void setFederation(String value)
      Sets the value of the federation property.
      Parameters:
      value - allowed object is String
    • getStartIndex

      public BigInteger getStartIndex()
      Gets the value of the startIndex property.
      Returns:
      possible object is BigInteger
    • setStartIndex

      public void setStartIndex(BigInteger value)
      Sets the value of the startIndex property.
      Parameters:
      value - allowed object is BigInteger
    • getMaxResults

      public BigInteger getMaxResults()
      Gets the value of the maxResults property.
      Returns:
      possible object is BigInteger
    • setMaxResults

      public void setMaxResults(BigInteger value)
      Sets the value of the maxResults property.
      Parameters:
      value - allowed object is BigInteger