org.eclipse.modisco.jee.webapp.webapp24
Interface WebResourceCollectionType


public interface WebResourceCollectionType

A representation of the model object 'Web Resource Collection Type'. The web-resource-collectionType is used to identify a subset of the resources and HTTP methods on those resources within a web application to which a security constraint applies. If no HTTP methods are specified, then the security constraint applies to all HTTP methods. Used in: security-constraint

The following features are supported:

See Also:
Webapp24Package.getWebResourceCollectionType()
Generated:
Model:
extendedMetaData="name='web-resource-collectionType' kind='elementOnly'"

Method Summary
  getDescription()
          Returns the value of the 'Description' containment reference list.
  getHttpMethod()
          Returns the value of the 'Http Method' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getUrlPattern()
          Returns the value of the 'Url Pattern' containment reference list.
 String getWebResourceName()
          Returns the value of the 'Web Resource Name' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setWebResourceName(String value)
          Sets the value of the 'Web Resource Name' containment reference.
 

Method Detail

getWebResourceName

String getWebResourceName()
Returns the value of the 'Web Resource Name' containment reference. The web-resource-name contains the name of this web resource collection.

Returns:
the value of the 'Web Resource Name' containment reference.
See Also:
setWebResourceName(org.eclipse.modisco.jee.webapp.webapp24.String), Webapp24Package.getWebResourceCollectionType_WebResourceName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='web-resource-name' namespace='http://java.sun.com/xml/ns/j2ee'"

setWebResourceName

void setWebResourceName(String value)
Sets the value of the 'Web Resource Name' containment reference.

Parameters:
value - the new value of the 'Web Resource Name' containment reference.
See Also:
getWebResourceName()
Generated:

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
Webapp24Package.getWebResourceCollectionType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

getUrlPattern

 getUrlPattern()
Returns the value of the 'Url Pattern' containment reference list. The list contents are of type UrlPatternType.

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

Returns:
the value of the 'Url Pattern' containment reference list.
See Also:
Webapp24Package.getWebResourceCollectionType_UrlPattern()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='url-pattern' namespace='http://java.sun.com/xml/ns/j2ee'"

getHttpMethod

 getHttpMethod()
Returns the value of the 'Http Method' containment reference list. The list contents are of type HttpMethodType.

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

Returns:
the value of the 'Http Method' containment reference list.
See Also:
Webapp24Package.getWebResourceCollectionType_HttpMethod()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='http-method' namespace='http://java.sun.com/xml/ns/j2ee'"

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), Webapp24Package.getWebResourceCollectionType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

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: