public interface WebResourceCollectionType
The following features are supported:
Webapp23Package.getWebResourceCollectionType()| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
getDescription()
Returns the value of the 'Description' containment reference.
|
|
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.
|
WebResourceNameType |
getWebResourceName()
Returns the value of the 'Web Resource Name' containment reference.
|
void |
setDescription(DescriptionType value)
Sets the value of the '
Description' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setWebResourceName(WebResourceNameType value)
Sets the value of the '
Web Resource Name' containment reference. |
WebResourceNameType getWebResourceName()
If the meaning of the 'Web Resource Name' containment reference isn't clear, there really should be more of a description here...
setWebResourceName(WebResourceNameType),
Webapp23Package.getWebResourceCollectionType_WebResourceName()void setWebResourceName(WebResourceNameType value)
Web Resource Name' containment reference.
value - the new value of the 'Web Resource Name' containment reference.getWebResourceName()DescriptionType getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(DescriptionType),
Webapp23Package.getWebResourceCollectionType_Description()void setDescription(DescriptionType value)
Description' containment reference.
value - the new value of the 'Description' containment reference.getDescription()getUrlPattern()
UrlPatternType.
If the meaning of the 'Url Pattern' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebResourceCollectionType_UrlPattern()getHttpMethod()
HttpMethodType.
If the meaning of the 'Http Method' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.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),
Webapp23Package.getWebResourceCollectionType_Id()