Class ListStringWrapper
- java.lang.Object
-
- org.biojava.nbio.structure.scop.server.ListStringWrapper
-
- All Implemented Interfaces:
Serializable
public class ListStringWrapper extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListStringWrapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListStringWrapper
fromXML(String xml)
List<String>
getData()
void
setData(List<String> data)
String
toXML()
-