org.apache.openejb.jee
Class ServiceImplBean
java.lang.Object
org.apache.openejb.jee.ServiceImplBean
public class ServiceImplBean
- extends Object
javaee_web_services_1_3.xsd
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ejbLink
protected String ejbLink
servletLink
protected String servletLink
id
protected String id
ServiceImplBean
public ServiceImplBean()
getEjbLink
public String getEjbLink()
setEjbLink
public void setEjbLink(String value)
getServletLink
public String getServletLink()
setServletLink
public void setServletLink(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.