Package org.rcsb.cif.model.generated
Class PdbxValidatePolymerLinkage
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxValidatePolymerLinkage
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxValidatePolymerLinkage extends BaseCategory
Data items in the PDBX_VALIDATE_POLYMER_LINKAGE category list the polymer linkages within the entry that are outside of typlical covalent distances.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxValidatePolymerLinkage(String name)PdbxValidatePolymerLinkage(String name, int rowCount, Object[] encodedColumns)PdbxValidatePolymerLinkage(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAuthAsymId1()Part of the identifier of the first of the two atom sites that define the linkage.StrColumngetAuthAsymId2()Part of the identifier of the second of the two atom sites that define the linkage.StrColumngetAuthAtomId1()Part of the identifier of the first of the two atom sites that define the linkage.StrColumngetAuthAtomId2()Part of the identifier of the second of the two atom sites that define the linkage.StrColumngetAuthCompId1()Part of the identifier of the first of the two atom sites that define the linkage.StrColumngetAuthCompId2()Part of the identifier of the second of the two atom sites that define the linkage.StrColumngetAuthSeqId1()Part of the identifier of the first of the two atom sites that define the linkage.StrColumngetAuthSeqId2()Part of the identifier of the second of the two atom sites that define the linkage.FloatColumngetDist()The value of the polymer linkage for the two atoms defined.IntColumngetId()The value of _pdbx_validate_polymer_linkage.id must uniquely identify each item in the PDBX_VALIDATE_POLYMER_LINKAGE list.StrColumngetLabelAltId1()An optional identifier of the first of the two atoms that define the linkage.StrColumngetLabelAltId2()An optional identifier of the second of the two atoms that define the linkage.StrColumngetPDBInsCode1()Optional identifier of the first of the two atom sites that define the linkage.StrColumngetPDBInsCode2()Optional identifier of the second of the two atom sites that define the linkage.IntColumngetPDBModelNum()The model number for the given linkage-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Constructor Detail
-
PdbxValidatePolymerLinkage
public PdbxValidatePolymerLinkage(String name, Map<String,Column> columns)
-
PdbxValidatePolymerLinkage
public PdbxValidatePolymerLinkage(String name, int rowCount, Object[] encodedColumns)
-
PdbxValidatePolymerLinkage
public PdbxValidatePolymerLinkage(String name)
-
-
Method Detail
-
getId
public IntColumn getId()
The value of _pdbx_validate_polymer_linkage.id must uniquely identify each item in the PDBX_VALIDATE_POLYMER_LINKAGE list. This is an integer serial number.- Returns:
- IntColumn
-
getPDBModelNum
public IntColumn getPDBModelNum()
The model number for the given linkage- Returns:
- IntColumn
-
getAuthAsymId1
public StrColumn getAuthAsymId1()
Part of the identifier of the first of the two atom sites that define the linkage. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId1
public StrColumn getAuthAtomId1()
Part of the identifier of the first of the two atom sites that define the linkage. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId1
public StrColumn getAuthCompId1()
Part of the identifier of the first of the two atom sites that define the linkage. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId1
public StrColumn getAuthSeqId1()
Part of the identifier of the first of the two atom sites that define the linkage. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAtomId2
public StrColumn getAuthAtomId2()
Part of the identifier of the second of the two atom sites that define the linkage. This data item is a pointer to _atom_site.auth_atom_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthAsymId2
public StrColumn getAuthAsymId2()
Part of the identifier of the second of the two atom sites that define the linkage. This data item is a pointer to _atom_site.auth_asym_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthCompId2
public StrColumn getAuthCompId2()
Part of the identifier of the second of the two atom sites that define the linkage. This data item is a pointer to _atom_site.auth_comp_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getAuthSeqId2
public StrColumn getAuthSeqId2()
Part of the identifier of the second of the two atom sites that define the linkage. This data item is a pointer to _atom_site.auth_seq_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode1
public StrColumn getPDBInsCode1()
Optional identifier of the first of the two atom sites that define the linkage. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getPDBInsCode2
public StrColumn getPDBInsCode2()
Optional identifier of the second of the two atom sites that define the linkage. This data item is a pointer to _atom_site.pdbx_PDB_ins_code in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltId1
public StrColumn getLabelAltId1()
An optional identifier of the first of the two atoms that define the linkage. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getLabelAltId2
public StrColumn getLabelAltId2()
An optional identifier of the second of the two atoms that define the linkage. This data item is a pointer to _atom_site.label_alt_id in the ATOM_SITE category.- Returns:
- StrColumn
-
getDist
public FloatColumn getDist()
The value of the polymer linkage for the two atoms defined.- Returns:
- FloatColumn
-
-