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

Packages that use TrueFalseType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

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

Methods in org.apache.geronimo.xbeans.ejb that return TrueFalseType
 TrueFalseType EntityBeanType.xgetReentrant()
          Gets (as xml) the "reentrant" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type TrueFalseType
 void EntityBeanType.xsetReentrant(TrueFalseType reentrant)
          Sets (as xml) the "reentrant" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return TrueFalseType
 TrueFalseType EntityBeanTypeImpl.xgetReentrant()
          Gets (as xml) the "reentrant" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type TrueFalseType
 void EntityBeanTypeImpl.xsetReentrant(TrueFalseType reentrant)
          Sets (as xml) the "reentrant" element
 

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

Methods in org.apache.geronimo.xbeans.j2ee that return TrueFalseType
 TrueFalseType LicenseType.xgetLicenseRequired()
          Gets (as xml) the "license-required" element
 TrueFalseType JspPropertyGroupType.xgetElEnabled()
          Gets (as xml) the "el-enabled" element
 TrueFalseType JspPropertyGroupType.xgetScriptingEnabled()
          Gets (as xml) the "scripting-enabled" element
 TrueFalseType JspPropertyGroupType.xgetIsXml()
          Gets (as xml) the "is-xml" element
static TrueFalseType TrueFalseType.Factory.newValue(Object obj)
           
static TrueFalseType TrueFalseType.Factory.newInstance()
           
static TrueFalseType TrueFalseType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TrueFalseType TrueFalseType.Factory.parse(String s)
           
static TrueFalseType TrueFalseType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static TrueFalseType TrueFalseType.Factory.parse(File f)
           
static TrueFalseType TrueFalseType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static TrueFalseType TrueFalseType.Factory.parse(URL u)
           
static TrueFalseType TrueFalseType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TrueFalseType TrueFalseType.Factory.parse(InputStream is)
           
static TrueFalseType TrueFalseType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TrueFalseType TrueFalseType.Factory.parse(Reader r)
           
static TrueFalseType TrueFalseType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TrueFalseType TrueFalseType.Factory.parse(Node node)
           
static TrueFalseType TrueFalseType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TrueFalseType TrueFalseType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static TrueFalseType TrueFalseType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 TrueFalseType OutboundResourceadapterType.xgetReauthenticationSupport()
          Gets (as xml) the "reauthentication-support" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type TrueFalseType
 void LicenseType.xsetLicenseRequired(TrueFalseType licenseRequired)
          Sets (as xml) the "license-required" element
 void JspPropertyGroupType.xsetElEnabled(TrueFalseType elEnabled)
          Sets (as xml) the "el-enabled" element
 void JspPropertyGroupType.xsetScriptingEnabled(TrueFalseType scriptingEnabled)
          Sets (as xml) the "scripting-enabled" element
 void JspPropertyGroupType.xsetIsXml(TrueFalseType isXml)
          Sets (as xml) the "is-xml" element
 void OutboundResourceadapterType.xsetReauthenticationSupport(TrueFalseType reauthenticationSupport)
          Sets (as xml) the "reauthentication-support" element
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement TrueFalseType
 class TrueFalseTypeImpl
          An XML true-falseType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return TrueFalseType
 TrueFalseType LicenseTypeImpl.xgetLicenseRequired()
          Gets (as xml) the "license-required" element
 TrueFalseType JspPropertyGroupTypeImpl.xgetElEnabled()
          Gets (as xml) the "el-enabled" element
 TrueFalseType JspPropertyGroupTypeImpl.xgetScriptingEnabled()
          Gets (as xml) the "scripting-enabled" element
 TrueFalseType JspPropertyGroupTypeImpl.xgetIsXml()
          Gets (as xml) the "is-xml" element
 TrueFalseType OutboundResourceadapterTypeImpl.xgetReauthenticationSupport()
          Gets (as xml) the "reauthentication-support" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type TrueFalseType
 void LicenseTypeImpl.xsetLicenseRequired(TrueFalseType licenseRequired)
          Sets (as xml) the "license-required" element
 void JspPropertyGroupTypeImpl.xsetElEnabled(TrueFalseType elEnabled)
          Sets (as xml) the "el-enabled" element
 void JspPropertyGroupTypeImpl.xsetScriptingEnabled(TrueFalseType scriptingEnabled)
          Sets (as xml) the "scripting-enabled" element
 void JspPropertyGroupTypeImpl.xsetIsXml(TrueFalseType isXml)
          Sets (as xml) the "is-xml" element
 void OutboundResourceadapterTypeImpl.xsetReauthenticationSupport(TrueFalseType reauthenticationSupport)
          Sets (as xml) the "reauthentication-support" element
 



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