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