public class SpaceGroupMapRoot extends Object
| Constructor and Description |
|---|
SpaceGroupMapRoot() |
| Modifier and Type | Method and Description |
|---|---|
static SpaceGroupMapRoot |
fromXML(String xml) |
TreeMap<Integer,SpaceGroup> |
getMapProperty() |
void |
setMapProperty(TreeMap<Integer,SpaceGroup> map) |
String |
toXML() |
public TreeMap<Integer,SpaceGroup> getMapProperty()
public void setMapProperty(TreeMap<Integer,SpaceGroup> map)
public String toXML() throws JAXBException
JAXBExceptionpublic static SpaceGroupMapRoot fromXML(String xml) throws JAXBException
JAXBExceptionCopyright © 2000–2016 BioJava. All rights reserved.