net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl
Class WebTypeImpl

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

public class WebTypeImpl
extends Object
implements Serializable, Cloneable, WebType

See Also:
Serialized Form

Field Summary
protected  StringImpl contextRoot
           
protected  String id
           
protected  PathTypeImpl webUri
           
 
Constructor Summary
WebTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.WebTypeImpl instance.
WebTypeImpl(WebTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.WebTypeImpl instance by copying a given instance.
 
Method Summary
 WebTypeImpl 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 PathTypeImpl webUri

contextRoot

protected StringImpl contextRoot

id

protected String id
Constructor Detail

WebTypeImpl

public WebTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.WebTypeImpl instance.


WebTypeImpl

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

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

getWebUri

public PathType getWebUri()
Description copied from interface: WebType
Gets the value of the webUri property.

Specified by:
getWebUri in interface WebType
Returns:
possible object is PathType

setWebUri

public void setWebUri(PathType value)
Description copied from interface: WebType
Sets the value of the webUri property.

Specified by:
setWebUri in interface WebType
Parameters:
value - allowed object is PathType

getContextRoot

public String getContextRoot()
Description copied from interface: WebType
Gets the value of the contextRoot property.

Specified by:
getContextRoot in interface WebType
Returns:
possible object is String

setContextRoot

public void setContextRoot(String value)
Description copied from interface: WebType
Sets the value of the contextRoot property.

Specified by:
setContextRoot in interface WebType
Parameters:
value - allowed object is String

getId

public String getId()
Description copied from interface: WebType
Gets the value of the id property.

Specified by:
getId in interface WebType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: WebType
Sets the value of the id property.

Specified by:
setId in interface WebType
Parameters:
value - allowed object is String

clone

public WebTypeImpl 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.