Package org.apache.openejb.jee
Class Web
- java.lang.Object
-
- org.apache.openejb.jee.Web
-
public class Web extends Object
application_6.xsdJava 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>
-
-
Constructor Summary
Constructors Constructor Description Web()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextRoot()Gets the value of the contextRoot property.StringgetId()Gets the value of the id property.StringgetWebUri()voidsetContextRoot(String value)Sets the value of the contextRoot property.voidsetId(String value)Sets the value of the id property.voidsetWebUri(String value)
-
-
-
Method Detail
-
getWebUri
public String getWebUri()
-
setWebUri
public void setWebUri(String value)
-
getContextRoot
public String getContextRoot()
Gets the value of the contextRoot property.- Returns:
- possible object is
String
-
setContextRoot
public void setContextRoot(String value)
Sets the value of the contextRoot property.- Parameters:
value- allowed object isString
-
-