![JAR search and dependency download from the Maven repository](/logo.png)
com.allegro.webapi.ItemInfoExt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of allegro-webapi Show documentation
Show all versions of allegro-webapi Show documentation
Allegro Web API WSDL converted to Java
/**
* ItemInfoExt.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.allegro.webapi;
public class ItemInfoExt implements java.io.Serializable {
private long itId;
private int itCountry;
private java.lang.String itName;
private float itPrice;
private int itBidCount;
private long itEndingTime;
private long itSellerId;
private java.lang.String itSellerLogin;
private int itSellerRating;
private long itStartingTime;
private float itStartingPrice;
private int itQuantity;
private int itFotoCount;
private float itReservePrice;
private java.lang.String itLocation;
private float itBuyNowPrice;
private int itBuyNowActive;
private java.lang.Float itAdvertisementPrice;
private java.lang.Integer itAdvertisementActive;
private int itHighBidder;
private java.lang.String itHighBidderLogin;
private java.lang.String itDescription;
private java.lang.String itStandardizedDescription;
private int itOptions;
private int itState;
private float itWireTransfer;
private float itPostDelivery;
private java.lang.String itPostInfo;
private int itQuantityType;
private int itIsEco;
private long itHitCount;
private java.lang.String itPostcode;
private int itVatInvoice;
private int itVatMarginInvoice;
private int itWithoutVatInvoice;
private java.lang.String itBankAccount1;
private java.lang.String itBankAccount2;
private int itStartingQuantity;
private int itIsForGuests;
private int itHasProduct;
private int itOrderFulfillmentTime;
private int itEndingInfo;
private int itIsAllegroStandard;
private int itIsNewUsed;
private java.lang.Integer itIsBrandZone;
private java.lang.Integer itIsFulfillmentTimeActive;
private java.lang.String itEan;
public ItemInfoExt() {
}
public ItemInfoExt(
long itId,
int itCountry,
java.lang.String itName,
float itPrice,
int itBidCount,
long itEndingTime,
long itSellerId,
java.lang.String itSellerLogin,
int itSellerRating,
long itStartingTime,
float itStartingPrice,
int itQuantity,
int itFotoCount,
float itReservePrice,
java.lang.String itLocation,
float itBuyNowPrice,
int itBuyNowActive,
java.lang.Float itAdvertisementPrice,
java.lang.Integer itAdvertisementActive,
int itHighBidder,
java.lang.String itHighBidderLogin,
java.lang.String itDescription,
java.lang.String itStandardizedDescription,
int itOptions,
int itState,
float itWireTransfer,
float itPostDelivery,
java.lang.String itPostInfo,
int itQuantityType,
int itIsEco,
long itHitCount,
java.lang.String itPostcode,
int itVatInvoice,
int itVatMarginInvoice,
int itWithoutVatInvoice,
java.lang.String itBankAccount1,
java.lang.String itBankAccount2,
int itStartingQuantity,
int itIsForGuests,
int itHasProduct,
int itOrderFulfillmentTime,
int itEndingInfo,
int itIsAllegroStandard,
int itIsNewUsed,
java.lang.Integer itIsBrandZone,
java.lang.Integer itIsFulfillmentTimeActive,
java.lang.String itEan) {
this.itId = itId;
this.itCountry = itCountry;
this.itName = itName;
this.itPrice = itPrice;
this.itBidCount = itBidCount;
this.itEndingTime = itEndingTime;
this.itSellerId = itSellerId;
this.itSellerLogin = itSellerLogin;
this.itSellerRating = itSellerRating;
this.itStartingTime = itStartingTime;
this.itStartingPrice = itStartingPrice;
this.itQuantity = itQuantity;
this.itFotoCount = itFotoCount;
this.itReservePrice = itReservePrice;
this.itLocation = itLocation;
this.itBuyNowPrice = itBuyNowPrice;
this.itBuyNowActive = itBuyNowActive;
this.itAdvertisementPrice = itAdvertisementPrice;
this.itAdvertisementActive = itAdvertisementActive;
this.itHighBidder = itHighBidder;
this.itHighBidderLogin = itHighBidderLogin;
this.itDescription = itDescription;
this.itStandardizedDescription = itStandardizedDescription;
this.itOptions = itOptions;
this.itState = itState;
this.itWireTransfer = itWireTransfer;
this.itPostDelivery = itPostDelivery;
this.itPostInfo = itPostInfo;
this.itQuantityType = itQuantityType;
this.itIsEco = itIsEco;
this.itHitCount = itHitCount;
this.itPostcode = itPostcode;
this.itVatInvoice = itVatInvoice;
this.itVatMarginInvoice = itVatMarginInvoice;
this.itWithoutVatInvoice = itWithoutVatInvoice;
this.itBankAccount1 = itBankAccount1;
this.itBankAccount2 = itBankAccount2;
this.itStartingQuantity = itStartingQuantity;
this.itIsForGuests = itIsForGuests;
this.itHasProduct = itHasProduct;
this.itOrderFulfillmentTime = itOrderFulfillmentTime;
this.itEndingInfo = itEndingInfo;
this.itIsAllegroStandard = itIsAllegroStandard;
this.itIsNewUsed = itIsNewUsed;
this.itIsBrandZone = itIsBrandZone;
this.itIsFulfillmentTimeActive = itIsFulfillmentTimeActive;
this.itEan = itEan;
}
/**
* Gets the itId value for this ItemInfoExt.
*
* @return itId
*/
public long getItId() {
return itId;
}
/**
* Sets the itId value for this ItemInfoExt.
*
* @param itId
*/
public void setItId(long itId) {
this.itId = itId;
}
/**
* Gets the itCountry value for this ItemInfoExt.
*
* @return itCountry
*/
public int getItCountry() {
return itCountry;
}
/**
* Sets the itCountry value for this ItemInfoExt.
*
* @param itCountry
*/
public void setItCountry(int itCountry) {
this.itCountry = itCountry;
}
/**
* Gets the itName value for this ItemInfoExt.
*
* @return itName
*/
public java.lang.String getItName() {
return itName;
}
/**
* Sets the itName value for this ItemInfoExt.
*
* @param itName
*/
public void setItName(java.lang.String itName) {
this.itName = itName;
}
/**
* Gets the itPrice value for this ItemInfoExt.
*
* @return itPrice
*/
public float getItPrice() {
return itPrice;
}
/**
* Sets the itPrice value for this ItemInfoExt.
*
* @param itPrice
*/
public void setItPrice(float itPrice) {
this.itPrice = itPrice;
}
/**
* Gets the itBidCount value for this ItemInfoExt.
*
* @return itBidCount
*/
public int getItBidCount() {
return itBidCount;
}
/**
* Sets the itBidCount value for this ItemInfoExt.
*
* @param itBidCount
*/
public void setItBidCount(int itBidCount) {
this.itBidCount = itBidCount;
}
/**
* Gets the itEndingTime value for this ItemInfoExt.
*
* @return itEndingTime
*/
public long getItEndingTime() {
return itEndingTime;
}
/**
* Sets the itEndingTime value for this ItemInfoExt.
*
* @param itEndingTime
*/
public void setItEndingTime(long itEndingTime) {
this.itEndingTime = itEndingTime;
}
/**
* Gets the itSellerId value for this ItemInfoExt.
*
* @return itSellerId
*/
public long getItSellerId() {
return itSellerId;
}
/**
* Sets the itSellerId value for this ItemInfoExt.
*
* @param itSellerId
*/
public void setItSellerId(long itSellerId) {
this.itSellerId = itSellerId;
}
/**
* Gets the itSellerLogin value for this ItemInfoExt.
*
* @return itSellerLogin
*/
public java.lang.String getItSellerLogin() {
return itSellerLogin;
}
/**
* Sets the itSellerLogin value for this ItemInfoExt.
*
* @param itSellerLogin
*/
public void setItSellerLogin(java.lang.String itSellerLogin) {
this.itSellerLogin = itSellerLogin;
}
/**
* Gets the itSellerRating value for this ItemInfoExt.
*
* @return itSellerRating
*/
public int getItSellerRating() {
return itSellerRating;
}
/**
* Sets the itSellerRating value for this ItemInfoExt.
*
* @param itSellerRating
*/
public void setItSellerRating(int itSellerRating) {
this.itSellerRating = itSellerRating;
}
/**
* Gets the itStartingTime value for this ItemInfoExt.
*
* @return itStartingTime
*/
public long getItStartingTime() {
return itStartingTime;
}
/**
* Sets the itStartingTime value for this ItemInfoExt.
*
* @param itStartingTime
*/
public void setItStartingTime(long itStartingTime) {
this.itStartingTime = itStartingTime;
}
/**
* Gets the itStartingPrice value for this ItemInfoExt.
*
* @return itStartingPrice
*/
public float getItStartingPrice() {
return itStartingPrice;
}
/**
* Sets the itStartingPrice value for this ItemInfoExt.
*
* @param itStartingPrice
*/
public void setItStartingPrice(float itStartingPrice) {
this.itStartingPrice = itStartingPrice;
}
/**
* Gets the itQuantity value for this ItemInfoExt.
*
* @return itQuantity
*/
public int getItQuantity() {
return itQuantity;
}
/**
* Sets the itQuantity value for this ItemInfoExt.
*
* @param itQuantity
*/
public void setItQuantity(int itQuantity) {
this.itQuantity = itQuantity;
}
/**
* Gets the itFotoCount value for this ItemInfoExt.
*
* @return itFotoCount
*/
public int getItFotoCount() {
return itFotoCount;
}
/**
* Sets the itFotoCount value for this ItemInfoExt.
*
* @param itFotoCount
*/
public void setItFotoCount(int itFotoCount) {
this.itFotoCount = itFotoCount;
}
/**
* Gets the itReservePrice value for this ItemInfoExt.
*
* @return itReservePrice
*/
public float getItReservePrice() {
return itReservePrice;
}
/**
* Sets the itReservePrice value for this ItemInfoExt.
*
* @param itReservePrice
*/
public void setItReservePrice(float itReservePrice) {
this.itReservePrice = itReservePrice;
}
/**
* Gets the itLocation value for this ItemInfoExt.
*
* @return itLocation
*/
public java.lang.String getItLocation() {
return itLocation;
}
/**
* Sets the itLocation value for this ItemInfoExt.
*
* @param itLocation
*/
public void setItLocation(java.lang.String itLocation) {
this.itLocation = itLocation;
}
/**
* Gets the itBuyNowPrice value for this ItemInfoExt.
*
* @return itBuyNowPrice
*/
public float getItBuyNowPrice() {
return itBuyNowPrice;
}
/**
* Sets the itBuyNowPrice value for this ItemInfoExt.
*
* @param itBuyNowPrice
*/
public void setItBuyNowPrice(float itBuyNowPrice) {
this.itBuyNowPrice = itBuyNowPrice;
}
/**
* Gets the itBuyNowActive value for this ItemInfoExt.
*
* @return itBuyNowActive
*/
public int getItBuyNowActive() {
return itBuyNowActive;
}
/**
* Sets the itBuyNowActive value for this ItemInfoExt.
*
* @param itBuyNowActive
*/
public void setItBuyNowActive(int itBuyNowActive) {
this.itBuyNowActive = itBuyNowActive;
}
/**
* Gets the itAdvertisementPrice value for this ItemInfoExt.
*
* @return itAdvertisementPrice
*/
public java.lang.Float getItAdvertisementPrice() {
return itAdvertisementPrice;
}
/**
* Sets the itAdvertisementPrice value for this ItemInfoExt.
*
* @param itAdvertisementPrice
*/
public void setItAdvertisementPrice(java.lang.Float itAdvertisementPrice) {
this.itAdvertisementPrice = itAdvertisementPrice;
}
/**
* Gets the itAdvertisementActive value for this ItemInfoExt.
*
* @return itAdvertisementActive
*/
public java.lang.Integer getItAdvertisementActive() {
return itAdvertisementActive;
}
/**
* Sets the itAdvertisementActive value for this ItemInfoExt.
*
* @param itAdvertisementActive
*/
public void setItAdvertisementActive(java.lang.Integer itAdvertisementActive) {
this.itAdvertisementActive = itAdvertisementActive;
}
/**
* Gets the itHighBidder value for this ItemInfoExt.
*
* @return itHighBidder
*/
public int getItHighBidder() {
return itHighBidder;
}
/**
* Sets the itHighBidder value for this ItemInfoExt.
*
* @param itHighBidder
*/
public void setItHighBidder(int itHighBidder) {
this.itHighBidder = itHighBidder;
}
/**
* Gets the itHighBidderLogin value for this ItemInfoExt.
*
* @return itHighBidderLogin
*/
public java.lang.String getItHighBidderLogin() {
return itHighBidderLogin;
}
/**
* Sets the itHighBidderLogin value for this ItemInfoExt.
*
* @param itHighBidderLogin
*/
public void setItHighBidderLogin(java.lang.String itHighBidderLogin) {
this.itHighBidderLogin = itHighBidderLogin;
}
/**
* Gets the itDescription value for this ItemInfoExt.
*
* @return itDescription
*/
public java.lang.String getItDescription() {
return itDescription;
}
/**
* Sets the itDescription value for this ItemInfoExt.
*
* @param itDescription
*/
public void setItDescription(java.lang.String itDescription) {
this.itDescription = itDescription;
}
/**
* Gets the itStandardizedDescription value for this ItemInfoExt.
*
* @return itStandardizedDescription
*/
public java.lang.String getItStandardizedDescription() {
return itStandardizedDescription;
}
/**
* Sets the itStandardizedDescription value for this ItemInfoExt.
*
* @param itStandardizedDescription
*/
public void setItStandardizedDescription(java.lang.String itStandardizedDescription) {
this.itStandardizedDescription = itStandardizedDescription;
}
/**
* Gets the itOptions value for this ItemInfoExt.
*
* @return itOptions
*/
public int getItOptions() {
return itOptions;
}
/**
* Sets the itOptions value for this ItemInfoExt.
*
* @param itOptions
*/
public void setItOptions(int itOptions) {
this.itOptions = itOptions;
}
/**
* Gets the itState value for this ItemInfoExt.
*
* @return itState
*/
public int getItState() {
return itState;
}
/**
* Sets the itState value for this ItemInfoExt.
*
* @param itState
*/
public void setItState(int itState) {
this.itState = itState;
}
/**
* Gets the itWireTransfer value for this ItemInfoExt.
*
* @return itWireTransfer
*/
public float getItWireTransfer() {
return itWireTransfer;
}
/**
* Sets the itWireTransfer value for this ItemInfoExt.
*
* @param itWireTransfer
*/
public void setItWireTransfer(float itWireTransfer) {
this.itWireTransfer = itWireTransfer;
}
/**
* Gets the itPostDelivery value for this ItemInfoExt.
*
* @return itPostDelivery
*/
public float getItPostDelivery() {
return itPostDelivery;
}
/**
* Sets the itPostDelivery value for this ItemInfoExt.
*
* @param itPostDelivery
*/
public void setItPostDelivery(float itPostDelivery) {
this.itPostDelivery = itPostDelivery;
}
/**
* Gets the itPostInfo value for this ItemInfoExt.
*
* @return itPostInfo
*/
public java.lang.String getItPostInfo() {
return itPostInfo;
}
/**
* Sets the itPostInfo value for this ItemInfoExt.
*
* @param itPostInfo
*/
public void setItPostInfo(java.lang.String itPostInfo) {
this.itPostInfo = itPostInfo;
}
/**
* Gets the itQuantityType value for this ItemInfoExt.
*
* @return itQuantityType
*/
public int getItQuantityType() {
return itQuantityType;
}
/**
* Sets the itQuantityType value for this ItemInfoExt.
*
* @param itQuantityType
*/
public void setItQuantityType(int itQuantityType) {
this.itQuantityType = itQuantityType;
}
/**
* Gets the itIsEco value for this ItemInfoExt.
*
* @return itIsEco
*/
public int getItIsEco() {
return itIsEco;
}
/**
* Sets the itIsEco value for this ItemInfoExt.
*
* @param itIsEco
*/
public void setItIsEco(int itIsEco) {
this.itIsEco = itIsEco;
}
/**
* Gets the itHitCount value for this ItemInfoExt.
*
* @return itHitCount
*/
public long getItHitCount() {
return itHitCount;
}
/**
* Sets the itHitCount value for this ItemInfoExt.
*
* @param itHitCount
*/
public void setItHitCount(long itHitCount) {
this.itHitCount = itHitCount;
}
/**
* Gets the itPostcode value for this ItemInfoExt.
*
* @return itPostcode
*/
public java.lang.String getItPostcode() {
return itPostcode;
}
/**
* Sets the itPostcode value for this ItemInfoExt.
*
* @param itPostcode
*/
public void setItPostcode(java.lang.String itPostcode) {
this.itPostcode = itPostcode;
}
/**
* Gets the itVatInvoice value for this ItemInfoExt.
*
* @return itVatInvoice
*/
public int getItVatInvoice() {
return itVatInvoice;
}
/**
* Sets the itVatInvoice value for this ItemInfoExt.
*
* @param itVatInvoice
*/
public void setItVatInvoice(int itVatInvoice) {
this.itVatInvoice = itVatInvoice;
}
/**
* Gets the itVatMarginInvoice value for this ItemInfoExt.
*
* @return itVatMarginInvoice
*/
public int getItVatMarginInvoice() {
return itVatMarginInvoice;
}
/**
* Sets the itVatMarginInvoice value for this ItemInfoExt.
*
* @param itVatMarginInvoice
*/
public void setItVatMarginInvoice(int itVatMarginInvoice) {
this.itVatMarginInvoice = itVatMarginInvoice;
}
/**
* Gets the itWithoutVatInvoice value for this ItemInfoExt.
*
* @return itWithoutVatInvoice
*/
public int getItWithoutVatInvoice() {
return itWithoutVatInvoice;
}
/**
* Sets the itWithoutVatInvoice value for this ItemInfoExt.
*
* @param itWithoutVatInvoice
*/
public void setItWithoutVatInvoice(int itWithoutVatInvoice) {
this.itWithoutVatInvoice = itWithoutVatInvoice;
}
/**
* Gets the itBankAccount1 value for this ItemInfoExt.
*
* @return itBankAccount1
*/
public java.lang.String getItBankAccount1() {
return itBankAccount1;
}
/**
* Sets the itBankAccount1 value for this ItemInfoExt.
*
* @param itBankAccount1
*/
public void setItBankAccount1(java.lang.String itBankAccount1) {
this.itBankAccount1 = itBankAccount1;
}
/**
* Gets the itBankAccount2 value for this ItemInfoExt.
*
* @return itBankAccount2
*/
public java.lang.String getItBankAccount2() {
return itBankAccount2;
}
/**
* Sets the itBankAccount2 value for this ItemInfoExt.
*
* @param itBankAccount2
*/
public void setItBankAccount2(java.lang.String itBankAccount2) {
this.itBankAccount2 = itBankAccount2;
}
/**
* Gets the itStartingQuantity value for this ItemInfoExt.
*
* @return itStartingQuantity
*/
public int getItStartingQuantity() {
return itStartingQuantity;
}
/**
* Sets the itStartingQuantity value for this ItemInfoExt.
*
* @param itStartingQuantity
*/
public void setItStartingQuantity(int itStartingQuantity) {
this.itStartingQuantity = itStartingQuantity;
}
/**
* Gets the itIsForGuests value for this ItemInfoExt.
*
* @return itIsForGuests
*/
public int getItIsForGuests() {
return itIsForGuests;
}
/**
* Sets the itIsForGuests value for this ItemInfoExt.
*
* @param itIsForGuests
*/
public void setItIsForGuests(int itIsForGuests) {
this.itIsForGuests = itIsForGuests;
}
/**
* Gets the itHasProduct value for this ItemInfoExt.
*
* @return itHasProduct
*/
public int getItHasProduct() {
return itHasProduct;
}
/**
* Sets the itHasProduct value for this ItemInfoExt.
*
* @param itHasProduct
*/
public void setItHasProduct(int itHasProduct) {
this.itHasProduct = itHasProduct;
}
/**
* Gets the itOrderFulfillmentTime value for this ItemInfoExt.
*
* @return itOrderFulfillmentTime
*/
public int getItOrderFulfillmentTime() {
return itOrderFulfillmentTime;
}
/**
* Sets the itOrderFulfillmentTime value for this ItemInfoExt.
*
* @param itOrderFulfillmentTime
*/
public void setItOrderFulfillmentTime(int itOrderFulfillmentTime) {
this.itOrderFulfillmentTime = itOrderFulfillmentTime;
}
/**
* Gets the itEndingInfo value for this ItemInfoExt.
*
* @return itEndingInfo
*/
public int getItEndingInfo() {
return itEndingInfo;
}
/**
* Sets the itEndingInfo value for this ItemInfoExt.
*
* @param itEndingInfo
*/
public void setItEndingInfo(int itEndingInfo) {
this.itEndingInfo = itEndingInfo;
}
/**
* Gets the itIsAllegroStandard value for this ItemInfoExt.
*
* @return itIsAllegroStandard
*/
public int getItIsAllegroStandard() {
return itIsAllegroStandard;
}
/**
* Sets the itIsAllegroStandard value for this ItemInfoExt.
*
* @param itIsAllegroStandard
*/
public void setItIsAllegroStandard(int itIsAllegroStandard) {
this.itIsAllegroStandard = itIsAllegroStandard;
}
/**
* Gets the itIsNewUsed value for this ItemInfoExt.
*
* @return itIsNewUsed
*/
public int getItIsNewUsed() {
return itIsNewUsed;
}
/**
* Sets the itIsNewUsed value for this ItemInfoExt.
*
* @param itIsNewUsed
*/
public void setItIsNewUsed(int itIsNewUsed) {
this.itIsNewUsed = itIsNewUsed;
}
/**
* Gets the itIsBrandZone value for this ItemInfoExt.
*
* @return itIsBrandZone
*/
public java.lang.Integer getItIsBrandZone() {
return itIsBrandZone;
}
/**
* Sets the itIsBrandZone value for this ItemInfoExt.
*
* @param itIsBrandZone
*/
public void setItIsBrandZone(java.lang.Integer itIsBrandZone) {
this.itIsBrandZone = itIsBrandZone;
}
/**
* Gets the itIsFulfillmentTimeActive value for this ItemInfoExt.
*
* @return itIsFulfillmentTimeActive
*/
public java.lang.Integer getItIsFulfillmentTimeActive() {
return itIsFulfillmentTimeActive;
}
/**
* Sets the itIsFulfillmentTimeActive value for this ItemInfoExt.
*
* @param itIsFulfillmentTimeActive
*/
public void setItIsFulfillmentTimeActive(java.lang.Integer itIsFulfillmentTimeActive) {
this.itIsFulfillmentTimeActive = itIsFulfillmentTimeActive;
}
/**
* Gets the itEan value for this ItemInfoExt.
*
* @return itEan
*/
public java.lang.String getItEan() {
return itEan;
}
/**
* Sets the itEan value for this ItemInfoExt.
*
* @param itEan
*/
public void setItEan(java.lang.String itEan) {
this.itEan = itEan;
}
private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof ItemInfoExt)) return false;
ItemInfoExt other = (ItemInfoExt) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
this.itId == other.getItId() &&
this.itCountry == other.getItCountry() &&
((this.itName==null && other.getItName()==null) ||
(this.itName!=null &&
this.itName.equals(other.getItName()))) &&
this.itPrice == other.getItPrice() &&
this.itBidCount == other.getItBidCount() &&
this.itEndingTime == other.getItEndingTime() &&
this.itSellerId == other.getItSellerId() &&
((this.itSellerLogin==null && other.getItSellerLogin()==null) ||
(this.itSellerLogin!=null &&
this.itSellerLogin.equals(other.getItSellerLogin()))) &&
this.itSellerRating == other.getItSellerRating() &&
this.itStartingTime == other.getItStartingTime() &&
this.itStartingPrice == other.getItStartingPrice() &&
this.itQuantity == other.getItQuantity() &&
this.itFotoCount == other.getItFotoCount() &&
this.itReservePrice == other.getItReservePrice() &&
((this.itLocation==null && other.getItLocation()==null) ||
(this.itLocation!=null &&
this.itLocation.equals(other.getItLocation()))) &&
this.itBuyNowPrice == other.getItBuyNowPrice() &&
this.itBuyNowActive == other.getItBuyNowActive() &&
((this.itAdvertisementPrice==null && other.getItAdvertisementPrice()==null) ||
(this.itAdvertisementPrice!=null &&
this.itAdvertisementPrice.equals(other.getItAdvertisementPrice()))) &&
((this.itAdvertisementActive==null && other.getItAdvertisementActive()==null) ||
(this.itAdvertisementActive!=null &&
this.itAdvertisementActive.equals(other.getItAdvertisementActive()))) &&
this.itHighBidder == other.getItHighBidder() &&
((this.itHighBidderLogin==null && other.getItHighBidderLogin()==null) ||
(this.itHighBidderLogin!=null &&
this.itHighBidderLogin.equals(other.getItHighBidderLogin()))) &&
((this.itDescription==null && other.getItDescription()==null) ||
(this.itDescription!=null &&
this.itDescription.equals(other.getItDescription()))) &&
((this.itStandardizedDescription==null && other.getItStandardizedDescription()==null) ||
(this.itStandardizedDescription!=null &&
this.itStandardizedDescription.equals(other.getItStandardizedDescription()))) &&
this.itOptions == other.getItOptions() &&
this.itState == other.getItState() &&
this.itWireTransfer == other.getItWireTransfer() &&
this.itPostDelivery == other.getItPostDelivery() &&
((this.itPostInfo==null && other.getItPostInfo()==null) ||
(this.itPostInfo!=null &&
this.itPostInfo.equals(other.getItPostInfo()))) &&
this.itQuantityType == other.getItQuantityType() &&
this.itIsEco == other.getItIsEco() &&
this.itHitCount == other.getItHitCount() &&
((this.itPostcode==null && other.getItPostcode()==null) ||
(this.itPostcode!=null &&
this.itPostcode.equals(other.getItPostcode()))) &&
this.itVatInvoice == other.getItVatInvoice() &&
this.itVatMarginInvoice == other.getItVatMarginInvoice() &&
this.itWithoutVatInvoice == other.getItWithoutVatInvoice() &&
((this.itBankAccount1==null && other.getItBankAccount1()==null) ||
(this.itBankAccount1!=null &&
this.itBankAccount1.equals(other.getItBankAccount1()))) &&
((this.itBankAccount2==null && other.getItBankAccount2()==null) ||
(this.itBankAccount2!=null &&
this.itBankAccount2.equals(other.getItBankAccount2()))) &&
this.itStartingQuantity == other.getItStartingQuantity() &&
this.itIsForGuests == other.getItIsForGuests() &&
this.itHasProduct == other.getItHasProduct() &&
this.itOrderFulfillmentTime == other.getItOrderFulfillmentTime() &&
this.itEndingInfo == other.getItEndingInfo() &&
this.itIsAllegroStandard == other.getItIsAllegroStandard() &&
this.itIsNewUsed == other.getItIsNewUsed() &&
((this.itIsBrandZone==null && other.getItIsBrandZone()==null) ||
(this.itIsBrandZone!=null &&
this.itIsBrandZone.equals(other.getItIsBrandZone()))) &&
((this.itIsFulfillmentTimeActive==null && other.getItIsFulfillmentTimeActive()==null) ||
(this.itIsFulfillmentTimeActive!=null &&
this.itIsFulfillmentTimeActive.equals(other.getItIsFulfillmentTimeActive()))) &&
((this.itEan==null && other.getItEan()==null) ||
(this.itEan!=null &&
this.itEan.equals(other.getItEan())));
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
_hashCode += new Long(getItId()).hashCode();
_hashCode += getItCountry();
if (getItName() != null) {
_hashCode += getItName().hashCode();
}
_hashCode += new Float(getItPrice()).hashCode();
_hashCode += getItBidCount();
_hashCode += new Long(getItEndingTime()).hashCode();
_hashCode += new Long(getItSellerId()).hashCode();
if (getItSellerLogin() != null) {
_hashCode += getItSellerLogin().hashCode();
}
_hashCode += getItSellerRating();
_hashCode += new Long(getItStartingTime()).hashCode();
_hashCode += new Float(getItStartingPrice()).hashCode();
_hashCode += getItQuantity();
_hashCode += getItFotoCount();
_hashCode += new Float(getItReservePrice()).hashCode();
if (getItLocation() != null) {
_hashCode += getItLocation().hashCode();
}
_hashCode += new Float(getItBuyNowPrice()).hashCode();
_hashCode += getItBuyNowActive();
if (getItAdvertisementPrice() != null) {
_hashCode += getItAdvertisementPrice().hashCode();
}
if (getItAdvertisementActive() != null) {
_hashCode += getItAdvertisementActive().hashCode();
}
_hashCode += getItHighBidder();
if (getItHighBidderLogin() != null) {
_hashCode += getItHighBidderLogin().hashCode();
}
if (getItDescription() != null) {
_hashCode += getItDescription().hashCode();
}
if (getItStandardizedDescription() != null) {
_hashCode += getItStandardizedDescription().hashCode();
}
_hashCode += getItOptions();
_hashCode += getItState();
_hashCode += new Float(getItWireTransfer()).hashCode();
_hashCode += new Float(getItPostDelivery()).hashCode();
if (getItPostInfo() != null) {
_hashCode += getItPostInfo().hashCode();
}
_hashCode += getItQuantityType();
_hashCode += getItIsEco();
_hashCode += new Long(getItHitCount()).hashCode();
if (getItPostcode() != null) {
_hashCode += getItPostcode().hashCode();
}
_hashCode += getItVatInvoice();
_hashCode += getItVatMarginInvoice();
_hashCode += getItWithoutVatInvoice();
if (getItBankAccount1() != null) {
_hashCode += getItBankAccount1().hashCode();
}
if (getItBankAccount2() != null) {
_hashCode += getItBankAccount2().hashCode();
}
_hashCode += getItStartingQuantity();
_hashCode += getItIsForGuests();
_hashCode += getItHasProduct();
_hashCode += getItOrderFulfillmentTime();
_hashCode += getItEndingInfo();
_hashCode += getItIsAllegroStandard();
_hashCode += getItIsNewUsed();
if (getItIsBrandZone() != null) {
_hashCode += getItIsBrandZone().hashCode();
}
if (getItIsFulfillmentTimeActive() != null) {
_hashCode += getItIsFulfillmentTimeActive().hashCode();
}
if (getItEan() != null) {
_hashCode += getItEan().hashCode();
}
__hashCodeCalc = false;
return _hashCode;
}
// Type metadata
private static org.apache.axis.description.TypeDesc typeDesc =
new org.apache.axis.description.TypeDesc(ItemInfoExt.class, true);
static {
typeDesc.setXmlType(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "ItemInfoExt"));
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itId");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itId"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itCountry");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itCountry"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itName");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itName"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itPrice");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itPrice"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "float"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itBidCount");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itBidCount"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itEndingTime");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itEndingTime"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itSellerId");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itSellerId"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itSellerLogin");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itSellerLogin"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itSellerRating");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itSellerRating"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itStartingTime");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itStartingTime"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itStartingPrice");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itStartingPrice"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "float"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itQuantity");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itQuantity"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itFotoCount");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itFotoCount"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itReservePrice");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itReservePrice"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "float"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itLocation");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itLocation"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itBuyNowPrice");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itBuyNowPrice"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "float"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itBuyNowActive");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itBuyNowActive"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itAdvertisementPrice");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itAdvertisementPrice"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "float"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itAdvertisementActive");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itAdvertisementActive"));
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("itHighBidder");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itHighBidder"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itHighBidderLogin");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itHighBidderLogin"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itDescription");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itDescription"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itStandardizedDescription");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itStandardizedDescription"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itOptions");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itOptions"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itState");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itState"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itWireTransfer");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itWireTransfer"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "float"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itPostDelivery");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itPostDelivery"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "float"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itPostInfo");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itPostInfo"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itQuantityType");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itQuantityType"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itIsEco");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itIsEco"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itHitCount");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itHitCount"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "long"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itPostcode");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itPostcode"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itVatInvoice");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itVatInvoice"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itVatMarginInvoice");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itVatMarginInvoice"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itWithoutVatInvoice");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itWithoutVatInvoice"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itBankAccount1");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itBankAccount1"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itBankAccount2");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itBankAccount2"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itStartingQuantity");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itStartingQuantity"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itIsForGuests");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itIsForGuests"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itHasProduct");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itHasProduct"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itOrderFulfillmentTime");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itOrderFulfillmentTime"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itEndingInfo");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itEndingInfo"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itIsAllegroStandard");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itIsAllegroStandard"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itIsNewUsed");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itIsNewUsed"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("itIsBrandZone");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itIsBrandZone"));
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("itIsFulfillmentTimeActive");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itIsFulfillmentTimeActive"));
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("itEan");
elemField.setXmlName(new javax.xml.namespace.QName("https://webapi.allegro.pl/service.php", "itEan"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
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);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy