Class SpaceGroupMapRoot
- java.lang.Object
-
- org.biojava.nbio.structure.xtal.io.SpaceGroupMapRoot
-
public class SpaceGroupMapRoot extends Object
-
-
Constructor Summary
Constructors Constructor Description SpaceGroupMapRoot()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SpaceGroupMapRoot
fromXML(String xml)
TreeMap<Integer,SpaceGroup>
getMapProperty()
void
setMapProperty(TreeMap<Integer,SpaceGroup> map)
String
toXML()
-
-
-
Constructor Detail
-
SpaceGroupMapRoot
public SpaceGroupMapRoot()
-
-
Method Detail
-
getMapProperty
public TreeMap<Integer,SpaceGroup> getMapProperty()
-
setMapProperty
public void setMapProperty(TreeMap<Integer,SpaceGroup> map)
-
toXML
public String toXML() throws JAXBException
- Throws:
JAXBException
-
fromXML
public static SpaceGroupMapRoot fromXML(String xml) throws JAXBException
- Throws:
JAXBException
-
-