
/*
 *
 * Autogenerated
 *
 */

package org.inb.biomoby.shared.ontology;

import java.io.Serializable;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;

import org.inb.biomoby.shared.datatypes.*;
import org.inb.biomoby.shared.message.MobyObject;

  
@XmlRootElement(name="NCut_Matrix")
@XmlType(name="NCut_Matrix")
public class NCut_Matrix extends MatrixFloat implements Serializable
{

    public ArrayString getLabelOfRows()
    {
        return getAttribute("labelOfRows");
    }

    public void setLabelOfRows(ArrayString labelOfRows)
    {
        putAttribute("labelOfRows", labelOfRows);
    }

    public ArrayString getLabelOfColumns()
    {
        return getAttribute("labelOfColumns");
    }

    public void setLabelOfColumns(ArrayString labelOfColumns)
    {
        putAttribute("labelOfColumns", labelOfColumns);
    }

    public MobyString getListAcc()
    {
        return getAttribute("ListAcc");
    }

    public void setListAcc(MobyString listAcc)
    {
        putAttribute("ListAcc", listAcc);
    }

}
