|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML recipe(@http://mrl.sf.net). This is a complex type.
Nested Class Summary | |
static interface |
RecipeDocument.Recipe.Directions
An XML directions(@http://mrl.sf.net). |
static class |
RecipeDocument.Recipe.Factory
A factory class with static methods for creating instances of this type. |
static interface |
RecipeDocument.Recipe.Ingredients
An XML ingredients(@http://mrl.sf.net). |
static interface |
RecipeDocument.Recipe.Ratings
An XML ratings(@http://mrl.sf.net). |
static interface |
RecipeDocument.Recipe.Times
An XML times(@http://mrl.sf.net). |
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 | |
RecipeDocument.Recipe.Directions |
addNewDirections()
Appends and returns a new empty "directions" element |
RecipeDocument.Recipe.Ingredients |
addNewIngredients()
Appends and returns a new empty "ingredients" element |
RecipeDocument.Recipe.Ratings |
addNewRatings()
Appends and returns a new empty "ratings" element |
RecipeDocument.Recipe.Times |
addNewTimes()
Appends and returns a new empty "times" element |
java.lang.String |
getComments()
Gets the "comments" element |
java.lang.String |
getCredit()
Gets the "credit" element |
java.lang.String |
getDescription()
Gets the "description" element |
RecipeDocument.Recipe.Directions |
getDirections()
Gets the "directions" element |
RecipeDocument.Recipe.Ingredients |
getIngredients()
Gets the "ingredients" element |
java.lang.String |
getName()
Gets the "name" element |
RecipeDocument.Recipe.Ratings |
getRatings()
Gets the "ratings" element |
RecipeDocument.Recipe.Times |
getTimes()
Gets the "times" element |
java.lang.String |
getYield()
Gets the "yield" element |
boolean |
isSetComments()
True if has "comments" element |
boolean |
isSetCredit()
True if has "credit" element |
boolean |
isSetDescription()
True if has "description" element |
boolean |
isSetRatings()
True if has "ratings" element |
boolean |
isSetTimes()
True if has "times" element |
boolean |
isSetYield()
True if has "yield" element |
void |
setComments(java.lang.String comments)
Sets the "comments" element |
void |
setCredit(java.lang.String credit)
Sets the "credit" element |
void |
setDescription(java.lang.String description)
Sets the "description" element |
void |
setDirections(RecipeDocument.Recipe.Directions directions)
Sets the "directions" element |
void |
setIngredients(RecipeDocument.Recipe.Ingredients ingredients)
Sets the "ingredients" element |
void |
setName(java.lang.String name)
Sets the "name" element |
void |
setRatings(RecipeDocument.Recipe.Ratings ratings)
Sets the "ratings" element |
void |
setTimes(RecipeDocument.Recipe.Times times)
Sets the "times" element |
void |
setYield(java.lang.String yield)
Sets the "yield" element |
void |
unsetComments()
Unsets the "comments" element |
void |
unsetCredit()
Unsets the "credit" element |
void |
unsetDescription()
Unsets the "description" element |
void |
unsetRatings()
Unsets the "ratings" element |
void |
unsetTimes()
Unsets the "times" element |
void |
unsetYield()
Unsets the "yield" element |
org.apache.xmlbeans.XmlString |
xgetComments()
Gets (as xml) the "comments" element |
org.apache.xmlbeans.XmlString |
xgetCredit()
Gets (as xml) the "credit" element |
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" element |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element |
org.apache.xmlbeans.XmlString |
xgetYield()
Gets (as xml) the "yield" element |
void |
xsetComments(org.apache.xmlbeans.XmlString comments)
Sets (as xml) the "comments" element |
void |
xsetCredit(org.apache.xmlbeans.XmlString credit)
Sets (as xml) the "credit" element |
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element |
void |
xsetYield(org.apache.xmlbeans.XmlString yield)
Sets (as xml) the "yield" 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 java.lang.String getName()
public org.apache.xmlbeans.XmlString xgetName()
public void setName(java.lang.String name)
public void xsetName(org.apache.xmlbeans.XmlString name)
public java.lang.String getDescription()
public org.apache.xmlbeans.XmlString xgetDescription()
public boolean isSetDescription()
public void setDescription(java.lang.String description)
public void xsetDescription(org.apache.xmlbeans.XmlString description)
public void unsetDescription()
public java.lang.String getYield()
public org.apache.xmlbeans.XmlString xgetYield()
public boolean isSetYield()
public void setYield(java.lang.String yield)
public void xsetYield(org.apache.xmlbeans.XmlString yield)
public void unsetYield()
public java.lang.String getCredit()
public org.apache.xmlbeans.XmlString xgetCredit()
public boolean isSetCredit()
public void setCredit(java.lang.String credit)
public void xsetCredit(org.apache.xmlbeans.XmlString credit)
public void unsetCredit()
public RecipeDocument.Recipe.Ingredients getIngredients()
public void setIngredients(RecipeDocument.Recipe.Ingredients ingredients)
public RecipeDocument.Recipe.Ingredients addNewIngredients()
public RecipeDocument.Recipe.Directions getDirections()
public void setDirections(RecipeDocument.Recipe.Directions directions)
public RecipeDocument.Recipe.Directions addNewDirections()
public RecipeDocument.Recipe.Times getTimes()
public boolean isSetTimes()
public void setTimes(RecipeDocument.Recipe.Times times)
public RecipeDocument.Recipe.Times addNewTimes()
public void unsetTimes()
public RecipeDocument.Recipe.Ratings getRatings()
public boolean isSetRatings()
public void setRatings(RecipeDocument.Recipe.Ratings ratings)
public RecipeDocument.Recipe.Ratings addNewRatings()
public void unsetRatings()
public java.lang.String getComments()
public org.apache.xmlbeans.XmlString xgetComments()
public boolean isSetComments()
public void setComments(java.lang.String comments)
public void xsetComments(org.apache.xmlbeans.XmlString comments)
public void unsetComments()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |