Uses of Interface
org.apache.geronimo.xbeans.geronimo.naming.GerServiceCompletionType

Packages that use GerServiceCompletionType
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
 

Uses of GerServiceCompletionType in org.apache.geronimo.xbeans.geronimo.naming
 

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerServiceCompletionType
 GerServiceCompletionType GerServiceRefType.addNewServiceCompletion()
          Appends and returns a new empty "service-completion" element
 GerServiceCompletionType GerServiceRefType.getServiceCompletion()
          Gets the "service-completion" element
static GerServiceCompletionType GerServiceCompletionType.Factory.newInstance()
           
static GerServiceCompletionType GerServiceCompletionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(File file)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(InputStream is)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(Node node)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(Reader r)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(String xmlAsString)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(URL u)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(XMLStreamReader sr)
           
static GerServiceCompletionType GerServiceCompletionType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerServiceCompletionType
 void GerServiceRefType.setServiceCompletion(GerServiceCompletionType serviceCompletion)
          Sets the "service-completion" element
 

Uses of GerServiceCompletionType in org.apache.geronimo.xbeans.geronimo.naming.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerServiceCompletionType
 class GerServiceCompletionTypeImpl
          An XML service-completionType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerServiceCompletionType
 GerServiceCompletionType GerServiceRefTypeImpl.addNewServiceCompletion()
          Appends and returns a new empty "service-completion" element
 GerServiceCompletionType GerServiceRefTypeImpl.getServiceCompletion()
          Gets the "service-completion" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerServiceCompletionType
 void GerServiceRefTypeImpl.setServiceCompletion(GerServiceCompletionType serviceCompletion)
          Sets the "service-completion" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.