📄 publishservice.java
字号:
/**
* Sets the vendor value for this PublishService.
*
* @param vendor
*/
public void setVendor(java.lang.String vendor) {
this.vendor = vendor;
}
/**
* Gets the version value for this PublishService.
*
* @return version
*/
public java.lang.String getVersion() {
return version;
}
/**
* Sets the version value for this PublishService.
*
* @param version
*/
public void setVersion(java.lang.String version) {
this.version = version;
}
/**
* Gets the widgetLogo value for this PublishService.
*
* @return widgetLogo
*/
public java.lang.String getWidgetLogo() {
return widgetLogo;
}
/**
* Sets the widgetLogo value for this PublishService.
*
* @param widgetLogo
*/
public void setWidgetLogo(java.lang.String widgetLogo) {
this.widgetLogo = widgetLogo;
}
private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof PublishService)) return false;
PublishService other = (PublishService) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
((this.description==null && other.getDescription()==null) ||
(this.description!=null &&
this.description.equals(other.getDescription()))) &&
((this.location==null && other.getLocation()==null) ||
(this.location!=null &&
this.location.equals(other.getLocation()))) &&
((this.name==null && other.getName()==null) ||
(this.name!=null &&
this.name.equals(other.getName()))) &&
((this.packageZIP==null && other.getPackageZIP()==null) ||
(this.packageZIP!=null &&
this.packageZIP.equals(other.getPackageZIP()))) &&
((this.productID==null && other.getProductID()==null) ||
(this.productID!=null &&
this.productID.equals(other.getProductID()))) &&
((this.serviceID==null && other.getServiceID()==null) ||
(this.serviceID!=null &&
this.serviceID.equals(other.getServiceID()))) &&
((this.serviceState==null && other.getServiceState()==null) ||
(this.serviceState!=null &&
this.serviceState.equals(other.getServiceState()))) &&
((this.serviceType==null && other.getServiceType()==null) ||
(this.serviceType!=null &&
this.serviceType.equals(other.getServiceType()))) &&
((this.source==null && other.getSource()==null) ||
(this.source!=null &&
this.source.equals(other.getSource()))) &&
((this.spID==null && other.getSpID()==null) ||
(this.spID!=null &&
this.spID.equals(other.getSpID()))) &&
((this.tag==null && other.getTag()==null) ||
(this.tag!=null &&
this.tag.equals(other.getTag()))) &&
((this.vendor==null && other.getVendor()==null) ||
(this.vendor!=null &&
this.vendor.equals(other.getVendor()))) &&
((this.version==null && other.getVersion()==null) ||
(this.version!=null &&
this.version.equals(other.getVersion()))) &&
((this.widgetLogo==null && other.getWidgetLogo()==null) ||
(this.widgetLogo!=null &&
this.widgetLogo.equals(other.getWidgetLogo())));
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
if (getDescription() != null) {
_hashCode += getDescription().hashCode();
}
if (getLocation() != null) {
_hashCode += getLocation().hashCode();
}
if (getName() != null) {
_hashCode += getName().hashCode();
}
if (getPackageZIP() != null) {
_hashCode += getPackageZIP().hashCode();
}
if (getProductID() != null) {
_hashCode += getProductID().hashCode();
}
if (getServiceID() != null) {
_hashCode += getServiceID().hashCode();
}
if (getServiceState() != null) {
_hashCode += getServiceState().hashCode();
}
if (getServiceType() != null) {
_hashCode += getServiceType().hashCode();
}
if (getSource() != null) {
_hashCode += getSource().hashCode();
}
if (getSpID() != null) {
_hashCode += getSpID().hashCode();
}
if (getTag() != null) {
_hashCode += getTag().hashCode();
}
if (getVendor() != null) {
_hashCode += getVendor().hashCode();
}
if (getVersion() != null) {
_hashCode += getVersion().hashCode();
}
if (getWidgetLogo() != null) {
_hashCode += getWidgetLogo().hashCode();
}
__hashCodeCalc = false;
return _hashCode;
}
// Type metadata
private static org.apache.axis.description.TypeDesc typeDesc =
new org.apache.axis.description.TypeDesc(PublishService.class, true);
static {
typeDesc.setXmlType(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "PublishService"));
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("description");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "description"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("location");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "location"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("name");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "name"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("packageZIP");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "packageZIP"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("productID");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "productID"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("serviceID");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "serviceID"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("serviceState");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "serviceState"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("serviceType");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "serviceType"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("source");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "source"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("spID");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "spID"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("tag");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "tag"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("vendor");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "vendor"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("version");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "version"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("widgetLogo");
elemField.setXmlName(new javax.xml.namespace.QName("http://webservice.widget.wpp.hanming.com", "widgetLogo"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
}
/**
* Return type metadata object
*/
public static org.apache.axis.description.TypeDesc getTypeDesc() {
return typeDesc;
}
/**
* Get Custom Serializer
*/
public static org.apache.axis.encoding.Serializer getSerializer(
java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType) {
return
new org.apache.axis.encoding.ser.BeanSerializer(
_javaType, _xmlType, typeDesc);
}
/**
* Get Custom Deserializer
*/
public static org.apache.axis.encoding.Deserializer getDeserializer(
java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType) {
return
new org.apache.axis.encoding.ser.BeanDeserializer(
_javaType, _xmlType, typeDesc);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -