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

Packages that use CredentialInterfaceType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

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

Methods in org.apache.geronimo.xbeans.j2ee that return CredentialInterfaceType
static CredentialInterfaceType CredentialInterfaceType.Factory.newValue(Object obj)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.newInstance()
           
static CredentialInterfaceType CredentialInterfaceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(String s)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(File f)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(URL u)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(InputStream is)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(Reader r)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(Node node)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static CredentialInterfaceType CredentialInterfaceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 CredentialInterfaceType AuthenticationMechanismType.xgetCredentialInterface()
          Gets (as xml) the "credential-interface" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type CredentialInterfaceType
 void AuthenticationMechanismType.xsetCredentialInterface(CredentialInterfaceType credentialInterface)
          Sets (as xml) the "credential-interface" element
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement CredentialInterfaceType
 class CredentialInterfaceTypeImpl
          An XML credential-interfaceType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return CredentialInterfaceType
 CredentialInterfaceType AuthenticationMechanismTypeImpl.xgetCredentialInterface()
          Gets (as xml) the "credential-interface" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type CredentialInterfaceType
 void AuthenticationMechanismTypeImpl.xsetCredentialInterface(CredentialInterfaceType credentialInterface)
          Sets (as xml) the "credential-interface" element
 



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