org.biojava.bio.structure.io.mmcif.model
Class PdbxStructOperListXMLContainer

java.lang.Object
  extended by org.biojava.bio.structure.io.mmcif.model.PdbxStructOperListXMLContainer

public class PdbxStructOperListXMLContainer
extends java.lang.Object


Constructor Summary
PdbxStructOperListXMLContainer()
           
 
Method Summary
static PdbxStructOperListXMLContainer fromXML(java.lang.String xml)
           
 java.util.List<PdbxStructOperList> getPdbxStructOperLists()
           
 void setPdbxStructOperLists(java.util.List<PdbxStructOperList> d)
           
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdbxStructOperListXMLContainer

public PdbxStructOperListXMLContainer()
Method Detail

getPdbxStructOperLists

public java.util.List<PdbxStructOperList> getPdbxStructOperLists()

setPdbxStructOperLists

public void setPdbxStructOperLists(java.util.List<PdbxStructOperList> d)

toXML

public java.lang.String toXML()

fromXML

public static PdbxStructOperListXMLContainer fromXML(java.lang.String xml)