Package org.openscience.cdk.debug
Class DebugPDBStructure
- java.lang.Object
-
- org.openscience.cdk.ChemObject
-
- org.openscience.cdk.protein.data.PDBStructure
-
- org.openscience.cdk.debug.DebugPDBStructure
-
- All Implemented Interfaces:
Serializable
,Cloneable
,ICDKObject
,IChemObject
,IPDBStructure
public class DebugPDBStructure extends PDBStructure
Debugging data class.- Author:
- Miguel Rojas
- See Also:
- Serialized Form
- Source code:
- main
- Belongs to CDK module:
- datadebug
-
-
Field Summary
-
Fields inherited from class org.openscience.cdk.protein.data.PDBStructure
HELIX, SHEET, TURN
-
Fields inherited from interface org.openscience.cdk.interfaces.IChemObject
ALIPHATIC, AROMATIC, CONJUGATED, HYDROGEN_BOND_ACCEPTOR, HYDROGEN_BOND_DONOR, IN_RING, MAPPED, NOT_IN_RING, PLACED, REACTIVE_CENTER, SINGLE_OR_DOUBLE, TYPEABLE, VISITED
-
-
Constructor Summary
Constructors Constructor Description DebugPDBStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Character
getEndChainID()
get the ending Chain identifier of this structure.Character
getEndInsertionCode()
get the ending Code for insertion of residues of this structure.Integer
getEndSequenceNumber()
get the ending sequence number of this structure.Character
getStartChainID()
get start Chain identifier of this structure.Character
getStartInsertionCode()
get start Code for insertion of residues of this structure.Integer
getStartSequenceNumber()
get the start sequence number of this structure.String
getStructureType()
get Structure Type of this structure.void
setEndChainID(Character endChainID)
set the ending Chain identifier of this structure.void
setEndInsertionCode(Character endInsertionCode)
set the ending Code for insertion of residues of this structure.void
setEndSequenceNumber(Integer endSequenceNumber)
set the ending sequence number of this structure.void
setStartChainID(Character startChainID)
set the start Chain identifier of this structure.void
setStartInsertionCode(Character startInsertionCode)
set the start Chain identifier of this structure.void
setStartSequenceNumber(Integer startSequenceNumber)
set the start sequence number of this structure.void
setStructureType(String structureType)
set the Structure Type of this structure.-
Methods inherited from class org.openscience.cdk.ChemObject
addListener, addProperties, clear, clone, compare, flags, getBuilder, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, is, notifyChanged, notifyChanged, removeListener, removeProperty, set, setFlag, setFlags, setID, setNotification, setProperties, setProperty, shallowCopy
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openscience.cdk.interfaces.ICDKObject
getBuilder
-
Methods inherited from interface org.openscience.cdk.interfaces.IChemObject
toString
-
-
-
-
Method Detail
-
getEndChainID
public Character getEndChainID()
get the ending Chain identifier of this structure.- Specified by:
getEndChainID
in interfaceIPDBStructure
- Overrides:
getEndChainID
in classPDBStructure
- Returns:
- the ending Chain identifier of this structure
-
setEndChainID
public void setEndChainID(Character endChainID)
set the ending Chain identifier of this structure.- Specified by:
setEndChainID
in interfaceIPDBStructure
- Overrides:
setEndChainID
in classPDBStructure
- Parameters:
endChainID
- the ending Chain identifier of this structure
-
getEndInsertionCode
public Character getEndInsertionCode()
get the ending Code for insertion of residues of this structure.- Specified by:
getEndInsertionCode
in interfaceIPDBStructure
- Overrides:
getEndInsertionCode
in classPDBStructure
- Returns:
- the ending Code for insertion of residues of this structure
-
setEndInsertionCode
public void setEndInsertionCode(Character endInsertionCode)
set the ending Code for insertion of residues of this structure.- Specified by:
setEndInsertionCode
in interfaceIPDBStructure
- Overrides:
setEndInsertionCode
in classPDBStructure
- Parameters:
endInsertionCode
- the ending Code for insertion of residues of this structure
-
getEndSequenceNumber
public Integer getEndSequenceNumber()
get the ending sequence number of this structure.- Specified by:
getEndSequenceNumber
in interfaceIPDBStructure
- Overrides:
getEndSequenceNumber
in classPDBStructure
- Returns:
- the ending sequence number of this structure
-
setEndSequenceNumber
public void setEndSequenceNumber(Integer endSequenceNumber)
set the ending sequence number of this structure.- Specified by:
setEndSequenceNumber
in interfaceIPDBStructure
- Overrides:
setEndSequenceNumber
in classPDBStructure
- Parameters:
endSequenceNumber
- the ending sequence number of this structure
-
getStartChainID
public Character getStartChainID()
get start Chain identifier of this structure.- Specified by:
getStartChainID
in interfaceIPDBStructure
- Overrides:
getStartChainID
in classPDBStructure
- Returns:
- the start Chain identifier of this structure
-
setStartChainID
public void setStartChainID(Character startChainID)
set the start Chain identifier of this structure.- Specified by:
setStartChainID
in interfaceIPDBStructure
- Overrides:
setStartChainID
in classPDBStructure
- Parameters:
startChainID
- the start Chain identifier of this structure
-
getStartInsertionCode
public Character getStartInsertionCode()
get start Code for insertion of residues of this structure.- Specified by:
getStartInsertionCode
in interfaceIPDBStructure
- Overrides:
getStartInsertionCode
in classPDBStructure
- Returns:
- the start Code for insertion of residues of this structure
-
setStartInsertionCode
public void setStartInsertionCode(Character startInsertionCode)
set the start Chain identifier of this structure.- Specified by:
setStartInsertionCode
in interfaceIPDBStructure
- Overrides:
setStartInsertionCode
in classPDBStructure
- Parameters:
startInsertionCode
- the start Chain identifier of this structure
-
getStartSequenceNumber
public Integer getStartSequenceNumber()
get the start sequence number of this structure.- Specified by:
getStartSequenceNumber
in interfaceIPDBStructure
- Overrides:
getStartSequenceNumber
in classPDBStructure
- Returns:
- the start sequence number of this structure
-
setStartSequenceNumber
public void setStartSequenceNumber(Integer startSequenceNumber)
set the start sequence number of this structure.- Specified by:
setStartSequenceNumber
in interfaceIPDBStructure
- Overrides:
setStartSequenceNumber
in classPDBStructure
- Parameters:
startSequenceNumber
- the start sequence number of this structure
-
getStructureType
public String getStructureType()
get Structure Type of this structure.- Specified by:
getStructureType
in interfaceIPDBStructure
- Overrides:
getStructureType
in classPDBStructure
- Returns:
- the Structure Type of this structure
-
setStructureType
public void setStructureType(String structureType)
set the Structure Type of this structure.- Specified by:
setStructureType
in interfaceIPDBStructure
- Overrides:
setStructureType
in classPDBStructure
- Parameters:
structureType
- the Structure Type of this structure
-
-