|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.Compartment
public class Compartment
Class Compartment.
| Constructor Summary | |
|---|---|
Compartment()
|
|
| Method Summary | |
|---|---|
void |
addInContactWith(InContactWith vInContactWith)
Method addInContactWith |
void |
addInContactWith(int index,
InContactWith vInContactWith)
Method addInContactWith |
void |
clearInContactWith()
Method clearInContactWith |
void |
deleteValue()
Method deleteValue |
Enumeration |
enumerateInContactWith()
Method enumerateInContactWith |
String |
getDescription()
Returns the value of field 'description'. |
String |
getId()
Returns the value of field 'id'. |
InContactWith[] |
getInContactWith()
Method getInContactWith |
InContactWith |
getInContactWith(int index)
Method getInContactWith |
int |
getInContactWithCount()
Method getInContactWithCount |
String |
getName()
Returns the value of field 'name'. |
Object |
getOutside()
Returns the value of field 'outside'. |
UnitType |
getUnit()
Returns the value of field 'unit'. |
double |
getValue()
Returns the value of field 'value'. |
boolean |
hasValue()
Method hasValue |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeInContactWith(InContactWith vInContactWith)
Method removeInContactWith |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setId(String id)
Sets the value of field 'id'. |
void |
setInContactWith(InContactWith[] inContactWithArray)
Method setInContactWith |
void |
setInContactWith(int index,
InContactWith vInContactWith)
Method setInContactWith |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setOutside(Object outside)
Sets the value of field 'outside'. |
void |
setUnit(UnitType unit)
Sets the value of field 'unit'. |
void |
setValue(double value)
Sets the value of field 'value'. |
static Compartment |
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 Compartment()
| Method Detail |
|---|
public void addInContactWith(InContactWith vInContactWith)
throws IndexOutOfBoundsException
vInContactWith -
IndexOutOfBoundsException
public void addInContactWith(int index,
InContactWith vInContactWith)
throws IndexOutOfBoundsException
index - vInContactWith -
IndexOutOfBoundsExceptionpublic void clearInContactWith()
public void deleteValue()
public Enumeration enumerateInContactWith()
public String getDescription()
public String getId()
public InContactWith getInContactWith(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic InContactWith[] getInContactWith()
public int getInContactWithCount()
public String getName()
public Object getOutside()
public UnitType getUnit()
public double getValue()
public boolean hasValue()
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 boolean removeInContactWith(InContactWith vInContactWith)
vInContactWith -
public void setDescription(String description)
description - the value of field 'description'.public void setId(String id)
id - the value of field 'id'.
public void setInContactWith(int index,
InContactWith vInContactWith)
throws IndexOutOfBoundsException
index - vInContactWith -
IndexOutOfBoundsExceptionpublic void setInContactWith(InContactWith[] inContactWithArray)
inContactWithArray - public void setName(String name)
name - the value of field 'name'.public void setOutside(Object outside)
outside - the value of field 'outside'.public void setUnit(UnitType unit)
unit - the value of field 'unit'.public void setValue(double value)
value - the value of field 'value'.
public static Compartment 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 | |||||||||