Class PdbPairsMessage
- java.lang.Object
-
- org.biojava.nbio.structure.align.xml.PdbPairsMessage
-
public class PdbPairsMessage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PdbPairsMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMethod()java.util.SortedSet<PdbPair>getPairs()voidsetMethod(java.lang.String method)voidsetPairs(java.util.SortedSet<PdbPair> pairs)java.lang.StringtoString()
-
-
-
Method Detail
-
getMethod
public java.lang.String getMethod()
-
setMethod
public void setMethod(java.lang.String method)
-
getPairs
public java.util.SortedSet<PdbPair> getPairs()
-
setPairs
public void setPairs(java.util.SortedSet<PdbPair> pairs)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-