org.gxos.schema
Class Run
java.lang.Object
|
+--org.gxos.schema.Run
- All Implemented Interfaces:
- java.io.Serializable
- public class Run
- extends java.lang.Object
- implements java.io.Serializable
Value is a Comment
- See Also:
- Serialized Form
Constructor Summary |
Run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Run
public Run()
deleteAsynchronous
public void deleteAsynchronous()
deleteLocalfile
public void deleteLocalfile()
deleteLocalinput
public void deleteLocalinput()
getAsynchronous
public boolean getAsynchronous()
getCommand
public CommandType getCommand()
getContent
public java.lang.String getContent()
getExternalfile
public java.lang.String getExternalfile()
getExternalinput
public java.lang.String getExternalinput()
getExternaloutput
public java.lang.String getExternaloutput()
getInternalfile
public java.lang.String getInternalfile()
getInternalinput
public java.lang.String getInternalinput()
getInternaloutput
public java.lang.String getInternaloutput()
getLocalfile
public boolean getLocalfile()
getLocalinput
public boolean getLocalinput()
hasAsynchronous
public boolean hasAsynchronous()
hasLocalfile
public boolean hasLocalfile()
hasLocalinput
public boolean hasLocalinput()
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
marshal
public void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
setAsynchronous
public void setAsynchronous(boolean _asynchronous)
- Parameters:
_asynchronous
-
setCommand
public void setCommand(CommandType _command)
- Parameters:
_command
-
setContent
public void setContent(java.lang.String _content)
- Parameters:
_content
-
setExternalfile
public void setExternalfile(java.lang.String _externalfile)
- Parameters:
_externalfile
-
setExternalinput
public void setExternalinput(java.lang.String _externalinput)
- Parameters:
_externalinput
-
setExternaloutput
public void setExternaloutput(java.lang.String _externaloutput)
- Parameters:
_externaloutput
-
setInternalfile
public void setInternalfile(java.lang.String _internalfile)
- Parameters:
_internalfile
-
setInternalinput
public void setInternalinput(java.lang.String _internalinput)
- Parameters:
_internalinput
-
setInternaloutput
public void setInternaloutput(java.lang.String _internaloutput)
- Parameters:
_internaloutput
-
setLocalfile
public void setLocalfile(boolean _localfile)
- Parameters:
_localfile
-
setLocalinput
public void setLocalinput(boolean _localinput)
- Parameters:
_localinput
-
unmarshal
public static Run unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
reader
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException