Class PdbxStructOperList
java.lang.Object
org.biojava.nbio.structure.io.mmcif.model.PdbxStructOperList
- All Implemented Interfaces:
Serializable
The bean for pdbx_struct_oper_list category
_pdbx_struct_oper_list.id _pdbx_struct_oper_list.type _pdbx_struct_oper_list.symmetry_operation _pdbx_struct_oper_list.matrix[1][1] _pdbx_struct_oper_list.matrix[1][2] _pdbx_struct_oper_list.matrix[1][3] _pdbx_struct_oper_list.vector[1] _pdbx_struct_oper_list.matrix[2][1] _pdbx_struct_oper_list.matrix[2][2] _pdbx_struct_oper_list.matrix[2][3] _pdbx_struct_oper_list.vector[2] _pdbx_struct_oper_list.matrix[3][1] _pdbx_struct_oper_list.matrix[3][2] _pdbx_struct_oper_list.matrix[3][3] _pdbx_struct_oper_list.vector[3] _pdbx_struct_oper_list.name
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
double
double
double
double
double
double
double
double
double
getName()
getType()
double[]
void
void
void
setMatrix11
(String val) void
setMatrix12
(String val) void
setMatrix13
(String val) void
setMatrix21
(String val) void
setMatrix22
(String val) void
setMatrix23
(String val) void
setMatrix31
(String val) void
setMatrix32
(String val) void
setMatrix33
(String val) void
void
setSymmetry_operation
(String symmetry_operation) void
void
setVector
(double[] vector) void
setVector1
(String vector1) void
setVector2
(String vector2) void
setVector3
(String vector3) toString()
-
Constructor Details
-
PdbxStructOperList
public PdbxStructOperList()
-
-
Method Details
-
toString
-
getType
-
setType
-
getMatrix
-
setMatrix
-
getVector
public double[] getVector() -
setVector
public void setVector(double[] vector) -
getId
-
setId
-
setMatrix11
-
setMatrix21
-
setMatrix31
-
setMatrix12
-
setMatrix22
-
setMatrix32
-
setMatrix13
-
setMatrix23
-
setMatrix33
-
setName
-
getVector1
-
setVector1
-
getVector2
-
setVector2
-
getVector3
-
setVector3
-
getName
-
getSymmetry_operation
-
setSymmetry_operation
-
getMatrix11
public double getMatrix11() -
getMatrix21
public double getMatrix21() -
getMatrix31
public double getMatrix31() -
getMatrix12
public double getMatrix12() -
getMatrix22
public double getMatrix22() -
getMatrix32
public double getMatrix32() -
getMatrix13
public double getMatrix13() -
getMatrix23
public double getMatrix23() -
getMatrix33
public double getMatrix33()
-