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

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

public class ServiceImplBeanType
extends Object
implements Serializable, Cloneable

The service-impl-bean element defines the web service implementation. A service implementation can be an EJB bean class or JAX-RPC web component. Existing EJB implementations are exposed as a web service using an ejb-link. Used in: port-component

Java class for service-impl-beanType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="service-impl-beanType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="ejb-link" type="{http://java.sun.com/xml/ns/javaee}ejb-linkType"/>
         <element name="servlet-link" type="{http://java.sun.com/xml/ns/javaee}servlet-linkType"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  EjbLinkType ejbLink
           
protected  String id
           
protected  ServletLinkType servletLink
           
 
Constructor Summary
ServiceImplBeanType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.ServiceImplBeanType instance.
ServiceImplBeanType(ServiceImplBeanType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.ServiceImplBeanType instance by copying a given instance.
 
Method Summary
 ServiceImplBeanType 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 EjbLinkType ejbLink

servletLink

protected ServletLinkType servletLink

id

protected String id
Constructor Detail

ServiceImplBeanType

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


ServiceImplBeanType

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

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

getEjbLink

public EjbLinkType getEjbLink()
Gets the value of the ejbLink property.

Returns:
possible object is EjbLinkType

setEjbLink

public void setEjbLink(EjbLinkType value)
Sets the value of the ejbLink property.

Parameters:
value - allowed object is EjbLinkType

getServletLink

public ServletLinkType getServletLink()
Gets the value of the servletLink property.

Returns:
possible object is ServletLinkType

setServletLink

public void setServletLink(ServletLinkType value)
Sets the value of the servletLink property.

Parameters:
value - allowed object is ServletLinkType

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 ServiceImplBeanType 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.