public class PDBStructure extends ChemObject implements IPDBStructure
| Modifier and Type | Field and Description |
|---|---|
static String |
HELIX |
static String |
SHEET |
static String |
TURN |
| Constructor and Description |
|---|
PDBStructure() |
| Modifier and Type | Method and 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.
|
addListener, addProperties, clone, compare, getBuilder, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, shallowCopyequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBuildertoStringpublic static final String HELIX
public static final String SHEET
public static final String TURN
public Character getEndChainID()
getEndChainID in interface IPDBStructurepublic void setEndChainID(Character endChainID)
setEndChainID in interface IPDBStructureendChainID - the ending Chain identifier of this structurepublic Character getEndInsertionCode()
getEndInsertionCode in interface IPDBStructurepublic void setEndInsertionCode(Character endInsertionCode)
setEndInsertionCode in interface IPDBStructureendInsertionCode - the ending Code for insertion of residues of this structurepublic Integer getEndSequenceNumber()
getEndSequenceNumber in interface IPDBStructurepublic void setEndSequenceNumber(Integer endSequenceNumber)
setEndSequenceNumber in interface IPDBStructureendSequenceNumber - the ending sequence number of this structurepublic Character getStartChainID()
getStartChainID in interface IPDBStructurepublic void setStartChainID(Character startChainID)
setStartChainID in interface IPDBStructurestartChainID - the start Chain identifier of this structurepublic Character getStartInsertionCode()
getStartInsertionCode in interface IPDBStructurepublic void setStartInsertionCode(Character startInsertionCode)
setStartInsertionCode in interface IPDBStructurestartInsertionCode - the start Chain identifier of this structurepublic Integer getStartSequenceNumber()
getStartSequenceNumber in interface IPDBStructurepublic void setStartSequenceNumber(Integer startSequenceNumber)
setStartSequenceNumber in interface IPDBStructurestartSequenceNumber - the start sequence number of this structurepublic String getStructureType()
getStructureType in interface IPDBStructurepublic void setStructureType(String structureType)
setStructureType in interface IPDBStructurestructureType - the Structure Type of this structureCopyright © 2022. All rights reserved.