public interface WebResourceCollectionType
The following features are supported:
Webapp30Package.getWebResourceCollectionType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment
reference list.
|
|
getHttpMethod()
Returns the value of the 'Http Method' attribute list.
|
|
getHttpMethodOmission()
Returns the value of the 'Http Method Omission' attribute
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. |
String getWebResourceName()
setWebResourceName(org.eclipse.modisco.jee.webapp.webapp30.String),
Webapp30Package.getWebResourceCollectionType_WebResourceName()void setWebResourceName(String value)
Web Resource Name' containment reference.
value - the new value of the 'Web Resource Name' containment reference.getWebResourceName()getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getWebResourceCollectionType_Description()getUrlPattern()
UrlPatternType.
If the meaning of the 'Url Pattern' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getWebResourceCollectionType_UrlPattern()getHttpMethod()
String.
Each http-method names an HTTP method to which the constraint applies.
Webapp30Package.getWebResourceCollectionType_HttpMethod()getHttpMethodOmission()
String.
Each http-method-omission names an HTTP method to which the constraint
does not apply.
Webapp30Package.getWebResourceCollectionType_HttpMethodOmission()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp30Package.getWebResourceCollectionType_Id()