org.biojava.bio.structure.align.xml
Class PdbPairsMessage

java.lang.Object
  extended by org.biojava.bio.structure.align.xml.PdbPairsMessage

public class PdbPairsMessage
extends Object


Constructor Summary
PdbPairsMessage()
           
 
Method Summary
 String getMethod()
           
 SortedSet<PdbPair> getPairs()
           
 void setMethod(String method)
           
 void setPairs(SortedSet<PdbPair> pairs)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdbPairsMessage

public PdbPairsMessage()
Method Detail

getMethod

public String getMethod()

setMethod

public void setMethod(String method)

getPairs

public SortedSet<PdbPair> getPairs()

setPairs

public void setPairs(SortedSet<PdbPair> pairs)

toString

public String toString()
Overrides:
toString in class Object