ImmutablePdbNamedResidueIdentifier |
ImmutablePdbNamedResidueIdentifier.Builder.build() |
|
static ImmutablePdbNamedResidueIdentifier |
ImmutablePdbNamedResidueIdentifier.copyOf(PdbNamedResidueIdentifier instance) |
|
static ImmutablePdbNamedResidueIdentifier |
ImmutablePdbNamedResidueIdentifier.of(String chainIdentifier,
int residueNumber,
String insertionCode,
char oneLetterName) |
Construct a new immutable PdbNamedResidueIdentifier instance.
|
ImmutablePdbNamedResidueIdentifier |
ImmutablePdbNamedResidueIdentifier.withChainIdentifier(String value) |
Copy the current immutable object by setting a value for the chainIdentifier attribute.
|
ImmutablePdbNamedResidueIdentifier |
ImmutablePdbNamedResidueIdentifier.withInsertionCode(String value) |
Copy the current immutable object by setting a value for the insertionCode attribute.
|
ImmutablePdbNamedResidueIdentifier |
ImmutablePdbNamedResidueIdentifier.withOneLetterName(char value) |
Copy the current immutable object by setting a value for the oneLetterName attribute.
|
ImmutablePdbNamedResidueIdentifier |
ImmutablePdbNamedResidueIdentifier.withResidueNumber(int value) |
Copy the current immutable object by setting a value for the residueNumber attribute.
|