public interface WebResourceCollectionType
The following features are supported:
Webapp25Package.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.
|
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.webapp25.String),
Webapp25Package.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...
Webapp25Package.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...
Webapp25Package.getWebResourceCollectionType_UrlPattern()getHttpMethod()
String.
If the meaning of the 'Http Method' attribute list isn't clear, there really should be more of a description here...
Webapp25Package.getWebResourceCollectionType_HttpMethod()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),
Webapp25Package.getWebResourceCollectionType_Id()