|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.Web
public class Web
application_6.xsd
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>
| Field Summary | |
|---|---|
protected String |
contextRoot
|
protected String |
id
|
protected String |
webUri
|
| Constructor Summary | |
|---|---|
Web()
|
|
| Method Summary | |
|---|---|
String |
getContextRoot()
Gets the value of the contextRoot property. |
String |
getId()
Gets the value of the id property. |
String |
getWebUri()
|
void |
setContextRoot(String value)
Sets the value of the contextRoot property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setWebUri(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String webUri
protected String contextRoot
protected String id
| Constructor Detail |
|---|
public Web()
| Method Detail |
|---|
public String getWebUri()
public void setWebUri(String value)
public String getContextRoot()
Stringpublic void setContextRoot(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||