
com.microsoft.schemas.sharepoint.dsp.Versions Maven / Gradle / Ivy
/**
* Versions.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.microsoft.schemas.sharepoint.dsp;
public class Versions implements java.io.Serializable {
private java.lang.String[] version;
public Versions() {
}
public Versions(
java.lang.String[] version) {
this.version = version;
}
/**
* Gets the version value for this Versions.
*
* @return version
*/
public java.lang.String[] getVersion() {
return version;
}
/**
* Sets the version value for this Versions.
*
* @param version
*/
public void setVersion(java.lang.String[] version) {
this.version = version;
}
public java.lang.String getVersion(int i) {
return this.version[i];
}
public void setVersion(int i, java.lang.String _value) {
this.version[i] = _value;
}
private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof Versions)) return false;
Versions other = (Versions) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
((this.version==null && other.getVersion()==null) ||
(this.version!=null &&
java.util.Arrays.equals(this.version, other.getVersion())));
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
if (getVersion() != null) {
for (int i=0;
i
© 2015 - 2025 Weber Informatics LLC | Privacy Policy