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


public interface WebResourceCollectionType

A representation of the model object 'Web Resource Collection Type'.

The following features are supported:

See Also:
Webapp23Package.getWebResourceCollectionType()
Generated:
Model:
extendedMetaData="name='web-resource-collection_._type' kind='elementOnly'"

Method Summary
 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.
 

Method Detail

getWebResourceName

WebResourceNameType getWebResourceName()
Returns the value of the 'Web Resource Name' containment reference.

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

Returns:
the value of the 'Web Resource Name' containment reference.
See Also:
setWebResourceName(WebResourceNameType), Webapp23Package.getWebResourceCollectionType_WebResourceName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='web-resource-name' namespace='##targetNamespace'"

setWebResourceName

void setWebResourceName(WebResourceNameType 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

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

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

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), Webapp23Package.getWebResourceCollectionType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

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:
Webapp23Package.getWebResourceCollectionType_UrlPattern()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='url-pattern' namespace='##targetNamespace'"

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:
Webapp23Package.getWebResourceCollectionType_HttpMethod()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='http-method' namespace='##targetNamespace'"

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), Webapp23Package.getWebResourceCollectionType_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: