Uses of Interface
net.sf.mrl.AmountDocument.Amount

Packages that use AmountDocument.Amount
net.sf.mrl   
net.sf.mrl.impl   
 

Uses of AmountDocument.Amount in net.sf.mrl
 

Methods in net.sf.mrl that return AmountDocument.Amount
 AmountDocument.Amount AmountDocument.getAmount()
          Gets the "amount" element
 AmountDocument.Amount AmountDocument.addNewAmount()
          Appends and returns a new empty "amount" element
static AmountDocument.Amount AmountDocument.Amount.Factory.newInstance()
           
static AmountDocument.Amount AmountDocument.Amount.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 AmountDocument.Amount IngredientDocument.Ingredient.getAmount()
          Gets the "amount" element
 AmountDocument.Amount IngredientDocument.Ingredient.addNewAmount()
          Appends and returns a new empty "amount" element
 AmountDocument.Amount TimeDocument.Time.getAmount()
          Gets the "amount" element
 AmountDocument.Amount TimeDocument.Time.addNewAmount()
          Appends and returns a new empty "amount" element
 AmountDocument.Amount[] StepDocument.Step.getAmountArray()
          Gets array of all "amount" elements
 AmountDocument.Amount StepDocument.Step.getAmountArray(int i)
          Gets ith "amount" element
 AmountDocument.Amount StepDocument.Step.insertNewAmount(int i)
          Inserts and returns a new empty value (as xml) as the ith "amount" element
 AmountDocument.Amount StepDocument.Step.addNewAmount()
          Appends and returns a new empty value (as xml) as the last "amount" element
 

Methods in net.sf.mrl with parameters of type AmountDocument.Amount
 void AmountDocument.setAmount(AmountDocument.Amount amount)
          Sets the "amount" element
 void IngredientDocument.Ingredient.setAmount(AmountDocument.Amount amount)
          Sets the "amount" element
 void TimeDocument.Time.setAmount(AmountDocument.Amount amount)
          Sets the "amount" element
 void StepDocument.Step.setAmountArray(AmountDocument.Amount[] amountArray)
          Sets array of all "amount" element
 void StepDocument.Step.setAmountArray(int i, AmountDocument.Amount amount)
          Sets ith "amount" element
 

Uses of AmountDocument.Amount in net.sf.mrl.impl
 

Classes in net.sf.mrl.impl that implement AmountDocument.Amount
static class AmountDocumentImpl.AmountImpl
          An XML amount(@http://mrl.sf.net).
 

Methods in net.sf.mrl.impl that return AmountDocument.Amount
 AmountDocument.Amount AmountDocumentImpl.getAmount()
          Gets the "amount" element
 AmountDocument.Amount AmountDocumentImpl.addNewAmount()
          Appends and returns a new empty "amount" element
 AmountDocument.Amount TimeDocumentImpl.TimeImpl.getAmount()
          Gets the "amount" element
 AmountDocument.Amount TimeDocumentImpl.TimeImpl.addNewAmount()
          Appends and returns a new empty "amount" element
 AmountDocument.Amount IngredientDocumentImpl.IngredientImpl.getAmount()
          Gets the "amount" element
 AmountDocument.Amount IngredientDocumentImpl.IngredientImpl.addNewAmount()
          Appends and returns a new empty "amount" element
 AmountDocument.Amount[] StepDocumentImpl.StepImpl.getAmountArray()
          Gets array of all "amount" elements
 AmountDocument.Amount StepDocumentImpl.StepImpl.getAmountArray(int i)
          Gets ith "amount" element
 AmountDocument.Amount StepDocumentImpl.StepImpl.insertNewAmount(int i)
          Inserts and returns a new empty value (as xml) as the ith "amount" element
 AmountDocument.Amount StepDocumentImpl.StepImpl.addNewAmount()
          Appends and returns a new empty value (as xml) as the last "amount" element
 

Methods in net.sf.mrl.impl with parameters of type AmountDocument.Amount
 void AmountDocumentImpl.setAmount(AmountDocument.Amount amount)
          Sets the "amount" element
 void TimeDocumentImpl.TimeImpl.setAmount(AmountDocument.Amount amount)
          Sets the "amount" element
 void IngredientDocumentImpl.IngredientImpl.setAmount(AmountDocument.Amount amount)
          Sets the "amount" element
 void StepDocumentImpl.StepImpl.setAmountArray(AmountDocument.Amount[] amountArray)
          Sets array of all "amount" element
 void StepDocumentImpl.StepImpl.setAmountArray(int i, AmountDocument.Amount amount)
          Sets ith "amount" element
 



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