net.sf.mrl
Interface RecipeDocument.Recipe

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

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

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

type

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

getName

public java.lang.String getName()
Gets the "name" element


xgetName

public org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" element


setName

public void setName(java.lang.String name)
Sets the "name" element


xsetName

public void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element


getDescription

public java.lang.String getDescription()
Gets the "description" element


xgetDescription

public org.apache.xmlbeans.XmlString xgetDescription()
Gets (as xml) the "description" element


isSetDescription

public boolean isSetDescription()
True if has "description" element


setDescription

public void setDescription(java.lang.String description)
Sets the "description" element


xsetDescription

public void xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element


unsetDescription

public void unsetDescription()
Unsets the "description" element


getYield

public java.lang.String getYield()
Gets the "yield" element


xgetYield

public org.apache.xmlbeans.XmlString xgetYield()
Gets (as xml) the "yield" element


isSetYield

public boolean isSetYield()
True if has "yield" element


setYield

public void setYield(java.lang.String yield)
Sets the "yield" element


xsetYield

public void xsetYield(org.apache.xmlbeans.XmlString yield)
Sets (as xml) the "yield" element


unsetYield

public void unsetYield()
Unsets the "yield" element


getCredit

public java.lang.String getCredit()
Gets the "credit" element


xgetCredit

public org.apache.xmlbeans.XmlString xgetCredit()
Gets (as xml) the "credit" element


isSetCredit

public boolean isSetCredit()
True if has "credit" element


setCredit

public void setCredit(java.lang.String credit)
Sets the "credit" element


xsetCredit

public void xsetCredit(org.apache.xmlbeans.XmlString credit)
Sets (as xml) the "credit" element


unsetCredit

public void unsetCredit()
Unsets the "credit" element


getIngredients

public RecipeDocument.Recipe.Ingredients getIngredients()
Gets the "ingredients" element


setIngredients

public void setIngredients(RecipeDocument.Recipe.Ingredients ingredients)
Sets the "ingredients" element


addNewIngredients

public RecipeDocument.Recipe.Ingredients addNewIngredients()
Appends and returns a new empty "ingredients" element


getDirections

public RecipeDocument.Recipe.Directions getDirections()
Gets the "directions" element


setDirections

public void setDirections(RecipeDocument.Recipe.Directions directions)
Sets the "directions" element


addNewDirections

public RecipeDocument.Recipe.Directions addNewDirections()
Appends and returns a new empty "directions" element


getTimes

public RecipeDocument.Recipe.Times getTimes()
Gets the "times" element


isSetTimes

public boolean isSetTimes()
True if has "times" element


setTimes

public void setTimes(RecipeDocument.Recipe.Times times)
Sets the "times" element


addNewTimes

public RecipeDocument.Recipe.Times addNewTimes()
Appends and returns a new empty "times" element


unsetTimes

public void unsetTimes()
Unsets the "times" element


getRatings

public RecipeDocument.Recipe.Ratings getRatings()
Gets the "ratings" element


isSetRatings

public boolean isSetRatings()
True if has "ratings" element


setRatings

public void setRatings(RecipeDocument.Recipe.Ratings ratings)
Sets the "ratings" element


addNewRatings

public RecipeDocument.Recipe.Ratings addNewRatings()
Appends and returns a new empty "ratings" element


unsetRatings

public void unsetRatings()
Unsets the "ratings" element


getComments

public java.lang.String getComments()
Gets the "comments" element


xgetComments

public org.apache.xmlbeans.XmlString xgetComments()
Gets (as xml) the "comments" element


isSetComments

public boolean isSetComments()
True if has "comments" element


setComments

public void setComments(java.lang.String comments)
Sets the "comments" element


xsetComments

public void xsetComments(org.apache.xmlbeans.XmlString comments)
Sets (as xml) the "comments" element


unsetComments

public void unsetComments()
Unsets the "comments" element



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