ImmutablePdbModresLine |
ImmutablePdbModresLine.Builder.build() |
|
static ImmutablePdbModresLine |
ImmutablePdbModresLine.copyOf(PdbModresLine instance) |
|
static ImmutablePdbModresLine |
ImmutablePdbModresLine.of(String idCode,
String residueName,
String chainIdentifier,
int residueNumber,
String insertionCode,
String standardResidueName,
String comment) |
Construct a new immutable PdbModresLine instance.
|
ImmutablePdbModresLine |
ImmutablePdbModresLine.withChainIdentifier(String value) |
Copy the current immutable object by setting a value for the chainIdentifier attribute.
|
ImmutablePdbModresLine |
ImmutablePdbModresLine.withComment(String value) |
Copy the current immutable object by setting a value for the comment attribute.
|
ImmutablePdbModresLine |
ImmutablePdbModresLine.withIdCode(String value) |
Copy the current immutable object by setting a value for the idCode attribute.
|
ImmutablePdbModresLine |
ImmutablePdbModresLine.withInsertionCode(String value) |
Copy the current immutable object by setting a value for the insertionCode attribute.
|
ImmutablePdbModresLine |
ImmutablePdbModresLine.withResidueName(String value) |
Copy the current immutable object by setting a value for the residueName attribute.
|
ImmutablePdbModresLine |
ImmutablePdbModresLine.withResidueNumber(int value) |
Copy the current immutable object by setting a value for the residueNumber attribute.
|
ImmutablePdbModresLine |
ImmutablePdbModresLine.withStandardResidueName(String value) |
|