Class StructNcsOper
java.lang.Object
org.biojava.nbio.structure.io.mmcif.model.AbstractBean
org.biojava.nbio.structure.io.mmcif.model.StructNcsOper
A class containing the _struct_ncs_oper data
 
 
  _struct_ncs_oper.id 
  _struct_ncs_oper.code 
  _struct_ncs_oper.details 
        _struct_ncs_oper.matrix[1][1] 
        _struct_ncs_oper.matrix[1][2] 
        _struct_ncs_oper.matrix[1][3] 
        _struct_ncs_oper.matrix[2][1] 
        _struct_ncs_oper.matrix[2][2] 
        _struct_ncs_oper.matrix[2][3] 
        _struct_ncs_oper.matrix[3][1] 
        _struct_ncs_oper.matrix[3][2] 
        _struct_ncs_oper.matrix[3][3] 
        _struct_ncs_oper.vector[1] 
        _struct_ncs_oper.vector[2] 
        _struct_ncs_oper.vector[3] 
 - Author:
 - Jose Duarte
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetCode()getId()voidvoidsetDetails(String details) voidvoidsetMatrix11(String matrix11) voidsetMatrix12(String matrix12) voidsetMatrix13(String matrix13) voidsetMatrix21(String matrix21) voidsetMatrix22(String matrix22) voidsetMatrix23(String matrix23) voidsetMatrix31(String matrix31) voidsetMatrix32(String matrix32) voidsetMatrix33(String matrix33) voidsetVector1(String vector1) voidsetVector2(String vector2) voidsetVector3(String vector3) Methods inherited from class org.biojava.nbio.structure.io.mmcif.model.AbstractBean
toString 
- 
Constructor Details
- 
StructNcsOper
public StructNcsOper() 
 - 
 - 
Method Details
- 
getId
 - 
setId
 - 
getCode
 - 
setCode
 - 
getDetails
 - 
setDetails
 - 
getMatrix11
- Returns:
 - the matrix11
 
 - 
setMatrix11
- Parameters:
 matrix11- the matrix11 to set
 - 
getMatrix12
- Returns:
 - the matrix12
 
 - 
setMatrix12
- Parameters:
 matrix12- the matrix12 to set
 - 
getMatrix13
- Returns:
 - the matrix13
 
 - 
setMatrix13
- Parameters:
 matrix13- the matrix13 to set
 - 
getMatrix21
- Returns:
 - the matrix21
 
 - 
setMatrix21
- Parameters:
 matrix21- the matrix21 to set
 - 
getMatrix22
- Returns:
 - the matrix22
 
 - 
setMatrix22
- Parameters:
 matrix22- the matrix22 to set
 - 
getMatrix23
- Returns:
 - the matrix23
 
 - 
setMatrix23
- Parameters:
 matrix23- the matrix23 to set
 - 
getMatrix31
- Returns:
 - the matrix31
 
 - 
setMatrix31
- Parameters:
 matrix31- the matrix31 to set
 - 
getMatrix32
- Returns:
 - the matrix32
 
 - 
setMatrix32
- Parameters:
 matrix32- the matrix32 to set
 - 
getMatrix33
- Returns:
 - the matrix33
 
 - 
setMatrix33
- Parameters:
 matrix33- the matrix33 to set
 - 
getVector1
- Returns:
 - the vector1
 
 - 
setVector1
- Parameters:
 vector1- the vector1 to set
 - 
getVector2
- Returns:
 - the vector2
 
 - 
setVector2
- Parameters:
 vector2- the vector2 to set
 - 
getVector3
- Returns:
 - the vector3
 
 - 
setVector3
- Parameters:
 vector3- the vector3 to set
 
 -