Uses of Interface
org.apache.geronimo.xbeans.web.UserDataConstraintType

Packages that use UserDataConstraintType
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

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

Methods in org.apache.geronimo.xbeans.web that return UserDataConstraintType
 UserDataConstraintType SecurityConstraintType.getUserDataConstraint()
          Gets the "user-data-constraint" element
 UserDataConstraintType SecurityConstraintType.addNewUserDataConstraint()
          Appends and returns a new empty "user-data-constraint" element
static UserDataConstraintType UserDataConstraintType.Factory.newInstance()
           
static UserDataConstraintType UserDataConstraintType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(String s)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(File f)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(URL u)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(InputStream is)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(Reader r)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(Node node)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static UserDataConstraintType UserDataConstraintType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.web with parameters of type UserDataConstraintType
 void SecurityConstraintType.setUserDataConstraint(UserDataConstraintType userDataConstraint)
          Sets the "user-data-constraint" element
 

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

Classes in org.apache.geronimo.xbeans.web.impl that implement UserDataConstraintType
 class UserDataConstraintTypeImpl
          An XML user-data-constraintType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.web.impl that return UserDataConstraintType
 UserDataConstraintType SecurityConstraintTypeImpl.getUserDataConstraint()
          Gets the "user-data-constraint" element
 UserDataConstraintType SecurityConstraintTypeImpl.addNewUserDataConstraint()
          Appends and returns a new empty "user-data-constraint" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type UserDataConstraintType
 void SecurityConstraintTypeImpl.setUserDataConstraint(UserDataConstraintType userDataConstraint)
          Sets the "user-data-constraint" element
 



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