net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee
Interface WebType

All Known Implementing Classes:
WebTypeImpl

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

getWebUri

PathType getWebUri()
Gets the value of the webUri property.

Returns:
possible object is PathType

setWebUri

void setWebUri(PathType value)
Sets the value of the webUri property.

Parameters:
value - allowed object is PathType

getContextRoot

String getContextRoot()
Gets the value of the contextRoot property.

Returns:
possible object is String

setContextRoot

void setContextRoot(String value)
Sets the value of the contextRoot property.

Parameters:
value - allowed object is String

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.