Class AdhocQueryRequest
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
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 Summary
Modifier and TypeFieldDescriptionprotected AdhocQueryType
protected Boolean
protected String
protected BigInteger
protected ResponseOptionType
protected BigInteger
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
comment, id, requestSlotList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adhocQuery property.Gets the value of the federation property.Gets the value of the maxResults property.Gets the value of the responseOption property.Gets the value of the startIndex property.boolean
Gets the value of the federated property.void
setAdhocQuery
(AdhocQueryType value) Sets the value of the adhocQuery property.void
setFederated
(Boolean value) Sets the value of the federated property.void
setFederation
(String value) Sets the value of the federation property.void
setMaxResults
(BigInteger value) Sets the value of the maxResults property.void
Sets the value of the responseOption property.void
setStartIndex
(BigInteger value) Sets the value of the startIndex property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
getComment, getId, getRequestSlotList, setComment, setId, setRequestSlotList
-
Field Details
-
responseOption
-
adhocQuery
-
federated
-
federation
-
startIndex
-
maxResults
-
-
Constructor Details
-
AdhocQueryRequest
public AdhocQueryRequest()
-
-
Method Details
-
getResponseOption
Gets the value of the responseOption property.- Returns:
- possible object is
ResponseOptionType
-
setResponseOption
Sets the value of the responseOption property.- Parameters:
value
- allowed object isResponseOptionType
-
getAdhocQuery
Gets the value of the adhocQuery property.- Returns:
- possible object is
AdhocQueryType
-
setAdhocQuery
Sets the value of the adhocQuery property.- Parameters:
value
- allowed object isAdhocQueryType
-
isFederated
public boolean isFederated()Gets the value of the federated property.- Returns:
- possible object is
Boolean
-
setFederated
Sets the value of the federated property.- Parameters:
value
- allowed object isBoolean
-
getFederation
Gets the value of the federation property.- Returns:
- possible object is
String
-
setFederation
Sets the value of the federation property.- Parameters:
value
- allowed object isString
-
getStartIndex
Gets the value of the startIndex property.- Returns:
- possible object is
BigInteger
-
setStartIndex
Sets the value of the startIndex property.- Parameters:
value
- allowed object isBigInteger
-
getMaxResults
Gets the value of the maxResults property.- Returns:
- possible object is
BigInteger
-
setMaxResults
Sets the value of the maxResults property.- Parameters:
value
- allowed object isBigInteger
-