|
||||||||||
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.ContentObject nbi.xmlsec.biocase.protocol.Scan
This class wraps the BioCASE protocol content object of type Scan.
Field Summary | |
static String |
LN_VALUE
Local name of the sub element value |
(package private) static Logger |
logger
|
(package private) Vector |
values
String Values of the content object Scan |
Fields inherited from class nbi.xmlsec.biocase.protocol.ProtocolType |
protocolURI |
Constructor Summary | |
Scan(String protocolURI)
|
Method Summary | |
boolean |
addValue(String value)
Appends the specified value to the values list. |
String |
getValue(int index)
Gets the value at the specified position |
Vector |
getValues()
Gets the values |
boolean |
removeValue(String value)
Removes the specified value from the values list. |
void |
setValues(Vector values)
Sets values |
String |
toString()
|
void |
write(ContentHandler out)
Writes the scan content object to a SAX Stream. |
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
public static final String LN_VALUE
value
Vector values
Constructor Detail |
public Scan(String protocolURI)
Method Detail |
public void write(ContentHandler out) throws SAXException
write
in class ContentObject
out
- ContentHandler
to write to.
SAXException
public String getValue(int index)
index
- index of the value to return
public boolean addValue(String value)
value
- value to be appended.
public boolean removeValue(String value)
value
- value to be removed.
public Vector getValues()
public void setValues(Vector values)
values
- The values to set.public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |