net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee
Class WebType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.WebType
All Implemented Interfaces:
Serializable, Cloneable

public class WebType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String contextRoot
           
protected  String id
           
protected  PathType webUri
           
 
Constructor Summary
WebType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.WebType instance.
WebType(WebType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.WebType instance by copying a given instance.
 
Method Summary
 WebType clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webUri

protected PathType webUri

contextRoot

protected String contextRoot

id

protected String id
Constructor Detail

WebType

public WebType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.WebType instance.


WebType

public WebType(WebType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.WebType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getWebUri

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

Returns:
possible object is PathType

setWebUri

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

Parameters:
value - allowed object is PathType

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 is String

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

clone

public WebType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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