Class SearchRequestIntermediary
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.json.SearchRequestIntermediary
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchRequestIntermediaryfromSearchRequest(SearchRequest searchRequest) getDn()getScope()longlongbooleanbooleanvoidsetAttributes(List<String> value) voidsetControls(List<Control> value) voidvoidvoidsetFilter(FilterIntermediary value) voidvoidsetRequestId(String value) voidvoidsetSizeLimit(long value) voidsetTimeLimit(long value) voidsetTypesOnly(boolean value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
SearchRequestIntermediary
public SearchRequestIntermediary()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClassin interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClassin 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
-