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

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

public class ScopDescriptions
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ScopDescriptions()
           
 
Method Summary
static ScopDescriptions fromXML(String xml)
           
 List<ScopDescription> getScopDescription()
           
 void setScopDescription(List<ScopDescription> descriptions)
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopDescriptions

public ScopDescriptions()
Method Detail

getScopDescription

public List<ScopDescription> getScopDescription()

setScopDescription

public void setScopDescription(List<ScopDescription> descriptions)

toXML

public String toXML()

fromXML

public static ScopDescriptions fromXML(String xml)