public interface IPDBAtom extends IAtom
IAtomType.Hybridization| Modifier and Type | Method and Description |
|---|---|
String |
getAltLoc()
get the Alternate location indicator of this atom.
|
String |
getChainID()
get the Chain identifier of this atom.
|
Boolean |
getHetAtom()
Determine whether this is a heteroatom or not.
|
String |
getICode()
get Code for insertion of residues of this atom.
|
String |
getName()
get the Atom name of this atom.
|
Double |
getOccupancy()
get the Occupancy of this atom.
|
Boolean |
getOxt()
Returns true of this atom is a PDB OXT atom.
|
String |
getRecord()
Get one entire line from the PDB entry file which describe the IPDBAtom.
|
String |
getResName()
get the Residue name of this atom.
|
String |
getResSeq()
get the Residue sequence number of this atom.
|
String |
getSegID()
get the Segment identifier, left-justified of this atom.
|
Integer |
getSerial()
get the Atom serial number of this atom.
|
Double |
getTempFactor()
get the Temperature factor of this atom.
|
void |
setAltLoc(String newAltLoc)
set the Alternate location indicator of this atom.
|
void |
setChainID(String newChainID)
set the Chain identifier of this atom.
|
void |
setHetAtom(Boolean newHetAtom)
Mark the atom as a heteroatom.
|
void |
setICode(String newICode)
set the Code for insertion of residues of this atom.
|
void |
setName(String newName)
set the Atom name of this atom.
|
void |
setOccupancy(Double newOccupancy)
set the Occupancy of this atom.
|
void |
setOxt(Boolean newOxt)
Change the state of this atom in being the PDB OXT atom.
|
void |
setRecord(String newRecord)
Set one entire line from the PDB entry file which describe the IPDBAtom.
|
void |
setResName(String newResName)
set the Residue name of this atom.
|
void |
setResSeq(String newResSeq)
set the Residue sequence number of this atom.
|
void |
setSegID(String newSegID)
set the Segment identifier, left-justified of this atom.
|
void |
setSerial(Integer newSerial)
set the Atom serial number of this atom.
|
void |
setTempFactor(Double newTempFactor)
set the Temperature factor of this atom.
|
bonds, clone, getBondCount, getCharge, getContainer, getFractionalPoint3d, getImplicitHydrogenCount, getIndex, getPoint2d, getPoint3d, getStereoParity, isAromatic, isInRing, setCharge, setFractionalPoint3d, setImplicitHydrogenCount, setIsAromatic, setIsInRing, setPoint2d, setPoint3d, setStereoParitygetAtomTypeName, getBondOrderSum, getCovalentRadius, getFormalCharge, getFormalNeighbourCount, getHybridization, getMaxBondOrder, getValency, setAtomTypeName, setBondOrderSum, setCovalentRadius, setFormalCharge, setFormalNeighbourCount, setHybridization, setMaxBondOrder, setValencygetExactMass, getMassNumber, getNaturalAbundance, setExactMass, setMassNumber, setNaturalAbundancegetAtomicNumber, getSymbol, setAtomicNumber, setSymboladdListener, addProperties, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toStringgetBuilderString getRecord()
void setRecord(String newRecord)
newRecord - A String with all informationDouble getTempFactor()
void setTempFactor(Double newTempFactor)
newTempFactor - the Temperature factor of this atomString getResName()
void setResName(String newResName)
newResName - the Residue name of this atomString getICode()
void setICode(String newICode)
newICode - the Code for insertion of residues of this atomString getName()
void setName(String newName)
newName - the Atom name of this atomString getChainID()
void setChainID(String newChainID)
newChainID - the Chain identifier of this atomString getAltLoc()
void setAltLoc(String newAltLoc)
newAltLoc - the Alternate location indicator of this atomString getSegID()
void setSegID(String newSegID)
newSegID - the Segment identifier, left-justified of this atomInteger getSerial()
void setSerial(Integer newSerial)
newSerial - the Atom serial number of this atomString getResSeq()
void setResSeq(String newResSeq)
newResSeq - the Residue sequence number of this atomBoolean getOxt()
void setOxt(Boolean newOxt)
newOxt - new boolean indicating whether this atom is a PDB OXT atom.Boolean getHetAtom()
void setHetAtom(Boolean newHetAtom)
newHetAtom - if true, the atom will be marked as a heteroatomDouble getOccupancy()
void setOccupancy(Double newOccupancy)
newOccupancy - the Occupancy of this atomCopyright © 2017. All rights reserved.