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

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

public class ServiceImplBeanTypeImpl
extends Object
implements Serializable, Cloneable, ServiceImplBeanType

See Also:
Serialized Form

Field Summary
protected  EjbLinkTypeImpl ejbLink
           
protected  String id
           
protected  ServletLinkTypeImpl servletLink
           
 
Constructor Summary
ServiceImplBeanTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServiceImplBeanTypeImpl instance.
ServiceImplBeanTypeImpl(ServiceImplBeanTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServiceImplBeanTypeImpl instance by copying a given instance.
 
Method Summary
 ServiceImplBeanTypeImpl clone()
          Creates and returns a copy of this object.
 EjbLinkType getEjbLink()
          Gets the value of the ejbLink property.
 String getId()
          Gets the value of the id property.
 ServletLinkType getServletLink()
          Gets the value of the servletLink property.
 void setEjbLink(EjbLinkType value)
          Sets the value of the ejbLink property.
 void setId(String value)
          Sets the value of the id property.
 void setServletLink(ServletLinkType value)
          Sets the value of the servletLink property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbLink

protected EjbLinkTypeImpl ejbLink

servletLink

protected ServletLinkTypeImpl servletLink

id

protected String id
Constructor Detail

ServiceImplBeanTypeImpl

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


ServiceImplBeanTypeImpl

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

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

getEjbLink

public EjbLinkType getEjbLink()
Description copied from interface: ServiceImplBeanType
Gets the value of the ejbLink property.

Specified by:
getEjbLink in interface ServiceImplBeanType
Returns:
possible object is EjbLinkType

setEjbLink

public void setEjbLink(EjbLinkType value)
Description copied from interface: ServiceImplBeanType
Sets the value of the ejbLink property.

Specified by:
setEjbLink in interface ServiceImplBeanType
Parameters:
value - allowed object is EjbLinkType

getServletLink

public ServletLinkType getServletLink()
Description copied from interface: ServiceImplBeanType
Gets the value of the servletLink property.

Specified by:
getServletLink in interface ServiceImplBeanType
Returns:
possible object is ServletLinkType

setServletLink

public void setServletLink(ServletLinkType value)
Description copied from interface: ServiceImplBeanType
Sets the value of the servletLink property.

Specified by:
setServletLink in interface ServiceImplBeanType
Parameters:
value - allowed object is ServletLinkType

getId

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

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

setId

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

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

clone

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