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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetId()doubledoubledoubledoubledoubledoubledoubledoubledoublegetName()getType()double[]voidvoidvoidsetMatrix11(String val) voidsetMatrix12(String val) voidsetMatrix13(String val) voidsetMatrix21(String val) voidsetMatrix22(String val) voidsetMatrix23(String val) voidsetMatrix31(String val) voidsetMatrix32(String val) voidsetMatrix33(String val) voidvoidsetSymmetry_operation(String symmetry_operation) voidvoidsetVector(double[] vector) voidsetVector1(String vector1) voidsetVector2(String vector2) voidsetVector3(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() 
 -