|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.geneways.ActionType
public class ActionType
Class ActionType.
| Constructor Summary | |
|---|---|
ActionType()
|
|
| Method Summary | |
|---|---|
String |
getDownstream()
Returns the value of field 'downstream'. |
String |
getId()
Returns the value of field 'id'. |
String |
getType()
Returns the value of field 'type'. |
String |
getUpstream()
Returns the value of field 'upstream'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setDownstream(String downstream)
Sets the value of field 'downstream'. |
void |
setId(String id)
Sets the value of field 'id'. |
void |
setType(String type)
Sets the value of field 'type'. |
void |
setUpstream(String upstream)
Sets the value of field 'upstream'. |
static ActionType |
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 ActionType()
| Method Detail |
|---|
public String getDownstream()
public String getId()
public String getType()
public String getUpstream()
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 setDownstream(String downstream)
downstream - the value of field 'downstream'.public void setId(String id)
id - the value of field 'id'.public void setType(String type)
type - the value of field 'type'.public void setUpstream(String upstream)
upstream - the value of field 'upstream'.
public static ActionType 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 | |||||||||