public class ServiceImplBean extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ejbLink |
protected String |
id |
protected String |
servletLink |
| Constructor and Description |
|---|
ServiceImplBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEjbLink() |
String |
getId() |
String |
getServletLink() |
void |
setEjbLink(String value) |
void |
setId(String value) |
void |
setServletLink(String value) |
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.