|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.Location
public class Location
Allows you to locate a molecule in one or more compartment if null compatible old data
| Constructor Summary | |
|---|---|
Location()
|
|
| Method Summary | |
|---|---|
void |
deleteFraction()
Method deleteFraction |
int |
getFraction()
Returns the value of field 'fraction'. |
Object |
getIdref()
Returns the value of field 'idref'. |
boolean |
hasFraction()
Method hasFraction |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setFraction(int fraction)
Sets the value of field 'fraction'. |
void |
setIdref(Object idref)
Sets the value of field 'idref'. |
static Location |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Location()
| Method Detail |
|---|
public void deleteFraction()
public int getFraction()
public Object getIdref()
public boolean hasFraction()
public boolean isValid()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException
MarshalException
ValidationExceptionpublic void setFraction(int fraction)
fraction - the value of field 'fraction'.public void setIdref(Object idref)
idref - the value of field 'idref'.
public static Location unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
ValidationException
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||