net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee
Interface SecurityConstraintType

All Known Implementing Classes:
SecurityConstraintTypeImpl

public interface SecurityConstraintType

The security-constraintType is used to associate security constraints with one or more web resource collections Used in: web-app

Java class for security-constraintType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="security-constraintType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="display-name" type="{http://java.sun.com/xml/ns/javaee}display-nameType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="web-resource-collection" type="{http://java.sun.com/xml/ns/javaee}web-resource-collectionType" maxOccurs="unbounded"/>
         <element name="auth-constraint" type="{http://java.sun.com/xml/ns/javaee}auth-constraintType" minOccurs="0"/>
         <element name="user-data-constraint" type="{http://java.sun.com/xml/ns/javaee}user-data-constraintType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 AuthConstraintType getAuthConstraint()
          Gets the value of the authConstraint property.
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 String getId()
          Gets the value of the id property.
 UserDataConstraintType getUserDataConstraint()
          Gets the value of the userDataConstraint property.
 WebResourceCollectionType[] getWebResourceCollection()
           
 WebResourceCollectionType getWebResourceCollection(int idx)
           
 int getWebResourceCollectionLength()
           
 void setAuthConstraint(AuthConstraintType value)
          Sets the value of the authConstraint property.
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setUserDataConstraint(UserDataConstraintType value)
          Sets the value of the userDataConstraint property.
 WebResourceCollectionType setWebResourceCollection(int idx, WebResourceCollectionType value)
           
 void setWebResourceCollection(WebResourceCollectionType[] values)
           
 

Method Detail

getDisplayName

DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

int getDisplayNameLength()

setDisplayName

void setDisplayName(DisplayNameType[] values)
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

DisplayNameType setDisplayName(int idx,
                               DisplayNameType value)
Parameters:
value - allowed object is DisplayNameType

getWebResourceCollection

WebResourceCollectionType[] getWebResourceCollection()
Returns:
array of WebResourceCollectionType

getWebResourceCollection

WebResourceCollectionType getWebResourceCollection(int idx)
Returns:
one of WebResourceCollectionType

getWebResourceCollectionLength

int getWebResourceCollectionLength()

setWebResourceCollection

void setWebResourceCollection(WebResourceCollectionType[] values)
Parameters:
values - allowed objects are WebResourceCollectionType

setWebResourceCollection

WebResourceCollectionType setWebResourceCollection(int idx,
                                                   WebResourceCollectionType value)
Parameters:
value - allowed object is WebResourceCollectionType

getAuthConstraint

AuthConstraintType getAuthConstraint()
Gets the value of the authConstraint property.

Returns:
possible object is AuthConstraintType

setAuthConstraint

void setAuthConstraint(AuthConstraintType value)
Sets the value of the authConstraint property.

Parameters:
value - allowed object is AuthConstraintType

getUserDataConstraint

UserDataConstraintType getUserDataConstraint()
Gets the value of the userDataConstraint property.

Returns:
possible object is UserDataConstraintType

setUserDataConstraint

void setUserDataConstraint(UserDataConstraintType value)
Sets the value of the userDataConstraint property.

Parameters:
value - allowed object is UserDataConstraintType

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.