org.apache.geronimo.xbeans.web
Interface SecurityConstraintType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SecurityConstraintTypeImpl

public interface SecurityConstraintType
extends org.apache.xmlbeans.XmlObject

An XML security-constraintType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class SecurityConstraintType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 AuthConstraintType addNewAuthConstraint()
          Appends and returns a new empty "auth-constraint" element
 DisplayNameType addNewDisplayName()
          Appends and returns a new empty value (as xml) as the last "display-name" element
 UserDataConstraintType addNewUserDataConstraint()
          Appends and returns a new empty "user-data-constraint" element
 WebResourceCollectionType addNewWebResourceCollection()
          Appends and returns a new empty value (as xml) as the last "web-resource-collection" element
 AuthConstraintType getAuthConstraint()
          Gets the "auth-constraint" element
 DisplayNameType[] getDisplayNameArray()
          Gets array of all "display-name" elements
 DisplayNameType getDisplayNameArray(int i)
          Gets ith "display-name" element
 UserDataConstraintType getUserDataConstraint()
          Gets the "user-data-constraint" element
 WebResourceCollectionType[] getWebResourceCollectionArray()
          Gets array of all "web-resource-collection" elements
 WebResourceCollectionType getWebResourceCollectionArray(int i)
          Gets ith "web-resource-collection" element
 DisplayNameType insertNewDisplayName(int i)
          Inserts and returns a new empty value (as xml) as the ith "display-name" element
 WebResourceCollectionType insertNewWebResourceCollection(int i)
          Inserts and returns a new empty value (as xml) as the ith "web-resource-collection" element
 boolean isSetAuthConstraint()
          True if has "auth-constraint" element
 boolean isSetUserDataConstraint()
          True if has "user-data-constraint" element
 void removeDisplayName(int i)
          Removes the ith "display-name" element
 void removeWebResourceCollection(int i)
          Removes the ith "web-resource-collection" element
 void setAuthConstraint(AuthConstraintType authConstraint)
          Sets the "auth-constraint" element
 void setDisplayNameArray(DisplayNameType[] displayNameArray)
          Sets array of all "display-name" element
 void setDisplayNameArray(int i, DisplayNameType displayName)
          Sets ith "display-name" element
 void setUserDataConstraint(UserDataConstraintType userDataConstraint)
          Sets the "user-data-constraint" element
 void setWebResourceCollectionArray(int i, WebResourceCollectionType webResourceCollection)
          Sets ith "web-resource-collection" element
 void setWebResourceCollectionArray(WebResourceCollectionType[] webResourceCollectionArray)
          Sets array of all "web-resource-collection" element
 int sizeOfDisplayNameArray()
          Returns number of "display-name" element
 int sizeOfWebResourceCollectionArray()
          Returns number of "web-resource-collection" element
 void unsetAuthConstraint()
          Unsets the "auth-constraint" element
 void unsetUserDataConstraint()
          Unsets the "user-data-constraint" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getDisplayNameArray

public DisplayNameType[] getDisplayNameArray()
Gets array of all "display-name" elements


getDisplayNameArray

public DisplayNameType getDisplayNameArray(int i)
Gets ith "display-name" element


sizeOfDisplayNameArray

public int sizeOfDisplayNameArray()
Returns number of "display-name" element


setDisplayNameArray

public void setDisplayNameArray(DisplayNameType[] displayNameArray)
Sets array of all "display-name" element


setDisplayNameArray

public void setDisplayNameArray(int i,
                                DisplayNameType displayName)
Sets ith "display-name" element


insertNewDisplayName

public DisplayNameType insertNewDisplayName(int i)
Inserts and returns a new empty value (as xml) as the ith "display-name" element


addNewDisplayName

public DisplayNameType addNewDisplayName()
Appends and returns a new empty value (as xml) as the last "display-name" element


removeDisplayName

public void removeDisplayName(int i)
Removes the ith "display-name" element


getWebResourceCollectionArray

public WebResourceCollectionType[] getWebResourceCollectionArray()
Gets array of all "web-resource-collection" elements


getWebResourceCollectionArray

public WebResourceCollectionType getWebResourceCollectionArray(int i)
Gets ith "web-resource-collection" element


sizeOfWebResourceCollectionArray

public int sizeOfWebResourceCollectionArray()
Returns number of "web-resource-collection" element


setWebResourceCollectionArray

public void setWebResourceCollectionArray(WebResourceCollectionType[] webResourceCollectionArray)
Sets array of all "web-resource-collection" element


setWebResourceCollectionArray

public void setWebResourceCollectionArray(int i,
                                          WebResourceCollectionType webResourceCollection)
Sets ith "web-resource-collection" element


insertNewWebResourceCollection

public WebResourceCollectionType insertNewWebResourceCollection(int i)
Inserts and returns a new empty value (as xml) as the ith "web-resource-collection" element


addNewWebResourceCollection

public WebResourceCollectionType addNewWebResourceCollection()
Appends and returns a new empty value (as xml) as the last "web-resource-collection" element


removeWebResourceCollection

public void removeWebResourceCollection(int i)
Removes the ith "web-resource-collection" element


getAuthConstraint

public AuthConstraintType getAuthConstraint()
Gets the "auth-constraint" element


isSetAuthConstraint

public boolean isSetAuthConstraint()
True if has "auth-constraint" element


setAuthConstraint

public void setAuthConstraint(AuthConstraintType authConstraint)
Sets the "auth-constraint" element


addNewAuthConstraint

public AuthConstraintType addNewAuthConstraint()
Appends and returns a new empty "auth-constraint" element


unsetAuthConstraint

public void unsetAuthConstraint()
Unsets the "auth-constraint" element


getUserDataConstraint

public UserDataConstraintType getUserDataConstraint()
Gets the "user-data-constraint" element


isSetUserDataConstraint

public boolean isSetUserDataConstraint()
True if has "user-data-constraint" element


setUserDataConstraint

public void setUserDataConstraint(UserDataConstraintType userDataConstraint)
Sets the "user-data-constraint" element


addNewUserDataConstraint

public UserDataConstraintType addNewUserDataConstraint()
Appends and returns a new empty "user-data-constraint" element


unsetUserDataConstraint

public void unsetUserDataConstraint()
Unsets the "user-data-constraint" element



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