Class SearchRequestIntermediary
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.json.SearchRequestIntermediary
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SearchRequestIntermediary
fromSearchRequest
(SearchRequest searchRequest) getDn()
getScope()
long
long
boolean
boolean
void
setAttributes
(List<String> value) void
setControls
(List<Control> value) void
void
void
setFilter
(FilterIntermediary value) void
void
setRequestId
(String value) void
void
setSizeLimit
(long value) void
setTimeLimit
(long value) void
setTypesOnly
(boolean value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
SearchRequestIntermediary
public SearchRequestIntermediary()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
getRequestId
-
setRequestId
-
getControls
-
setControls
-
getFilter
-
setFilter
-
getAttributes
-
setAttributes
-
getDn
-
setDn
-
getScope
-
setScope
-
getDerefAliases
-
setDerefAliases
-
getSizeLimit
public long getSizeLimit() -
setSizeLimit
public void setSizeLimit(long value) -
getTimeLimit
public long getTimeLimit() -
setTimeLimit
public void setTimeLimit(long value) -
getTypesOnly
public boolean getTypesOnly() -
isTypesOnly
public boolean isTypesOnly() -
setTypesOnly
public void setTypesOnly(boolean value) -
fromSearchRequest
-
toSearchRequest
-