|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.ExcludedReaction
public class ExcludedReaction
Class ExcludedReaction.
| Constructor Summary | |
|---|---|
ExcludedReaction()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the value of field 'description'. |
OnLeft |
getOnLeft()
Returns the value of field 'onLeft'. |
OnRight |
getOnRight()
Returns the value of field 'onRight'. |
Object |
getReactionIdRef()
Returns the value of field 'reactionIdRef'. |
String |
getReactionSpid()
Returns the value of field 'reactionSpid'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setOnLeft(OnLeft onLeft)
Sets the value of field 'onLeft'. |
void |
setOnRight(OnRight onRight)
Sets the value of field 'onRight'. |
void |
setReactionIdRef(Object reactionIdRef)
Sets the value of field 'reactionIdRef'. |
void |
setReactionSpid(String reactionSpid)
Sets the value of field 'reactionSpid'. |
static ExcludedReaction |
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 ExcludedReaction()
| Method Detail |
|---|
public String getDescription()
public OnLeft getOnLeft()
public OnRight getOnRight()
public Object getReactionIdRef()
public String getReactionSpid()
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 setDescription(String description)
description - the value of field 'description'.public void setOnLeft(OnLeft onLeft)
onLeft - the value of field 'onLeft'.public void setOnRight(OnRight onRight)
onRight - the value of field 'onRight'.public void setReactionIdRef(Object reactionIdRef)
reactionIdRef - the value of field 'reactionIdRef'.public void setReactionSpid(String reactionSpid)
reactionSpid - the value of field 'reactionSpid'.
public static ExcludedReaction 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 | |||||||||