completeSubObject(String name, DeXMLable obj) This function will be called whenever a subobject has
completed de-XMLizing and needs to be encorporated into
this object.
This function will be called whenever a subobject has
completed de-XMLizing and needs to be encorporated into
this object.
Parameters: name - the startElement tag that caused this subobjectto be created Parameters: obj - the object itself
Report a startElement that pertains to THIS object, not any
sub objects. Call also provides the elements Attributes and data.
Note, that unlike in a SAX parser, data is guaranteed to contain
ALL of this tag's data, not just a 'chunk' of it.
Parameters: name - startElement tag Parameters: attr - attributes for this tag Parameters: data - data for this tag
setNumberOfRootProjectSupplyTasks
public void setNumberOfRootProjectSupplyTasks(int numTasks)(Code)
setNumberOfRootSupplyTasks
public void setNumberOfRootSupplyTasks(int numTasks)(Code)
setNumberOfRootTransportTasks
public void setNumberOfRootTransportTasks(int numTasks)(Code)