public class ServiceImplBeanType 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 EjbLinkType |
ejbLink |
protected String |
id |
protected ServletLinkType |
servletLink |
Constructor and Description |
---|
ServiceImplBeanType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected EjbLinkType ejbLink
protected ServletLinkType servletLink
protected String id
public EjbLinkType getEjbLink()
EjbLinkType
public void setEjbLink(EjbLinkType value)
value
- allowed object is
EjbLinkType
public ServletLinkType getServletLink()
ServletLinkType
public void setServletLink(ServletLinkType value)
value
- allowed object is
ServletLinkType
Apache CXF