|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebType
The webType defines the web-uri and context-root of a web application module.
Java class for webType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="web-uri" type="{http://java.sun.com/xml/ns/javaee}pathType"/>
<element name="context-root" type="{http://java.sun.com/xml/ns/javaee}string"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getContextRoot()
Gets the value of the contextRoot property. |
String |
getId()
Gets the value of the id property. |
PathType |
getWebUri()
Gets the value of the webUri property. |
void |
setContextRoot(String value)
Sets the value of the contextRoot property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setWebUri(PathType value)
Sets the value of the webUri property. |
| Method Detail |
|---|
PathType getWebUri()
PathTypevoid setWebUri(PathType value)
value - allowed object is
PathTypeString getContextRoot()
Stringvoid setContextRoot(String value)
value - allowed object is
StringString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||