\Amelaye\BioPHP\Domain\Parser\Entity PdbAtom

Class PdbAtom

Summary

Methods
Properties
Constants
getSerial
setSerial
getName
setName
getAltLoc
setAltLoc
getResName
setResName
getChainId
setChainId
getResSeq
setResSeq
getX
setX
getY
setY
getZ
setZ
getOccupancy
setOccupancy
getTempFactor
setTempFactor
getElement
setElement
No public properties found
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
serial
name
altLoc
resName
chainId
resSeq
x
y
z
occupancy
tempFactor
element
No private constants found

Properties

$serial

$serial : int

Type

int —

$name

$name : string

Type

string —

$altLoc

$altLoc : string

Type

string —

$resName

$resName : string

Type

string —

$chainId

$chainId : string

Type

string —

$resSeq

$resSeq : int

Type

int —

$x

$x : float

Type

float —

$y

$y : float

Type

float —

$z

$z : float

Type

float —

$occupancy

$occupancy : float

Type

float —

$tempFactor

$tempFactor : float

Type

float —

$element

$element : string

Type

string —

Methods

getSerial()

getSerial() : int

Returns

int —

setSerial()

setSerial(int  $serial) : void

Parameters

int $serial

Returns

void —

getName()

getName() : string

Returns

string —

setName()

setName(string  $name) : void

Parameters

string $name

Returns

void —

getAltLoc()

getAltLoc() : string

Returns

string —

setAltLoc()

setAltLoc(string  $altLoc) : void

Parameters

string $altLoc

Returns

void —

getResName()

getResName() : string

Returns

string —

setResName()

setResName(string  $resName) : void

Parameters

string $resName

Returns

void —

getChainId()

getChainId() : string

Returns

string —

setChainId()

setChainId(string  $chainId) : void

Parameters

string $chainId

Returns

void —

getResSeq()

getResSeq() : int

Returns

int —

setResSeq()

setResSeq(int  $resSeq) : void

Parameters

int $resSeq

Returns

void —

getX()

getX() : float

Returns

float —

setX()

setX(float  $x) : void

Parameters

float $x

Returns

void —

getY()

getY() : float

Returns

float —

setY()

setY(float  $y) : void

Parameters

float $y

Returns

void —

getZ()

getZ() : float

Returns

float —

setZ()

setZ(float  $z) : void

Parameters

float $z

Returns

void —

getOccupancy()

getOccupancy() : float

Returns

float —

setOccupancy()

setOccupancy(float  $occupancy) : void

Parameters

float $occupancy

Returns

void —

getTempFactor()

getTempFactor() : float

Returns

float —

setTempFactor()

setTempFactor(float  $tempFactor) : void

Parameters

float $tempFactor

Returns

void —

getElement()

getElement() : string

Returns

string —

setElement()

setElement(string  $element) : void

Parameters

string $element

Returns

void —