|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public DisplayNameType[] getDisplayNameArray()
public DisplayNameType getDisplayNameArray(int i)
public int sizeOfDisplayNameArray()
public void setDisplayNameArray(DisplayNameType[] displayNameArray)
public void setDisplayNameArray(int i, DisplayNameType displayName)
public DisplayNameType insertNewDisplayName(int i)
public DisplayNameType addNewDisplayName()
public void removeDisplayName(int i)
public WebResourceCollectionType[] getWebResourceCollectionArray()
public WebResourceCollectionType getWebResourceCollectionArray(int i)
public int sizeOfWebResourceCollectionArray()
public void setWebResourceCollectionArray(WebResourceCollectionType[] webResourceCollectionArray)
public void setWebResourceCollectionArray(int i, WebResourceCollectionType webResourceCollection)
public WebResourceCollectionType insertNewWebResourceCollection(int i)
public WebResourceCollectionType addNewWebResourceCollection()
public void removeWebResourceCollection(int i)
public AuthConstraintType getAuthConstraint()
public boolean isSetAuthConstraint()
public void setAuthConstraint(AuthConstraintType authConstraint)
public AuthConstraintType addNewAuthConstraint()
public void unsetAuthConstraint()
public UserDataConstraintType getUserDataConstraint()
public boolean isSetUserDataConstraint()
public void setUserDataConstraint(UserDataConstraintType userDataConstraint)
public UserDataConstraintType addNewUserDataConstraint()
public void unsetUserDataConstraint()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |