Class WebserviceDescription

  • All Implemented Interfaces:
    Keyable<String>

    public class WebserviceDescription
    extends Object
    implements Keyable<String>
    javaee_web_services_1_3.xsd

    Java class for webservice-descriptionType complex type.

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

     <complexType name="webservice-descriptionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" minOccurs="0"/>
             <element name="display-name" type="{http://java.sun.com/xml/ns/javaee}display-nameType" minOccurs="0"/>
             <element name="icon" type="{http://java.sun.com/xml/ns/javaee}iconType" minOccurs="0"/>
             <element name="webservice-description-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
             <element name="wsdl-file" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
             <element name="jaxrpc-mapping-file" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
             <element name="port-component" type="{http://java.sun.com/xml/ns/javaee}port-componentType" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • WebserviceDescription

        public WebserviceDescription()
    • Method Detail

      • getKey

        public String getKey()
        Description copied from interface: Keyable
        Gets the immutable key for this object.
        Specified by:
        getKey in interface Keyable<String>
        Returns:
        gets the immutable key for this object
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String value)
      • getDisplayName

        public String getDisplayName()
      • setDisplayName

        public void setDisplayName​(String value)
      • getIcon

        public Icon getIcon()
      • setIcon

        public void setIcon​(Icon value)
      • getWebserviceDescriptionName

        public String getWebserviceDescriptionName()
      • setWebserviceDescriptionName

        public void setWebserviceDescriptionName​(String value)
      • getWsdlFile

        public String getWsdlFile()
      • setWsdlFile

        public void setWsdlFile​(String value)
      • getJaxrpcMappingFile

        public String getJaxrpcMappingFile()
      • setJaxrpcMappingFile

        public void setJaxrpcMappingFile​(String value)
      • setJaxrpcMapping

        public void setJaxrpcMapping​(JavaWsdlMapping jaxrpcMapping)
      • getId

        public String getId()
      • setId

        public void setId​(String value)