org.biojava.bio.structure.scop.server
Class ScopNodes

java.lang.Object
  extended by org.biojava.bio.structure.scop.server.ScopNodes
All Implemented Interfaces:
Serializable

public class ScopNodes
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ScopNodes()
           
 
Method Summary
static ScopNodes fromXML(String xml)
           
 List<ScopNode> getScopNode()
           
 void setScopNode(List<ScopNode> scopNodes)
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopNodes

public ScopNodes()
Method Detail

getScopNode

public List<ScopNode> getScopNode()

setScopNode

public void setScopNode(List<ScopNode> scopNodes)

toXML

public String toXML()

fromXML

public static ScopNodes fromXML(String xml)