ImmutablePdbAtomLine |
ImmutablePdbAtomLine.Builder.build() |
|
static ImmutablePdbAtomLine |
ImmutablePdbAtomLine.copyOf(PdbAtomLine instance) |
|
static ImmutablePdbAtomLine |
ImmutablePdbAtomLine.of(int serialNumber,
String atomName,
String alternateLocation,
String residueName,
String chainIdentifier,
int residueNumber,
String insertionCode,
double x,
double y,
double z,
double occupancy,
double temperatureFactor,
String elementSymbol,
String charge) |
Construct a new immutable PdbAtomLine instance.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withAlternateLocation(String value) |
Copy the current immutable object by setting a value for the alternateLocation attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withAtomName(String value) |
Copy the current immutable object by setting a value for the atomName attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withChainIdentifier(String value) |
Copy the current immutable object by setting a value for the chainIdentifier attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withCharge(String value) |
Copy the current immutable object by setting a value for the charge attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withElementSymbol(String value) |
Copy the current immutable object by setting a value for the elementSymbol attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withInsertionCode(String value) |
Copy the current immutable object by setting a value for the insertionCode attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withOccupancy(double value) |
Copy the current immutable object by setting a value for the occupancy attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withResidueName(String value) |
Copy the current immutable object by setting a value for the residueName attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withResidueNumber(int value) |
Copy the current immutable object by setting a value for the residueNumber attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withSerialNumber(int value) |
Copy the current immutable object by setting a value for the serialNumber attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withTemperatureFactor(double value) |
Copy the current immutable object by setting a value for the temperatureFactor attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withX(double value) |
Copy the current immutable object by setting a value for the x attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withY(double value) |
Copy the current immutable object by setting a value for the y attribute.
|
ImmutablePdbAtomLine |
ImmutablePdbAtomLine.withZ(double value) |
Copy the current immutable object by setting a value for the z attribute.
|