public class DebugPDBStructure extends PDBStructure
HELIX, SHEET, TURN
Constructor and Description |
---|
DebugPDBStructure() |
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, shallowCopy
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBuilder
toString
public Character getEndChainID()
getEndChainID
in interface IPDBStructure
getEndChainID
in class PDBStructure
public void setEndChainID(Character endChainID)
setEndChainID
in interface IPDBStructure
setEndChainID
in class PDBStructure
endChainID
- the ending Chain identifier of this structurepublic Character getEndInsertionCode()
getEndInsertionCode
in interface IPDBStructure
getEndInsertionCode
in class PDBStructure
public void setEndInsertionCode(Character endInsertionCode)
setEndInsertionCode
in interface IPDBStructure
setEndInsertionCode
in class PDBStructure
endInsertionCode
- the ending Code for insertion of residues of this structurepublic Integer getEndSequenceNumber()
getEndSequenceNumber
in interface IPDBStructure
getEndSequenceNumber
in class PDBStructure
public void setEndSequenceNumber(Integer endSequenceNumber)
setEndSequenceNumber
in interface IPDBStructure
setEndSequenceNumber
in class PDBStructure
endSequenceNumber
- the ending sequence number of this structurepublic Character getStartChainID()
getStartChainID
in interface IPDBStructure
getStartChainID
in class PDBStructure
public void setStartChainID(Character startChainID)
setStartChainID
in interface IPDBStructure
setStartChainID
in class PDBStructure
startChainID
- the start Chain identifier of this structurepublic Character getStartInsertionCode()
getStartInsertionCode
in interface IPDBStructure
getStartInsertionCode
in class PDBStructure
public void setStartInsertionCode(Character startInsertionCode)
setStartInsertionCode
in interface IPDBStructure
setStartInsertionCode
in class PDBStructure
startInsertionCode
- the start Chain identifier of this structurepublic Integer getStartSequenceNumber()
getStartSequenceNumber
in interface IPDBStructure
getStartSequenceNumber
in class PDBStructure
public void setStartSequenceNumber(Integer startSequenceNumber)
setStartSequenceNumber
in interface IPDBStructure
setStartSequenceNumber
in class PDBStructure
startSequenceNumber
- the start sequence number of this structurepublic String getStructureType()
getStructureType
in interface IPDBStructure
getStructureType
in class PDBStructure
public void setStructureType(String structureType)
setStructureType
in interface IPDBStructure
setStructureType
in class PDBStructure
structureType
- the Structure Type of this structureCopyright © 2021. All rights reserved.