Class Atom


  • public class Atom
    extends java.lang.Object
    Class to enclose Atom level information.
    Author:
    Anthony Bradley
    • Constructor Detail

      • Atom

        public Atom()
    • Method Detail

      • getChain_id

        public java.lang.String getChain_id()
        Returns:
        the chain_id
      • setChain_id

        public void setChain_id​(java.lang.String chain_id)
        Parameters:
        chain_id - the chain_id to set
      • getPdb_id

        public java.lang.String getPdb_id()
        Returns:
        the pdb_id
      • setPdb_id

        public void setPdb_id​(java.lang.String pdb_id)
        Parameters:
        pdb_id - the pdb_id to set
      • getGroup_name

        public java.lang.String getGroup_name()
        Returns:
        the group_name
      • setGroup_name

        public void setGroup_name​(java.lang.String group_name)
        Parameters:
        group_name - the group_name to set
      • getGroup_number

        public int getGroup_number()
        Returns:
        the group_number
      • setGroup_number

        public void setGroup_number​(int group_number)
        Parameters:
        group_number - the group_number to set
      • getAtom_number

        public int getAtom_number()
        Returns:
        the atom_number
      • setAtom_number

        public void setAtom_number​(int atom_number)
        Parameters:
        atom_number - the atom_number to set
      • getX

        public float getX()
        Returns:
        the x
      • setX

        public void setX​(float x)
        Parameters:
        x - the x to set
      • getY

        public float getY()
        Returns:
        the y
      • setY

        public void setY​(float y)
        Parameters:
        y - the y to set
      • getZ

        public float getZ()
        Returns:
        the z
      • setZ

        public void setZ​(float z)
        Parameters:
        z - the z to set
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getElement

        public java.lang.String getElement()
        Returns:
        the element
      • setElement

        public void setElement​(java.lang.String element)
        Parameters:
        element - the element to set
      • getCharge

        public short getCharge()
        Returns:
        the charge
      • setCharge

        public void setCharge​(short charge)
        Parameters:
        charge - the charge to set