public interface IPDBAtom extends IAtom
IAtomType.Hybridization
Ac, Ag, Al, Am, Ar, As, At, Au, B, Ba, Be, Bh, Bi, Bk, Br, C, Ca, Cd, Ce, Cf, Cl, Cm, Cn, Co, Cr, Cs, Cu, Db, Ds, Dy, Er, Es, Eu, F, Fe, Fl, Fm, Fr, Ga, Gd, Ge, H, He, Hf, Hg, Ho, Hs, I, In, Ir, K, Kr, La, Li, Lr, Lu, Lv, Mc, Md, Mg, Mn, Mo, Mt, N, Na, Nb, Nd, Ne, Nh, Ni, No, Np, O, Og, Os, P, Pa, Pb, Pd, Pm, Po, Pr, Pt, Pu, Ra, Rb, Re, Rf, Rg, Rh, Rn, Ru, S, Sb, Sc, Se, Sg, Si, Sm, Sn, Sr, Ta, Tb, Tc, Te, Th, Ti, Tl, Tm, Ts, U, V, W, Wildcard, Xe, Y, Yb, Zn, Zr
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, getBond, getBondCount, getCharge, getContainer, getFractionalPoint3d, getImplicitHydrogenCount, getIndex, getMapIdx, getPoint2d, getPoint3d, getStereoParity, isAromatic, isInRing, setCharge, setFractionalPoint3d, setImplicitHydrogenCount, setIsAromatic, setIsInRing, setMapIdx, setPoint2d, setPoint3d, setStereoParity
getAtomTypeName, getBondOrderSum, getCovalentRadius, getFormalCharge, getFormalNeighbourCount, getHybridization, getMaxBondOrder, getValency, setAtomTypeName, setBondOrderSum, setCovalentRadius, setFormalCharge, setFormalNeighbourCount, setHybridization, setMaxBondOrder, setValency
getExactMass, getMassNumber, getNaturalAbundance, setExactMass, setMassNumber, setNaturalAbundance
getAtomicNumber, getSymbol, setAtomicNumber, setSymbol
addListener, addProperties, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toString
getBuilder
String 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 © 2021. All rights reserved.