ImmutablePdbRemark465Line |
ImmutablePdbRemark465Line.Builder.build() |
|
static ImmutablePdbRemark465Line |
ImmutablePdbRemark465Line.copyOf(PdbRemark465Line instance) |
|
static ImmutablePdbRemark465Line |
ImmutablePdbRemark465Line.of(int modelNumber,
String residueName,
String chainIdentifier,
int residueNumber,
String insertionCode) |
Construct a new immutable PdbRemark465Line instance.
|
ImmutablePdbRemark465Line |
ImmutablePdbRemark465Line.withChainIdentifier(String value) |
Copy the current immutable object by setting a value for the chainIdentifier attribute.
|
ImmutablePdbRemark465Line |
ImmutablePdbRemark465Line.withInsertionCode(String value) |
Copy the current immutable object by setting a value for the insertionCode attribute.
|
ImmutablePdbRemark465Line |
ImmutablePdbRemark465Line.withModelNumber(int value) |
Copy the current immutable object by setting a value for the modelNumber attribute.
|
ImmutablePdbRemark465Line |
ImmutablePdbRemark465Line.withResidueName(String value) |
Copy the current immutable object by setting a value for the residueName attribute.
|
ImmutablePdbRemark465Line |
ImmutablePdbRemark465Line.withResidueNumber(int value) |
Copy the current immutable object by setting a value for the residueNumber attribute.
|