Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XBibliography

Packages that use XBibliography
org.decisiondeck.jmcda.persist.xmcda2.generated   
org.decisiondeck.jmcda.persist.xmcda2.generated.impl   
 

Uses of XBibliography in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XBibliography
 XBibliography XDescription.addNewBibliography()
          Appends and returns a new empty value (as xml) as the last "bibliography" element
 XBibliography[] XDescription.getBibliographyArray()
          Deprecated.  
 XBibliography XDescription.getBibliographyArray(int i)
          Gets ith "bibliography" element
 XBibliography XDescription.insertNewBibliography(int i)
          Inserts and returns a new empty value (as xml) as the ith "bibliography" element
static XBibliography XBibliography.Factory.newInstance()
           
static XBibliography XBibliography.Factory.newInstance(XmlOptions options)
           
static XBibliography XBibliography.Factory.parse(File file)
           
static XBibliography XBibliography.Factory.parse(File file, XmlOptions options)
           
static XBibliography XBibliography.Factory.parse(InputStream is)
           
static XBibliography XBibliography.Factory.parse(InputStream is, XmlOptions options)
           
static XBibliography XBibliography.Factory.parse(Node node)
           
static XBibliography XBibliography.Factory.parse(Node node, XmlOptions options)
           
static XBibliography XBibliography.Factory.parse(Reader r)
           
static XBibliography XBibliography.Factory.parse(Reader r, XmlOptions options)
           
static XBibliography XBibliography.Factory.parse(String xmlAsString)
           
static XBibliography XBibliography.Factory.parse(String xmlAsString, XmlOptions options)
           
static XBibliography XBibliography.Factory.parse(URL u)
           
static XBibliography XBibliography.Factory.parse(URL u, XmlOptions options)
           
static XBibliography XBibliography.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XBibliography XBibliography.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XBibliography XBibliography.Factory.parse(XMLStreamReader sr)
           
static XBibliography XBibliography.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XBibliography
 List<XBibliography> XDescription.getBibliographyList()
          Gets a List of "bibliography" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XBibliography
 void XDescription.setBibliographyArray(int i, XBibliography bibliography)
          Sets ith "bibliography" element
 void XDescription.setBibliographyArray(XBibliography[] bibliographyArray)
          Sets array of all "bibliography" element
 

Uses of XBibliography in org.decisiondeck.jmcda.persist.xmcda2.generated.impl
 

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XBibliography
 class XBibliographyImpl
          An XML bibliography(@http://www.decision-deck.org/2009/XMCDA-2.1.0).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XBibliography
 XBibliography XDescriptionImpl.addNewBibliography()
          Appends and returns a new empty value (as xml) as the last "bibliography" element
 XBibliography[] XDescriptionImpl.getBibliographyArray()
          Deprecated.  
 XBibliography XDescriptionImpl.getBibliographyArray(int i)
          Gets ith "bibliography" element
 XBibliography XDescriptionImpl.insertNewBibliography(int i)
          Inserts and returns a new empty value (as xml) as the ith "bibliography" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XBibliography
 List<XBibliography> XDescriptionImpl.getBibliographyList()
          Gets a List of "bibliography" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XBibliography
 void XDescriptionImpl.setBibliographyArray(int i, XBibliography bibliography)
          Sets ith "bibliography" element
 void XDescriptionImpl.setBibliographyArray(XBibliography[] bibliographyArray)
          Sets array of all "bibliography" element
 



Copyright © 2011. All Rights Reserved.