|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public TimeDocument.Time[] getTimeArray()
public TimeDocument.Time getTimeArray(int i)
public int sizeOfTimeArray()
public void setTimeArray(TimeDocument.Time[] timeArray)
public void setTimeArray(int i, TimeDocument.Time time)
public TimeDocument.Time insertNewTime(int i)
public TimeDocument.Time addNewTime()
public void removeTime(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |