|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nbi.xmlsec.biocase.protocol.ProtocolType nbi.xmlsec.biocase.protocol.OperationType nbi.xmlsec.biocase.protocol.ScanOperationType
This class wraps the BioCASE protocol treeElements scan type.
Field Summary | |
(package private) String |
concept
Concept of the scan operation |
(package private) Operator |
filter
The filter operator of this search operation |
(package private) static Logger |
logger
|
Fields inherited from class nbi.xmlsec.biocase.protocol.OperationType |
requestFormat |
Fields inherited from class nbi.xmlsec.biocase.protocol.ProtocolType |
protocolURI |
Constructor Summary | |
ScanOperationType(String protocolURI)
Inits this instance. |
Method Summary | |
String |
getConcept()
Gets the concept. |
Operator |
getFilter()
Gets the filter |
void |
setConcept(String concept)
Sets the concept. |
void |
setFilter(Operator filter)
Sets filter |
String |
toString()
|
void |
write(ContentHandler out)
Writes the Operation type to a SAX Stream. |
Methods inherited from class nbi.xmlsec.biocase.protocol.OperationType |
getRequestFormat, setRequestFormat |
Methods inherited from class nbi.xmlsec.biocase.protocol.ProtocolType |
getProtocolURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static Logger logger
String concept
Operator filter
Constructor Detail |
public ScanOperationType(String protocolURI)
protocolURI
- The protocol version of this instance.Method Detail |
public void write(ContentHandler out) throws SAXException
write
in class OperationType
out
- ContentHandler
to write to.
SAXException
public String toString()
toString
in class OperationType
public String getConcept()
public void setConcept(String concept)
concept
- The concept to set.public void setFilter(Operator filter)
filter
- The filter to set.public Operator getFilter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |