org.eclipse.modisco.jee.webapp.webapp22
Interface SecurityConstraintType


public interface SecurityConstraintType

A representation of the model object 'Security Constraint Type'.

The following features are supported:

See Also:
Webapp22Package.getSecurityConstraintType()
Generated:
Model:
extendedMetaData="name='security-constraint_._type' kind='elementOnly'"

Method Summary
 AuthConstraintType getAuthConstraint()
          Returns the value of the 'Auth Constraint' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 UserDataConstraintType getUserDataConstraint()
          Returns the value of the 'User Data Constraint' containment reference.
  getWebResourceCollection()
          Returns the value of the 'Web Resource Collection' containment reference list.
 void setAuthConstraint(AuthConstraintType value)
          Sets the value of the 'Auth Constraint' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setUserDataConstraint(UserDataConstraintType value)
          Sets the value of the 'User Data Constraint' containment reference.
 

Method Detail

getWebResourceCollection

 getWebResourceCollection()
Returns the value of the 'Web Resource Collection' containment reference list. The list contents are of type WebResourceCollectionType.

If the meaning of the 'Web Resource Collection' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Web Resource Collection' containment reference list.
See Also:
Webapp22Package.getSecurityConstraintType_WebResourceCollection()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='web-resource-collection' namespace='##targetNamespace'"

getAuthConstraint

AuthConstraintType getAuthConstraint()
Returns the value of the 'Auth Constraint' containment reference.

If the meaning of the 'Auth Constraint' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Auth Constraint' containment reference.
See Also:
setAuthConstraint(AuthConstraintType), Webapp22Package.getSecurityConstraintType_AuthConstraint()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='auth-constraint' namespace='##targetNamespace'"

setAuthConstraint

void setAuthConstraint(AuthConstraintType value)
Sets the value of the 'Auth Constraint' containment reference.

Parameters:
value - the new value of the 'Auth Constraint' containment reference.
See Also:
getAuthConstraint()
Generated:

getUserDataConstraint

UserDataConstraintType getUserDataConstraint()
Returns the value of the 'User Data Constraint' containment reference.

If the meaning of the 'User Data Constraint' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'User Data Constraint' containment reference.
See Also:
setUserDataConstraint(UserDataConstraintType), Webapp22Package.getSecurityConstraintType_UserDataConstraint()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='user-data-constraint' namespace='##targetNamespace'"

setUserDataConstraint

void setUserDataConstraint(UserDataConstraintType value)
Sets the value of the 'User Data Constraint' containment reference.

Parameters:
value - the new value of the 'User Data Constraint' containment reference.
See Also:
getUserDataConstraint()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp22Package.getSecurityConstraintType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: