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 SpaceGroupMapRoot()
public TreeMap<Integer,SpaceGroup> getMapProperty()
public void setMapProperty(TreeMap<Integer,SpaceGroup> map)
public String toXML() throws JAXBException
JAXBException
public static SpaceGroupMapRoot fromXML(String xml) throws JAXBException
JAXBException
Copyright © 2000–2018 BioJava. All rights reserved.