Package org.biojava.bio.structure
Class SSBond
- java.lang.Object
-
- org.biojava.bio.structure.SSBond
-
-
Constructor Summary
Constructors Constructor Description SSBond()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSBondclone()java.lang.StringgetChainID1()java.lang.StringgetChainID2()java.lang.StringgetInsCode1()java.lang.StringgetInsCode2()java.lang.StringgetResnum1()get residue number for first CYS.java.lang.StringgetResnum2()get residue number for second CYS.intgetSerNum()set serial number of this SSBOND in PDB filevoidsetChainID1(java.lang.String chainID1)voidsetChainID2(java.lang.String chainID2)voidsetInsCode1(java.lang.String insCode1)voidsetInsCode2(java.lang.String insCode2)voidsetResnum1(java.lang.String resnum1)voidsetResnum2(java.lang.String resnum2)voidsetSerNum(int serNum)get serial number of this SSBOND in PDB filejava.lang.StringtoPDB()Returns a PDB file like representation of this record.voidtoPDB(java.lang.StringBuffer buf)append the PDB representation of this SSBOND to the provided StringBUffer
-
-
-
Method Detail
-
toPDB
public java.lang.String toPDB()
Description copied from interface:PDBRecordReturns a PDB file like representation of this record.
-
toPDB
public void toPDB(java.lang.StringBuffer buf)
append the PDB representation of this SSBOND to the provided StringBUffer
-
getInsCode1
public java.lang.String getInsCode1()
-
setInsCode1
public void setInsCode1(java.lang.String insCode1)
-
getInsCode2
public java.lang.String getInsCode2()
-
setInsCode2
public void setInsCode2(java.lang.String insCode2)
-
getSerNum
public int getSerNum()
set serial number of this SSBOND in PDB file- Returns:
- the serial number
-
setSerNum
public void setSerNum(int serNum)
get serial number of this SSBOND in PDB file- Parameters:
serNum-
-
clone
public SSBond clone()
- Overrides:
clonein classjava.lang.Object
-
getChainID1
public java.lang.String getChainID1()
-
setChainID1
public void setChainID1(java.lang.String chainID1)
-
getChainID2
public java.lang.String getChainID2()
-
setChainID2
public void setChainID2(java.lang.String chainID2)
-
getResnum1
public java.lang.String getResnum1()
get residue number for first CYS. number and insertion code are joint together.- Returns:
- the residue number of the first CYS.
-
setResnum1
public void setResnum1(java.lang.String resnum1)
-
getResnum2
public java.lang.String getResnum2()
get residue number for second CYS. number and insertion code are joint together.- Returns:
- the residue number of the second CYS.
-
setResnum2
public void setResnum2(java.lang.String resnum2)
-
-