
public class Group extends Object implements Serializable
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getAtomNameList()
Gets the atom info.
|
int[] |
getBondAtomList()
Gets the bond indices.
|
int[] |
getBondOrderList()
Gets the bond orders.
|
String |
getChemCompType()
Get the chemical component type (in mmCIF as _chem_comp.type).
|
String[] |
getElementList() |
int[] |
getFormalChargeList()
Gets the atom charges.
|
String |
getGroupName()
Gets the group name.
|
char |
getSingleLetterCode()
Gets the single letter code.
|
int |
hashCode() |
void |
setAtomNameList(String[] inputAtomInfo)
Sets the atom info.
|
void |
setBondAtomList(int[] inputBondIndices)
Sets the bond indices.
|
void |
setBondOrderList(int[] inputBondOrders)
Sets the bond orders.
|
void |
setChemCompType(String groupType) |
void |
setElementList(String[] elementList) |
void |
setFormalChargeList(int[] inputAtomCharges)
Sets the atom charges.
|
void |
setGroupName(String resName)
Sets the group name.
|
void |
setSingleLetterCode(char inputSingleLetterCode)
Sets the single letter code.
|
public String[] getAtomNameList()
public void setAtomNameList(String[] inputAtomInfo)
inputAtomInfo - the new atom infopublic int[] getBondOrderList()
public void setBondOrderList(int[] inputBondOrders)
inputBondOrders - the new bond orderspublic int[] getBondAtomList()
public void setBondAtomList(int[] inputBondIndices)
inputBondIndices - the new bond indicespublic String getGroupName()
public void setGroupName(String resName)
resName - the new group namepublic int[] getFormalChargeList()
public void setFormalChargeList(int[] inputAtomCharges)
inputAtomCharges - the new atom chargespublic char getSingleLetterCode()
public void setSingleLetterCode(char inputSingleLetterCode)
inputSingleLetterCode - the new single letter codepublic String getChemCompType()
public void setChemCompType(String groupType)
groupType - the groupType (corresponds to _chem_comp.type) to setpublic String[] getElementList()
public void setElementList(String[] elementList)
elementList - the list of elements (e.g. C for Carbon and Ca for Calcium)Copyright © 2015–2016 RCSB PDB. All rights reserved.