Uses of Interface
org.apache.geronimo.xbeans.j2ee.PathType

Packages that use PathType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of PathType in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return PathType
 PathType EjbJarType.xgetEjbClientJar()
          Gets (as xml) the "ejb-client-jar" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type PathType
 void EjbJarType.xsetEjbClientJar(PathType ejbClientJar)
          Sets (as xml) the "ejb-client-jar" element
 

Uses of PathType in org.apache.geronimo.xbeans.ejb.impl
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return PathType
 PathType EjbJarTypeImpl.xgetEjbClientJar()
          Gets (as xml) the "ejb-client-jar" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type PathType
 void EjbJarTypeImpl.xsetEjbClientJar(PathType ejbClientJar)
          Sets (as xml) the "ejb-client-jar" element
 

Uses of PathType in org.apache.geronimo.xbeans.j2ee
 

Subinterfaces of PathType in org.apache.geronimo.xbeans.j2ee
 interface JspFileType
          An XML jsp-fileType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee that return PathType
 PathType TaglibType.xgetTaglibLocation()
          Gets (as xml) the "taglib-location" element
 PathType[] JspPropertyGroupType.xgetIncludePreludeArray()
          Gets (as xml) array of all "include-prelude" elements
 PathType JspPropertyGroupType.xgetIncludePreludeArray(int i)
          Gets (as xml) ith "include-prelude" element
 PathType[] JspPropertyGroupType.xgetIncludeCodaArray()
          Gets (as xml) array of all "include-coda" elements
 PathType JspPropertyGroupType.xgetIncludeCodaArray(int i)
          Gets (as xml) ith "include-coda" element
 PathType WebType.xgetWebUri()
          Gets (as xml) the "web-uri" element
 PathType ModuleType.xgetConnector()
          Gets (as xml) the "connector" element
 PathType ModuleType.xgetEjb()
          Gets (as xml) the "ejb" element
 PathType ModuleType.xgetJava()
          Gets (as xml) the "java" element
 PathType ModuleType.xgetAltDd()
          Gets (as xml) the "alt-dd" element
 PathType IconType.xgetSmallIcon()
          Gets (as xml) the "small-icon" element
 PathType IconType.xgetLargeIcon()
          Gets (as xml) the "large-icon" element
static PathType PathType.Factory.newValue(Object obj)
           
static PathType PathType.Factory.newInstance()
           
static PathType PathType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PathType PathType.Factory.parse(String s)
           
static PathType PathType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static PathType PathType.Factory.parse(File f)
           
static PathType PathType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static PathType PathType.Factory.parse(URL u)
           
static PathType PathType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static PathType PathType.Factory.parse(InputStream is)
           
static PathType PathType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PathType PathType.Factory.parse(Reader r)
           
static PathType PathType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PathType PathType.Factory.parse(Node node)
           
static PathType PathType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static PathType PathType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static PathType PathType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type PathType
 void TaglibType.xsetTaglibLocation(PathType taglibLocation)
          Sets (as xml) the "taglib-location" element
 void JspPropertyGroupType.xsetIncludePreludeArray(PathType[] includePreludeArray)
          Sets (as xml) array of all "include-prelude" element
 void JspPropertyGroupType.xsetIncludePreludeArray(int i, PathType includePrelude)
          Sets (as xml) ith "include-prelude" element
 void JspPropertyGroupType.xsetIncludeCodaArray(PathType[] includeCodaArray)
          Sets (as xml) array of all "include-coda" element
 void JspPropertyGroupType.xsetIncludeCodaArray(int i, PathType includeCoda)
          Sets (as xml) ith "include-coda" element
 void WebType.xsetWebUri(PathType webUri)
          Sets (as xml) the "web-uri" element
 void ModuleType.xsetConnector(PathType connector)
          Sets (as xml) the "connector" element
 void ModuleType.xsetEjb(PathType ejb)
          Sets (as xml) the "ejb" element
 void ModuleType.xsetJava(PathType java)
          Sets (as xml) the "java" element
 void ModuleType.xsetAltDd(PathType altDd)
          Sets (as xml) the "alt-dd" element
 void IconType.xsetSmallIcon(PathType smallIcon)
          Sets (as xml) the "small-icon" element
 void IconType.xsetLargeIcon(PathType largeIcon)
          Sets (as xml) the "large-icon" element
 

