Package org.rcsb.cif.schema.mm
Class PdbxValidateSymmContact
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxValidateSymmContact
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxValidateSymmContact
extends DelegatingCategory
Data items in the PDBX_VALIDATE_SYMM_CONTACT category list the
atoms within the entry that are in close contact with regard
the distances expected from either covalent bonding or closest
approach by van der Waals contacts. Contacts with
for symmetry related contacts are considered.
For those contacts not involving hydrogen a limit of
2.2 Angstroms is used. For contacts involving a hydrogen atom
a cutoff of 1.6Angstrom is used.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxValidateSymmContact(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId1()Part of the identifier of the first of the two atom sites that define the close contact.StrColumngetAuthAsymId2()Part of the identifier of the second of the two atom sites that define the close contact.StrColumngetAuthAtomId1()Part of the identifier of the first of the two atom sites that define the close contact.StrColumngetAuthAtomId2()Part of the identifier of the second of the two atom sites that define the close contact.StrColumngetAuthCompId1()Part of the identifier of the first of the two atom sites that define the close contact.StrColumngetAuthCompId2()Part of the identifier of the second of the two atom sites that define the close contact.StrColumngetAuthSeqId1()Part of the identifier of the first of the two atom sites that define the close contact.StrColumngetAuthSeqId2()Part of the identifier of the second of the two atom sites that define the close contact.FloatColumngetDist()The value of the close contact for the two atoms defined.IntColumngetId()The value of _pdbx_validate_symm_contact.id must uniquely identify each item in the PDBX_VALIDATE_SYMM_CONTACT list.StrColumngetLabelAltId1()An optional identifier of the first of the two atoms that define the close contact.StrColumngetLabelAltId2()An optional identifier of the second of the two atoms that define the close contact.StrColumngetPDBInsCode1()Optional identifier of the first of the two atom sites that define the close contact.StrColumngetPDBInsCode2()Optional identifier of the second of the two atom sites that define the close contact.IntColumngetPDBModelNum()The model number for the given angleStrColumngetSiteSymmetry1()The symmetry of the first of the two atoms define the close contact.StrColumngetSiteSymmetry2()The symmetry of the second of the two atoms define the close contact.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _pdbx_validate_symm_contact.id must uniquely identify each item in the PDBX_VALIDATE_SYMM_CONTACT list. This is an integer serial number.- Returns:
- IntColumn
-
getPDBModelNum
The model number for the given angle- Returns:
- IntColumn
-
getAuthAsymId1
Part of the identifier of the first of the two atom sites that define the close contact. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId1
Part of the identifier of the first of the two atom sites that define the close contact. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId1
Part of the identifier of the first of the two atom sites that define the close contact. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId1
Part of the identifier of the first of the two atom sites that define the close contact. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId2
Part of the identifier of the second of the two atom sites that define the close contact. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAsymId2
Part of the identifier of the second of the two atom sites that define the close contact. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId2
Part of the identifier of the second of the two atom sites that define the close contact. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId2
Part of the identifier of the second of the two atom sites that define the close contact. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode1
Optional identifier of the first of the two atom sites that define the close contact.- Returns:
- StrColumn
-
getPDBInsCode2
Optional identifier of the second of the two atom sites that define the close contact.- Returns:
- StrColumn
-
getLabelAltId1
An optional identifier of the first of the two atoms that define the close contact. This data item is a pointer to _atom_site.label_alt.id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltId2
An optional identifier of the second of the two atoms that define the close contact. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getSiteSymmetry1
The symmetry of the first of the two atoms define the close contact. Symmetry defined in ORTEP style of 555 equal to unit cell with translations +-1 from 555 as 000- Returns:
- StrColumn
-
getSiteSymmetry2
The symmetry of the second of the two atoms define the close contact. Symmetry defined in ORTEP style of 555 equal to unit cell with translations +-1 from 555 as 000- Returns:
- StrColumn
-
getDist
The value of the close contact for the two atoms defined.- Returns:
- FloatColumn
-