
com.fedex.rate.stub.CustomLabelDetail Maven / Gradle / Ivy
The newest version!
/**
* CustomLabelDetail.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.fedex.rate.stub;
public class CustomLabelDetail implements java.io.Serializable {
private com.fedex.rate.stub.CustomLabelCoordinateUnits coordinateUnits;
private com.fedex.rate.stub.CustomLabelTextEntry[] textEntries;
private com.fedex.rate.stub.CustomLabelGraphicEntry[] graphicEntries;
private com.fedex.rate.stub.CustomLabelBoxEntry[] boxEntries;
private com.fedex.rate.stub.CustomLabelTextBoxEntry[] textBoxEntries;
private com.fedex.rate.stub.CustomLabelBarcodeEntry[] barcodeEntries;
public CustomLabelDetail() {
}
public CustomLabelDetail(
com.fedex.rate.stub.CustomLabelCoordinateUnits coordinateUnits,
com.fedex.rate.stub.CustomLabelTextEntry[] textEntries,
com.fedex.rate.stub.CustomLabelGraphicEntry[] graphicEntries,
com.fedex.rate.stub.CustomLabelBoxEntry[] boxEntries,
com.fedex.rate.stub.CustomLabelTextBoxEntry[] textBoxEntries,
com.fedex.rate.stub.CustomLabelBarcodeEntry[] barcodeEntries) {
this.coordinateUnits = coordinateUnits;
this.textEntries = textEntries;
this.graphicEntries = graphicEntries;
this.boxEntries = boxEntries;
this.textBoxEntries = textBoxEntries;
this.barcodeEntries = barcodeEntries;
}
/**
* Gets the coordinateUnits value for this CustomLabelDetail.
*
* @return coordinateUnits
*/
public com.fedex.rate.stub.CustomLabelCoordinateUnits getCoordinateUnits() {
return coordinateUnits;
}
/**
* Sets the coordinateUnits value for this CustomLabelDetail.
*
* @param coordinateUnits
*/
public void setCoordinateUnits(com.fedex.rate.stub.CustomLabelCoordinateUnits coordinateUnits) {
this.coordinateUnits = coordinateUnits;
}
/**
* Gets the textEntries value for this CustomLabelDetail.
*
* @return textEntries
*/
public com.fedex.rate.stub.CustomLabelTextEntry[] getTextEntries() {
return textEntries;
}
/**
* Sets the textEntries value for this CustomLabelDetail.
*
* @param textEntries
*/
public void setTextEntries(com.fedex.rate.stub.CustomLabelTextEntry[] textEntries) {
this.textEntries = textEntries;
}
public com.fedex.rate.stub.CustomLabelTextEntry getTextEntries(int i) {
return this.textEntries[i];
}
public void setTextEntries(int i, com.fedex.rate.stub.CustomLabelTextEntry _value) {
this.textEntries[i] = _value;
}
/**
* Gets the graphicEntries value for this CustomLabelDetail.
*
* @return graphicEntries
*/
public com.fedex.rate.stub.CustomLabelGraphicEntry[] getGraphicEntries() {
return graphicEntries;
}
/**
* Sets the graphicEntries value for this CustomLabelDetail.
*
* @param graphicEntries
*/
public void setGraphicEntries(com.fedex.rate.stub.CustomLabelGraphicEntry[] graphicEntries) {
this.graphicEntries = graphicEntries;
}
public com.fedex.rate.stub.CustomLabelGraphicEntry getGraphicEntries(int i) {
return this.graphicEntries[i];
}
public void setGraphicEntries(int i, com.fedex.rate.stub.CustomLabelGraphicEntry _value) {
this.graphicEntries[i] = _value;
}
/**
* Gets the boxEntries value for this CustomLabelDetail.
*
* @return boxEntries
*/
public com.fedex.rate.stub.CustomLabelBoxEntry[] getBoxEntries() {
return boxEntries;
}
/**
* Sets the boxEntries value for this CustomLabelDetail.
*
* @param boxEntries
*/
public void setBoxEntries(com.fedex.rate.stub.CustomLabelBoxEntry[] boxEntries) {
this.boxEntries = boxEntries;
}
public com.fedex.rate.stub.CustomLabelBoxEntry getBoxEntries(int i) {
return this.boxEntries[i];
}
public void setBoxEntries(int i, com.fedex.rate.stub.CustomLabelBoxEntry _value) {
this.boxEntries[i] = _value;
}
/**
* Gets the textBoxEntries value for this CustomLabelDetail.
*
* @return textBoxEntries
*/
public com.fedex.rate.stub.CustomLabelTextBoxEntry[] getTextBoxEntries() {
return textBoxEntries;
}
/**
* Sets the textBoxEntries value for this CustomLabelDetail.
*
* @param textBoxEntries
*/
public void setTextBoxEntries(com.fedex.rate.stub.CustomLabelTextBoxEntry[] textBoxEntries) {
this.textBoxEntries = textBoxEntries;
}
public com.fedex.rate.stub.CustomLabelTextBoxEntry getTextBoxEntries(int i) {
return this.textBoxEntries[i];
}
public void setTextBoxEntries(int i, com.fedex.rate.stub.CustomLabelTextBoxEntry _value) {
this.textBoxEntries[i] = _value;
}
/**
* Gets the barcodeEntries value for this CustomLabelDetail.
*
* @return barcodeEntries
*/
public com.fedex.rate.stub.CustomLabelBarcodeEntry[] getBarcodeEntries() {
return barcodeEntries;
}
/**
* Sets the barcodeEntries value for this CustomLabelDetail.
*
* @param barcodeEntries
*/
public void setBarcodeEntries(com.fedex.rate.stub.CustomLabelBarcodeEntry[] barcodeEntries) {
this.barcodeEntries = barcodeEntries;
}
public com.fedex.rate.stub.CustomLabelBarcodeEntry getBarcodeEntries(int i) {
return this.barcodeEntries[i];
}
public void setBarcodeEntries(int i, com.fedex.rate.stub.CustomLabelBarcodeEntry _value) {
this.barcodeEntries[i] = _value;
}
private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof CustomLabelDetail)) return false;
CustomLabelDetail other = (CustomLabelDetail) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
((this.coordinateUnits==null && other.getCoordinateUnits()==null) ||
(this.coordinateUnits!=null &&
this.coordinateUnits.equals(other.getCoordinateUnits()))) &&
((this.textEntries==null && other.getTextEntries()==null) ||
(this.textEntries!=null &&
java.util.Arrays.equals(this.textEntries, other.getTextEntries()))) &&
((this.graphicEntries==null && other.getGraphicEntries()==null) ||
(this.graphicEntries!=null &&
java.util.Arrays.equals(this.graphicEntries, other.getGraphicEntries()))) &&
((this.boxEntries==null && other.getBoxEntries()==null) ||
(this.boxEntries!=null &&
java.util.Arrays.equals(this.boxEntries, other.getBoxEntries()))) &&
((this.textBoxEntries==null && other.getTextBoxEntries()==null) ||
(this.textBoxEntries!=null &&
java.util.Arrays.equals(this.textBoxEntries, other.getTextBoxEntries()))) &&
((this.barcodeEntries==null && other.getBarcodeEntries()==null) ||
(this.barcodeEntries!=null &&
java.util.Arrays.equals(this.barcodeEntries, other.getBarcodeEntries())));
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
if (getCoordinateUnits() != null) {
_hashCode += getCoordinateUnits().hashCode();
}
if (getTextEntries() != null) {
for (int i=0;
i
© 2015 - 2025 Weber Informatics LLC | Privacy Policy