Uses of PathType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement PathType
 class JspFileTypeImpl
          An XML jsp-fileType(@http://java.sun.com/xml/ns/j2ee).
 class PathTypeImpl
          An XML pathType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return PathType
 PathType TaglibTypeImpl.xgetTaglibLocation()
          Gets (as xml) the "taglib-location" element
 PathType ModuleTypeImpl.xgetConnector()
          Gets (as xml) the "connector" element
 PathType ModuleTypeImpl.xgetEjb()
          Gets (as xml) the "ejb" element
 PathType ModuleTypeImpl.xgetJava()
          Gets (as xml) the "java" element
 PathType ModuleTypeImpl.xgetAltDd()
          Gets (as xml) the "alt-dd" element
 PathType IconTypeImpl.xgetSmallIcon()
          Gets (as xml) the "small-icon" element
 PathType IconTypeImpl.xgetLargeIcon()
          Gets (as xml) the "large-icon" element
 PathType[] JspPropertyGroupTypeImpl.xgetIncludePreludeArray()
          Gets (as xml) array of all "include-prelude" elements
 PathType JspPropertyGroupTypeImpl.xgetIncludePreludeArray(int i)
          Gets (as xml) ith "include-prelude" element
 PathType[] JspPropertyGroupTypeImpl.xgetIncludeCodaArray()
          Gets (as xml) array of all "include-coda" elements
 PathType JspPropertyGroupTypeImpl.xgetIncludeCodaArray(int i)
          Gets (as xml) ith "include-coda" element
 PathType WebTypeImpl.xgetWebUri()
          Gets (as xml) the "web-uri" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type PathType
 void TaglibTypeImpl.xsetTaglibLocation(PathType taglibLocation)
          Sets (as xml) the "taglib-location" element
 void ModuleTypeImpl.xsetConnector(PathType connector)
          Sets (as xml) the "connector" element
 void ModuleTypeImpl.xsetEjb(PathType ejb)
          Sets (as xml) the "ejb" element
 void ModuleTypeImpl.xsetJava(PathType java)
          Sets (as xml) the "java" element
 void ModuleTypeImpl.xsetAltDd(PathType altDd)
          Sets (as xml) the "alt-dd" element
 void IconTypeImpl.xsetSmallIcon(PathType smallIcon)
          Sets (as xml) the "small-icon" element
 void IconTypeImpl.xsetLargeIcon(PathType largeIcon)
          Sets (as xml) the "large-icon" element
 void JspPropertyGroupTypeImpl.xsetIncludePreludeArray(PathType[] includePreludeArray)
          Sets (as xml) array of all "include-prelude" element
 void JspPropertyGroupTypeImpl.xsetIncludePreludeArray(int i, PathType includePrelude)
          Sets (as xml) ith "include-prelude" element
 void JspPropertyGroupTypeImpl.xsetIncludeCodaArray(PathType[] includeCodaArray)
          Sets (as xml) array of all "include-coda" element
 void JspPropertyGroupTypeImpl.xsetIncludeCodaArray(int i, PathType includeCoda)
          Sets (as xml) ith "include-coda" element
 void WebTypeImpl.xsetWebUri(PathType webUri)
          Sets (as xml) the "web-uri" element
 

Uses of PathType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return PathType
 PathType ErrorPageType.xgetLocation()
          Gets (as xml) the "location" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type PathType
 void ErrorPageType.xsetLocation(PathType location)
          Sets (as xml) the "location" element
 

Uses of PathType in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return PathType
 PathType ErrorPageTypeImpl.xgetLocation()
          Gets (as xml) the "location" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type PathType
 void ErrorPageTypeImpl.xsetLocation(PathType location)
          Sets (as xml) the "location" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.