⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 publishservice.java

📁 调用ws接口widget,主要是接口定义文件。
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
/**
 * PublishService.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
 */

package com.hanming.wpp.widget.webservice;

public class PublishService  implements java.io.Serializable {
    private java.lang.String description;

    private java.lang.String location;

    private java.lang.String name;

    private java.lang.String packageZIP;

    private java.lang.String productID;

    private java.lang.String serviceID;

    private java.lang.Integer serviceState;

    private java.lang.Integer serviceType;

    private java.lang.String source;

    private java.lang.String spID;

    private java.lang.String tag;

    private java.lang.String vendor;

    private java.lang.String version;

    private java.lang.String widgetLogo;

    public PublishService() {
    }

    public PublishService(
           java.lang.String description,
           java.lang.String location,
           java.lang.String name,
           java.lang.String packageZIP,
           java.lang.String productID,
           java.lang.String serviceID,
           java.lang.Integer serviceState,
           java.lang.Integer serviceType,
           java.lang.String source,
           java.lang.String spID,
           java.lang.String tag,
           java.lang.String vendor,
           java.lang.String version,
           java.lang.String widgetLogo) {
           this.description = description;
           this.location = location;
           this.name = name;
           this.packageZIP = packageZIP;
           this.productID = productID;
           this.serviceID = serviceID;
           this.serviceState = serviceState;
           this.serviceType = serviceType;
           this.source = source;
           this.spID = spID;
           this.tag = tag;
           this.vendor = vendor;
           this.version = version;
           this.widgetLogo = widgetLogo;
    }


    /**
     * Gets the description value for this PublishService.
     * 
     * @return description
     */
    public java.lang.String getDescription() {
        return description;
    }


    /**
     * Sets the description value for this PublishService.
     * 
     * @param description
     */
    public void setDescription(java.lang.String description) {
        this.description = description;
    }


    /**
     * Gets the location value for this PublishService.
     * 
     * @return location
     */
    public java.lang.String getLocation() {
        return location;
    }


    /**
     * Sets the location value for this PublishService.
     * 
     * @param location
     */
    public void setLocation(java.lang.String location) {
        this.location = location;
    }


    /**
     * Gets the name value for this PublishService.
     * 
     * @return name
     */
    public java.lang.String getName() {
        return name;
    }


    /**
     * Sets the name value for this PublishService.
     * 
     * @param name
     */
    public void setName(java.lang.String name) {
        this.name = name;
    }


    /**
     * Gets the packageZIP value for this PublishService.
     * 
     * @return packageZIP
     */
    public java.lang.String getPackageZIP() {
        return packageZIP;
    }


    /**
     * Sets the packageZIP value for this PublishService.
     * 
     * @param packageZIP
     */
    public void setPackageZIP(java.lang.String packageZIP) {
        this.packageZIP = packageZIP;
    }


    /**
     * Gets the productID value for this PublishService.
     * 
     * @return productID
     */
    public java.lang.String getProductID() {
        return productID;
    }


    /**
     * Sets the productID value for this PublishService.
     * 
     * @param productID
     */
    public void setProductID(java.lang.String productID) {
        this.productID = productID;
    }


    /**
     * Gets the serviceID value for this PublishService.
     * 
     * @return serviceID
     */
    public java.lang.String getServiceID() {
        return serviceID;
    }


    /**
     * Sets the serviceID value for this PublishService.
     * 
     * @param serviceID
     */
    public void setServiceID(java.lang.String serviceID) {
        this.serviceID = serviceID;
    }


    /**
     * Gets the serviceState value for this PublishService.
     * 
     * @return serviceState
     */
    public java.lang.Integer getServiceState() {
        return serviceState;
    }


    /**
     * Sets the serviceState value for this PublishService.
     * 
     * @param serviceState
     */
    public void setServiceState(java.lang.Integer serviceState) {
        this.serviceState = serviceState;
    }


    /**
     * Gets the serviceType value for this PublishService.
     * 
     * @return serviceType
     */
    public java.lang.Integer getServiceType() {
        return serviceType;
    }


    /**
     * Sets the serviceType value for this PublishService.
     * 
     * @param serviceType
     */
    public void setServiceType(java.lang.Integer serviceType) {
        this.serviceType = serviceType;
    }


    /**
     * Gets the source value for this PublishService.
     * 
     * @return source
     */
    public java.lang.String getSource() {
        return source;
    }


    /**
     * Sets the source value for this PublishService.
     * 
     * @param source
     */
    public void setSource(java.lang.String source) {
        this.source = source;
    }


    /**
     * Gets the spID value for this PublishService.
     * 
     * @return spID
     */
    public java.lang.String getSpID() {
        return spID;
    }


    /**
     * Sets the spID value for this PublishService.
     * 
     * @param spID
     */
    public void setSpID(java.lang.String spID) {
        this.spID = spID;
    }


    /**
     * Gets the tag value for this PublishService.
     * 
     * @return tag
     */
    public java.lang.String getTag() {
        return tag;
    }


    /**
     * Sets the tag value for this PublishService.
     * 
     * @param tag
     */
    public void setTag(java.lang.String tag) {
        this.tag = tag;
    }


    /**
     * Gets the vendor value for this PublishService.
     * 
     * @return vendor
     */
    public java.lang.String getVendor() {
        return vendor;
    }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -