Class StructNcsOper
- java.lang.Object
-
- org.biojava.nbio.structure.io.mmcif.model.AbstractBean
-
- org.biojava.nbio.structure.io.mmcif.model.StructNcsOper
-
public class StructNcsOper extends AbstractBean
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 Constructor Description StructNcsOper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()StringgetDetails()StringgetId()StringgetMatrix11()StringgetMatrix12()StringgetMatrix13()StringgetMatrix21()StringgetMatrix22()StringgetMatrix23()StringgetMatrix31()StringgetMatrix32()StringgetMatrix33()StringgetVector1()StringgetVector2()StringgetVector3()voidsetCode(String code)voidsetDetails(String details)voidsetId(String id)voidsetMatrix11(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 Detail
-
StructNcsOper
public StructNcsOper()
-
-
Method Detail
-
getDetails
public String getDetails()
-
setDetails
public void setDetails(String details)
-
getMatrix11
public String getMatrix11()
- Returns:
- the matrix11
-
setMatrix11
public void setMatrix11(String matrix11)
- Parameters:
matrix11- the matrix11 to set
-
getMatrix12
public String getMatrix12()
- Returns:
- the matrix12
-
setMatrix12
public void setMatrix12(String matrix12)
- Parameters:
matrix12- the matrix12 to set
-
getMatrix13
public String getMatrix13()
- Returns:
- the matrix13
-
setMatrix13
public void setMatrix13(String matrix13)
- Parameters:
matrix13- the matrix13 to set
-
getMatrix21
public String getMatrix21()
- Returns:
- the matrix21
-
setMatrix21
public void setMatrix21(String matrix21)
- Parameters:
matrix21- the matrix21 to set
-
getMatrix22
public String getMatrix22()
- Returns:
- the matrix22
-
setMatrix22
public void setMatrix22(String matrix22)
- Parameters:
matrix22- the matrix22 to set
-
getMatrix23
public String getMatrix23()
- Returns:
- the matrix23
-
setMatrix23
public void setMatrix23(String matrix23)
- Parameters:
matrix23- the matrix23 to set
-
getMatrix31
public String getMatrix31()
- Returns:
- the matrix31
-
setMatrix31
public void setMatrix31(String matrix31)
- Parameters:
matrix31- the matrix31 to set
-
getMatrix32
public String getMatrix32()
- Returns:
- the matrix32
-
setMatrix32
public void setMatrix32(String matrix32)
- Parameters:
matrix32- the matrix32 to set
-
getMatrix33
public String getMatrix33()
- Returns:
- the matrix33
-
setMatrix33
public void setMatrix33(String matrix33)
- Parameters:
matrix33- the matrix33 to set
-
getVector1
public String getVector1()
- Returns:
- the vector1
-
setVector1
public void setVector1(String vector1)
- Parameters:
vector1- the vector1 to set
-
getVector2
public String getVector2()
- Returns:
- the vector2
-
setVector2
public void setVector2(String vector2)
- Parameters:
vector2- the vector2 to set
-
getVector3
public String getVector3()
- Returns:
- the vector3
-
setVector3
public void setVector3(String vector3)
- Parameters:
vector3- the vector3 to set
-
-