net.sf.mrl
Interface RecipeDocument.Recipe.Times

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
RecipeDocumentImpl.RecipeImpl.TimesImpl
Enclosing interface:
RecipeDocument.Recipe

public static interface RecipeDocument.Recipe.Times
extends org.apache.xmlbeans.XmlObject

An XML times(@http://mrl.sf.net). This is a complex type.


Nested Class Summary
static class RecipeDocument.Recipe.Times.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 TimeDocument.Time addNewTime()
          Appends and returns a new empty value (as xml) as the last "time" element
 TimeDocument.Time[] getTimeArray()
          Gets array of all "time" elements
 TimeDocument.Time getTimeArray(int i)
          Gets ith "time" element
 TimeDocument.Time insertNewTime(int i)
          Inserts and returns a new empty value (as xml) as the ith "time" element
 void removeTime(int i)
          Removes the ith "time" element
 void setTimeArray(int i, TimeDocument.Time time)
          Sets ith "time" element
 void setTimeArray(TimeDocument.Time[] timeArray)
          Sets array of all "time" element
 int sizeOfTimeArray()
          Returns number of "time" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getTimeArray

public TimeDocument.Time[] getTimeArray()
Gets array of all "time" elements


getTimeArray

public TimeDocument.Time getTimeArray(int i)
Gets ith "time" element


sizeOfTimeArray

public int sizeOfTimeArray()
Returns number of "time" element


setTimeArray

public void setTimeArray(TimeDocument.Time[] timeArray)
Sets array of all "time" element


setTimeArray

public void setTimeArray(int i,
                         TimeDocument.Time time)
Sets ith "time" element


insertNewTime

public TimeDocument.Time insertNewTime(int i)
Inserts and returns a new empty value (as xml) as the ith "time" element


addNewTime

public TimeDocument.Time addNewTime()
Appends and returns a new empty value (as xml) as the last "time" element


removeTime

public void removeTime(int i)
Removes the ith "time" element



Copyright © 2004 Craig S. Cottingham. All Rights Reserved.