Class 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>
     
    • Field Detail

      • ejbLink

        protected String ejbLink
      • servletLink

        protected String servletLink
    • Constructor Detail

      • ServiceImplBean

        public ServiceImplBean()
    • Method Detail

      • 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)