All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.TransportEventType Maven / Gradle / Ivy

//
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.11 
// Visite http://java.sun.com/xml/jaxb 
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
// Generado el: 2021.03.22 a las 07:02:09 PM CET 
//


package oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.CompletionIndicatorType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.DescriptionType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.IdentificationIDType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.OccurrenceDateType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.OccurrenceTimeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.TransportEventTypeCodeType;
import oasis.names.specification.ubl.schema.xsd.commonextensioncomponents_2.UBLExtensionsType;
import org.jvnet.jaxb2_commons.lang.Equals2;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy2;
import org.jvnet.jaxb2_commons.lang.HashCode2;
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy2;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString2;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy2;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;


/**
 * 

Clase Java para TransportEventType complex type. * *

El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase. * *

 * <complexType name="TransportEventType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}UBLExtensions" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IdentificationID" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OccurrenceDate" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OccurrenceTime" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransportEventTypeCode" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CompletionIndicator" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReportedShipment" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CurrentStatus" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Contact" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Location" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Period" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TransportEventType", propOrder = { "ublExtensions", "identificationID", "occurrenceDate", "occurrenceTime", "transportEventTypeCode", "description", "completionIndicator", "reportedShipment", "currentStatus", "contact", "location", "signature", "period" }) public class TransportEventType implements Serializable, Equals2, HashCode2, ToString2 { private final static long serialVersionUID = 100L; @XmlElement(name = "UBLExtensions", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2") protected UBLExtensionsType ublExtensions; @XmlElement(name = "IdentificationID", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected IdentificationIDType identificationID; @XmlElement(name = "OccurrenceDate", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected OccurrenceDateType occurrenceDate; @XmlElement(name = "OccurrenceTime", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected OccurrenceTimeType occurrenceTime; @XmlElement(name = "TransportEventTypeCode", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected TransportEventTypeCodeType transportEventTypeCode; @XmlElement(name = "Description", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected List description; @XmlElement(name = "CompletionIndicator", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected CompletionIndicatorType completionIndicator; @XmlElement(name = "ReportedShipment") protected ShipmentType reportedShipment; @XmlElement(name = "CurrentStatus") protected List currentStatus; @XmlElement(name = "Contact") protected List contact; @XmlElement(name = "Location") protected LocationType location; @XmlElement(name = "Signature") protected SignatureType signature; @XmlElement(name = "Period") protected List period; /** * Obtiene el valor de la propiedad ublExtensions. * * @return * possible object is * {@link UBLExtensionsType } * */ public UBLExtensionsType getUBLExtensions() { return ublExtensions; } /** * Define el valor de la propiedad ublExtensions. * * @param value * allowed object is * {@link UBLExtensionsType } * */ public void setUBLExtensions(UBLExtensionsType value) { this.ublExtensions = value; } /** * Obtiene el valor de la propiedad identificationID. * * @return * possible object is * {@link IdentificationIDType } * */ public IdentificationIDType getIdentificationID() { return identificationID; } /** * Define el valor de la propiedad identificationID. * * @param value * allowed object is * {@link IdentificationIDType } * */ public void setIdentificationID(IdentificationIDType value) { this.identificationID = value; } /** * Obtiene el valor de la propiedad occurrenceDate. * * @return * possible object is * {@link OccurrenceDateType } * */ public OccurrenceDateType getOccurrenceDate() { return occurrenceDate; } /** * Define el valor de la propiedad occurrenceDate. * * @param value * allowed object is * {@link OccurrenceDateType } * */ public void setOccurrenceDate(OccurrenceDateType value) { this.occurrenceDate = value; } /** * Obtiene el valor de la propiedad occurrenceTime. * * @return * possible object is * {@link OccurrenceTimeType } * */ public OccurrenceTimeType getOccurrenceTime() { return occurrenceTime; } /** * Define el valor de la propiedad occurrenceTime. * * @param value * allowed object is * {@link OccurrenceTimeType } * */ public void setOccurrenceTime(OccurrenceTimeType value) { this.occurrenceTime = value; } /** * Obtiene el valor de la propiedad transportEventTypeCode. * * @return * possible object is * {@link TransportEventTypeCodeType } * */ public TransportEventTypeCodeType getTransportEventTypeCode() { return transportEventTypeCode; } /** * Define el valor de la propiedad transportEventTypeCode. * * @param value * allowed object is * {@link TransportEventTypeCodeType } * */ public void setTransportEventTypeCode(TransportEventTypeCodeType value) { this.transportEventTypeCode = value; } /** * Gets the value of the description property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the description property. * *

* For example, to add a new item, do as follows: *

     *    getDescription().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DescriptionType } * * */ public List getDescription() { if (description == null) { description = new ArrayList(); } return this.description; } /** * Obtiene el valor de la propiedad completionIndicator. * * @return * possible object is * {@link CompletionIndicatorType } * */ public CompletionIndicatorType getCompletionIndicator() { return completionIndicator; } /** * Define el valor de la propiedad completionIndicator. * * @param value * allowed object is * {@link CompletionIndicatorType } * */ public void setCompletionIndicator(CompletionIndicatorType value) { this.completionIndicator = value; } /** * Obtiene el valor de la propiedad reportedShipment. * * @return * possible object is * {@link ShipmentType } * */ public ShipmentType getReportedShipment() { return reportedShipment; } /** * Define el valor de la propiedad reportedShipment. * * @param value * allowed object is * {@link ShipmentType } * */ public void setReportedShipment(ShipmentType value) { this.reportedShipment = value; } /** * Gets the value of the currentStatus property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the currentStatus property. * *

* For example, to add a new item, do as follows: *

     *    getCurrentStatus().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link StatusType } * * */ public List getCurrentStatus() { if (currentStatus == null) { currentStatus = new ArrayList(); } return this.currentStatus; } /** * Gets the value of the contact property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the contact property. * *

* For example, to add a new item, do as follows: *

     *    getContact().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ContactType } * * */ public List getContact() { if (contact == null) { contact = new ArrayList(); } return this.contact; } /** * Obtiene el valor de la propiedad location. * * @return * possible object is * {@link LocationType } * */ public LocationType getLocation() { return location; } /** * Define el valor de la propiedad location. * * @param value * allowed object is * {@link LocationType } * */ public void setLocation(LocationType value) { this.location = value; } /** * Obtiene el valor de la propiedad signature. * * @return * possible object is * {@link SignatureType } * */ public SignatureType getSignature() { return signature; } /** * Define el valor de la propiedad signature. * * @param value * allowed object is * {@link SignatureType } * */ public void setSignature(SignatureType value) { this.signature = value; } /** * Gets the value of the period property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the period property. * *

* For example, to add a new item, do as follows: *

     *    getPeriod().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PeriodType } * * */ public List getPeriod() { if (period == null) { period = new ArrayList(); } return this.period; } public String toString() { final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE; final StringBuilder buffer = new StringBuilder(); append(null, buffer, strategy); return buffer.toString(); } public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; } public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) { { UBLExtensionsType theUBLExtensions; theUBLExtensions = this.getUBLExtensions(); strategy.appendField(locator, this, "ublExtensions", buffer, theUBLExtensions, (this.ublExtensions!= null)); } { IdentificationIDType theIdentificationID; theIdentificationID = this.getIdentificationID(); strategy.appendField(locator, this, "identificationID", buffer, theIdentificationID, (this.identificationID!= null)); } { OccurrenceDateType theOccurrenceDate; theOccurrenceDate = this.getOccurrenceDate(); strategy.appendField(locator, this, "occurrenceDate", buffer, theOccurrenceDate, (this.occurrenceDate!= null)); } { OccurrenceTimeType theOccurrenceTime; theOccurrenceTime = this.getOccurrenceTime(); strategy.appendField(locator, this, "occurrenceTime", buffer, theOccurrenceTime, (this.occurrenceTime!= null)); } { TransportEventTypeCodeType theTransportEventTypeCode; theTransportEventTypeCode = this.getTransportEventTypeCode(); strategy.appendField(locator, this, "transportEventTypeCode", buffer, theTransportEventTypeCode, (this.transportEventTypeCode!= null)); } { List theDescription; theDescription = (((this.description!= null)&&(!this.description.isEmpty()))?this.getDescription():null); strategy.appendField(locator, this, "description", buffer, theDescription, ((this.description!= null)&&(!this.description.isEmpty()))); } { CompletionIndicatorType theCompletionIndicator; theCompletionIndicator = this.getCompletionIndicator(); strategy.appendField(locator, this, "completionIndicator", buffer, theCompletionIndicator, (this.completionIndicator!= null)); } { ShipmentType theReportedShipment; theReportedShipment = this.getReportedShipment(); strategy.appendField(locator, this, "reportedShipment", buffer, theReportedShipment, (this.reportedShipment!= null)); } { List theCurrentStatus; theCurrentStatus = (((this.currentStatus!= null)&&(!this.currentStatus.isEmpty()))?this.getCurrentStatus():null); strategy.appendField(locator, this, "currentStatus", buffer, theCurrentStatus, ((this.currentStatus!= null)&&(!this.currentStatus.isEmpty()))); } { List theContact; theContact = (((this.contact!= null)&&(!this.contact.isEmpty()))?this.getContact():null); strategy.appendField(locator, this, "contact", buffer, theContact, ((this.contact!= null)&&(!this.contact.isEmpty()))); } { LocationType theLocation; theLocation = this.getLocation(); strategy.appendField(locator, this, "location", buffer, theLocation, (this.location!= null)); } { SignatureType theSignature; theSignature = this.getSignature(); strategy.appendField(locator, this, "signature", buffer, theSignature, (this.signature!= null)); } { List thePeriod; thePeriod = (((this.period!= null)&&(!this.period.isEmpty()))?this.getPeriod():null); strategy.appendField(locator, this, "period", buffer, thePeriod, ((this.period!= null)&&(!this.period.isEmpty()))); } return buffer; } public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) { if ((object == null)||(this.getClass()!= object.getClass())) { return false; } if (this == object) { return true; } final TransportEventType that = ((TransportEventType) object); { UBLExtensionsType lhsUBLExtensions; lhsUBLExtensions = this.getUBLExtensions(); UBLExtensionsType rhsUBLExtensions; rhsUBLExtensions = that.getUBLExtensions(); if (!strategy.equals(LocatorUtils.property(thisLocator, "ublExtensions", lhsUBLExtensions), LocatorUtils.property(thatLocator, "ublExtensions", rhsUBLExtensions), lhsUBLExtensions, rhsUBLExtensions, (this.ublExtensions!= null), (that.ublExtensions!= null))) { return false; } } { IdentificationIDType lhsIdentificationID; lhsIdentificationID = this.getIdentificationID(); IdentificationIDType rhsIdentificationID; rhsIdentificationID = that.getIdentificationID(); if (!strategy.equals(LocatorUtils.property(thisLocator, "identificationID", lhsIdentificationID), LocatorUtils.property(thatLocator, "identificationID", rhsIdentificationID), lhsIdentificationID, rhsIdentificationID, (this.identificationID!= null), (that.identificationID!= null))) { return false; } } { OccurrenceDateType lhsOccurrenceDate; lhsOccurrenceDate = this.getOccurrenceDate(); OccurrenceDateType rhsOccurrenceDate; rhsOccurrenceDate = that.getOccurrenceDate(); if (!strategy.equals(LocatorUtils.property(thisLocator, "occurrenceDate", lhsOccurrenceDate), LocatorUtils.property(thatLocator, "occurrenceDate", rhsOccurrenceDate), lhsOccurrenceDate, rhsOccurrenceDate, (this.occurrenceDate!= null), (that.occurrenceDate!= null))) { return false; } } { OccurrenceTimeType lhsOccurrenceTime; lhsOccurrenceTime = this.getOccurrenceTime(); OccurrenceTimeType rhsOccurrenceTime; rhsOccurrenceTime = that.getOccurrenceTime(); if (!strategy.equals(LocatorUtils.property(thisLocator, "occurrenceTime", lhsOccurrenceTime), LocatorUtils.property(thatLocator, "occurrenceTime", rhsOccurrenceTime), lhsOccurrenceTime, rhsOccurrenceTime, (this.occurrenceTime!= null), (that.occurrenceTime!= null))) { return false; } } { TransportEventTypeCodeType lhsTransportEventTypeCode; lhsTransportEventTypeCode = this.getTransportEventTypeCode(); TransportEventTypeCodeType rhsTransportEventTypeCode; rhsTransportEventTypeCode = that.getTransportEventTypeCode(); if (!strategy.equals(LocatorUtils.property(thisLocator, "transportEventTypeCode", lhsTransportEventTypeCode), LocatorUtils.property(thatLocator, "transportEventTypeCode", rhsTransportEventTypeCode), lhsTransportEventTypeCode, rhsTransportEventTypeCode, (this.transportEventTypeCode!= null), (that.transportEventTypeCode!= null))) { return false; } } { List lhsDescription; lhsDescription = (((this.description!= null)&&(!this.description.isEmpty()))?this.getDescription():null); List rhsDescription; rhsDescription = (((that.description!= null)&&(!that.description.isEmpty()))?that.getDescription():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "description", lhsDescription), LocatorUtils.property(thatLocator, "description", rhsDescription), lhsDescription, rhsDescription, ((this.description!= null)&&(!this.description.isEmpty())), ((that.description!= null)&&(!that.description.isEmpty())))) { return false; } } { CompletionIndicatorType lhsCompletionIndicator; lhsCompletionIndicator = this.getCompletionIndicator(); CompletionIndicatorType rhsCompletionIndicator; rhsCompletionIndicator = that.getCompletionIndicator(); if (!strategy.equals(LocatorUtils.property(thisLocator, "completionIndicator", lhsCompletionIndicator), LocatorUtils.property(thatLocator, "completionIndicator", rhsCompletionIndicator), lhsCompletionIndicator, rhsCompletionIndicator, (this.completionIndicator!= null), (that.completionIndicator!= null))) { return false; } } { ShipmentType lhsReportedShipment; lhsReportedShipment = this.getReportedShipment(); ShipmentType rhsReportedShipment; rhsReportedShipment = that.getReportedShipment(); if (!strategy.equals(LocatorUtils.property(thisLocator, "reportedShipment", lhsReportedShipment), LocatorUtils.property(thatLocator, "reportedShipment", rhsReportedShipment), lhsReportedShipment, rhsReportedShipment, (this.reportedShipment!= null), (that.reportedShipment!= null))) { return false; } } { List lhsCurrentStatus; lhsCurrentStatus = (((this.currentStatus!= null)&&(!this.currentStatus.isEmpty()))?this.getCurrentStatus():null); List rhsCurrentStatus; rhsCurrentStatus = (((that.currentStatus!= null)&&(!that.currentStatus.isEmpty()))?that.getCurrentStatus():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "currentStatus", lhsCurrentStatus), LocatorUtils.property(thatLocator, "currentStatus", rhsCurrentStatus), lhsCurrentStatus, rhsCurrentStatus, ((this.currentStatus!= null)&&(!this.currentStatus.isEmpty())), ((that.currentStatus!= null)&&(!that.currentStatus.isEmpty())))) { return false; } } { List lhsContact; lhsContact = (((this.contact!= null)&&(!this.contact.isEmpty()))?this.getContact():null); List rhsContact; rhsContact = (((that.contact!= null)&&(!that.contact.isEmpty()))?that.getContact():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "contact", lhsContact), LocatorUtils.property(thatLocator, "contact", rhsContact), lhsContact, rhsContact, ((this.contact!= null)&&(!this.contact.isEmpty())), ((that.contact!= null)&&(!that.contact.isEmpty())))) { return false; } } { LocationType lhsLocation; lhsLocation = this.getLocation(); LocationType rhsLocation; rhsLocation = that.getLocation(); if (!strategy.equals(LocatorUtils.property(thisLocator, "location", lhsLocation), LocatorUtils.property(thatLocator, "location", rhsLocation), lhsLocation, rhsLocation, (this.location!= null), (that.location!= null))) { return false; } } { SignatureType lhsSignature; lhsSignature = this.getSignature(); SignatureType rhsSignature; rhsSignature = that.getSignature(); if (!strategy.equals(LocatorUtils.property(thisLocator, "signature", lhsSignature), LocatorUtils.property(thatLocator, "signature", rhsSignature), lhsSignature, rhsSignature, (this.signature!= null), (that.signature!= null))) { return false; } } { List lhsPeriod; lhsPeriod = (((this.period!= null)&&(!this.period.isEmpty()))?this.getPeriod():null); List rhsPeriod; rhsPeriod = (((that.period!= null)&&(!that.period.isEmpty()))?that.getPeriod():null); if (!strategy.equals(LocatorUtils.property(thisLocator, "period", lhsPeriod), LocatorUtils.property(thatLocator, "period", rhsPeriod), lhsPeriod, rhsPeriod, ((this.period!= null)&&(!this.period.isEmpty())), ((that.period!= null)&&(!that.period.isEmpty())))) { return false; } } return true; } public boolean equals(Object object) { final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE; return equals(null, null, object, strategy); } public int hashCode(ObjectLocator locator, HashCodeStrategy2 strategy) { int currentHashCode = 1; { UBLExtensionsType theUBLExtensions; theUBLExtensions = this.getUBLExtensions(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "ublExtensions", theUBLExtensions), currentHashCode, theUBLExtensions, (this.ublExtensions!= null)); } { IdentificationIDType theIdentificationID; theIdentificationID = this.getIdentificationID(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "identificationID", theIdentificationID), currentHashCode, theIdentificationID, (this.identificationID!= null)); } { OccurrenceDateType theOccurrenceDate; theOccurrenceDate = this.getOccurrenceDate(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "occurrenceDate", theOccurrenceDate), currentHashCode, theOccurrenceDate, (this.occurrenceDate!= null)); } { OccurrenceTimeType theOccurrenceTime; theOccurrenceTime = this.getOccurrenceTime(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "occurrenceTime", theOccurrenceTime), currentHashCode, theOccurrenceTime, (this.occurrenceTime!= null)); } { TransportEventTypeCodeType theTransportEventTypeCode; theTransportEventTypeCode = this.getTransportEventTypeCode(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "transportEventTypeCode", theTransportEventTypeCode), currentHashCode, theTransportEventTypeCode, (this.transportEventTypeCode!= null)); } { List theDescription; theDescription = (((this.description!= null)&&(!this.description.isEmpty()))?this.getDescription():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "description", theDescription), currentHashCode, theDescription, ((this.description!= null)&&(!this.description.isEmpty()))); } { CompletionIndicatorType theCompletionIndicator; theCompletionIndicator = this.getCompletionIndicator(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "completionIndicator", theCompletionIndicator), currentHashCode, theCompletionIndicator, (this.completionIndicator!= null)); } { ShipmentType theReportedShipment; theReportedShipment = this.getReportedShipment(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "reportedShipment", theReportedShipment), currentHashCode, theReportedShipment, (this.reportedShipment!= null)); } { List theCurrentStatus; theCurrentStatus = (((this.currentStatus!= null)&&(!this.currentStatus.isEmpty()))?this.getCurrentStatus():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "currentStatus", theCurrentStatus), currentHashCode, theCurrentStatus, ((this.currentStatus!= null)&&(!this.currentStatus.isEmpty()))); } { List theContact; theContact = (((this.contact!= null)&&(!this.contact.isEmpty()))?this.getContact():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "contact", theContact), currentHashCode, theContact, ((this.contact!= null)&&(!this.contact.isEmpty()))); } { LocationType theLocation; theLocation = this.getLocation(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "location", theLocation), currentHashCode, theLocation, (this.location!= null)); } { SignatureType theSignature; theSignature = this.getSignature(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "signature", theSignature), currentHashCode, theSignature, (this.signature!= null)); } { List thePeriod; thePeriod = (((this.period!= null)&&(!this.period.isEmpty()))?this.getPeriod():null); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "period", thePeriod), currentHashCode, thePeriod, ((this.period!= null)&&(!this.period.isEmpty()))); } return currentHashCode; } public int hashCode() { final HashCodeStrategy2 strategy = JAXBHashCodeStrategy.INSTANCE; return this.hashCode(null, strategy); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy