net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class ModuleTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ModuleTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ModuleType

public class ModuleTypeImpl
extends Object
implements Serializable, Cloneable, ModuleType

See Also:
Serialized Form

Field Summary
protected  PathTypeImpl altDd
           
protected  PathTypeImpl connector
           
protected  PathTypeImpl ejb
           
protected  String id
           
protected  PathTypeImpl java
           
protected  WebTypeImpl web
           
 
Constructor Summary
ModuleTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ModuleTypeImpl instance.
ModuleTypeImpl(ModuleTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ModuleTypeImpl instance by copying a given instance.
 
Method Summary
 ModuleTypeImpl clone()
          Creates and returns a copy of this object.
 PathType getAltDd()
          Gets the value of the altDd property.
 PathType getConnector()
          Gets the value of the connector property.
 PathType getEjb()
          Gets the value of the ejb property.
 String getId()
          Gets the value of the id property.
 PathType getJava()
          Gets the value of the java property.
 WebType getWeb()
          Gets the value of the web property.
 void setAltDd(PathType value)
          Sets the value of the altDd property.
 void setConnector(PathType value)
          Sets the value of the connector property.
 void setEjb(PathType value)
          Sets the value of the ejb property.
 void setId(String value)
          Sets the value of the id property.
 void setJava(PathType value)
          Sets the value of the java property.
 void setWeb(WebType value)
          Sets the value of the web property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connector

protected PathTypeImpl connector

ejb

protected PathTypeImpl ejb

java

protected PathTypeImpl java

web

protected WebTypeImpl web

altDd

protected PathTypeImpl altDd

id

protected String id
Constructor Detail

ModuleTypeImpl

public ModuleTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ModuleTypeImpl instance.


ModuleTypeImpl

public ModuleTypeImpl(ModuleTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ModuleTypeImpl instance by copying a given instance.

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

getConnector

public PathType getConnector()
Description copied from interface: ModuleType
Gets the value of the connector property.

Specified by:
getConnector in interface ModuleType
Returns:
possible object is PathType

setConnector

public void setConnector(PathType value)
Description copied from interface: ModuleType
Sets the value of the connector property.

Specified by:
setConnector in interface ModuleType
Parameters:
value - allowed object is PathType

getEjb

public PathType getEjb()
Description copied from interface: ModuleType
Gets the value of the ejb property.

Specified by:
getEjb in interface ModuleType
Returns:
possible object is PathType

setEjb

public void setEjb(PathType value)
Description copied from interface: ModuleType
Sets the value of the ejb property.

Specified by:
setEjb in interface ModuleType
Parameters:
value - allowed object is PathType

getJava

public PathType getJava()
Description copied from interface: ModuleType
Gets the value of the java property.

Specified by:
getJava in interface ModuleType
Returns:
possible object is PathType

setJava

public void setJava(PathType value)
Description copied from interface: ModuleType
Sets the value of the java property.

Specified by:
setJava in interface ModuleType
Parameters:
value - allowed object is PathType

getWeb

public WebType getWeb()
Description copied from interface: ModuleType
Gets the value of the web property.

Specified by:
getWeb in interface ModuleType
Returns:
possible object is WebType

setWeb

public void setWeb(WebType value)
Description copied from interface: ModuleType
Sets the value of the web property.

Specified by:
setWeb in interface ModuleType
Parameters:
value - allowed object is WebType

getAltDd

public PathType getAltDd()
Description copied from interface: ModuleType
Gets the value of the altDd property.

Specified by:
getAltDd in interface ModuleType
Returns:
possible object is PathType

setAltDd

public void setAltDd(PathType value)
Description copied from interface: ModuleType
Sets the value of the altDd property.

Specified by:
setAltDd in interface ModuleType
Parameters:
value - allowed object is PathType

getId

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

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

setId

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

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

clone

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