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

oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PickupType 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 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.ActualPickupDateType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.ActualPickupTimeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.EarliestPickupDateType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.EarliestPickupTimeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.IDType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.LatestPickupDateType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.LatestPickupTimeType;
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 PickupType complex type. * *

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

 * <complexType name="PickupType">
 *   <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}ID" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ActualPickupDate" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ActualPickupTime" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EarliestPickupDate" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EarliestPickupTime" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatestPickupDate" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatestPickupTime" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PickupLocation" minOccurs="0"/>
 *         <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PickupParty" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PickupType", propOrder = { "ublExtensions", "id", "actualPickupDate", "actualPickupTime", "earliestPickupDate", "earliestPickupTime", "latestPickupDate", "latestPickupTime", "pickupLocation", "pickupParty" }) public class PickupType 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 = "ID", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected IDType id; @XmlElement(name = "ActualPickupDate", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected ActualPickupDateType actualPickupDate; @XmlElement(name = "ActualPickupTime", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected ActualPickupTimeType actualPickupTime; @XmlElement(name = "EarliestPickupDate", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected EarliestPickupDateType earliestPickupDate; @XmlElement(name = "EarliestPickupTime", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected EarliestPickupTimeType earliestPickupTime; @XmlElement(name = "LatestPickupDate", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected LatestPickupDateType latestPickupDate; @XmlElement(name = "LatestPickupTime", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") protected LatestPickupTimeType latestPickupTime; @XmlElement(name = "PickupLocation") protected LocationType pickupLocation; @XmlElement(name = "PickupParty") protected PartyType pickupParty; /** * 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 id. * * @return * possible object is * {@link IDType } * */ public IDType getID() { return id; } /** * Define el valor de la propiedad id. * * @param value * allowed object is * {@link IDType } * */ public void setID(IDType value) { this.id = value; } /** * Obtiene el valor de la propiedad actualPickupDate. * * @return * possible object is * {@link ActualPickupDateType } * */ public ActualPickupDateType getActualPickupDate() { return actualPickupDate; } /** * Define el valor de la propiedad actualPickupDate. * * @param value * allowed object is * {@link ActualPickupDateType } * */ public void setActualPickupDate(ActualPickupDateType value) { this.actualPickupDate = value; } /** * Obtiene el valor de la propiedad actualPickupTime. * * @return * possible object is * {@link ActualPickupTimeType } * */ public ActualPickupTimeType getActualPickupTime() { return actualPickupTime; } /** * Define el valor de la propiedad actualPickupTime. * * @param value * allowed object is * {@link ActualPickupTimeType } * */ public void setActualPickupTime(ActualPickupTimeType value) { this.actualPickupTime = value; } /** * Obtiene el valor de la propiedad earliestPickupDate. * * @return * possible object is * {@link EarliestPickupDateType } * */ public EarliestPickupDateType getEarliestPickupDate() { return earliestPickupDate; } /** * Define el valor de la propiedad earliestPickupDate. * * @param value * allowed object is * {@link EarliestPickupDateType } * */ public void setEarliestPickupDate(EarliestPickupDateType value) { this.earliestPickupDate = value; } /** * Obtiene el valor de la propiedad earliestPickupTime. * * @return * possible object is * {@link EarliestPickupTimeType } * */ public EarliestPickupTimeType getEarliestPickupTime() { return earliestPickupTime; } /** * Define el valor de la propiedad earliestPickupTime. * * @param value * allowed object is * {@link EarliestPickupTimeType } * */ public void setEarliestPickupTime(EarliestPickupTimeType value) { this.earliestPickupTime = value; } /** * Obtiene el valor de la propiedad latestPickupDate. * * @return * possible object is * {@link LatestPickupDateType } * */ public LatestPickupDateType getLatestPickupDate() { return latestPickupDate; } /** * Define el valor de la propiedad latestPickupDate. * * @param value * allowed object is * {@link LatestPickupDateType } * */ public void setLatestPickupDate(LatestPickupDateType value) { this.latestPickupDate = value; } /** * Obtiene el valor de la propiedad latestPickupTime. * * @return * possible object is * {@link LatestPickupTimeType } * */ public LatestPickupTimeType getLatestPickupTime() { return latestPickupTime; } /** * Define el valor de la propiedad latestPickupTime. * * @param value * allowed object is * {@link LatestPickupTimeType } * */ public void setLatestPickupTime(LatestPickupTimeType value) { this.latestPickupTime = value; } /** * Obtiene el valor de la propiedad pickupLocation. * * @return * possible object is * {@link LocationType } * */ public LocationType getPickupLocation() { return pickupLocation; } /** * Define el valor de la propiedad pickupLocation. * * @param value * allowed object is * {@link LocationType } * */ public void setPickupLocation(LocationType value) { this.pickupLocation = value; } /** * Obtiene el valor de la propiedad pickupParty. * * @return * possible object is * {@link PartyType } * */ public PartyType getPickupParty() { return pickupParty; } /** * Define el valor de la propiedad pickupParty. * * @param value * allowed object is * {@link PartyType } * */ public void setPickupParty(PartyType value) { this.pickupParty = value; } 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)); } { IDType theID; theID = this.getID(); strategy.appendField(locator, this, "id", buffer, theID, (this.id!= null)); } { ActualPickupDateType theActualPickupDate; theActualPickupDate = this.getActualPickupDate(); strategy.appendField(locator, this, "actualPickupDate", buffer, theActualPickupDate, (this.actualPickupDate!= null)); } { ActualPickupTimeType theActualPickupTime; theActualPickupTime = this.getActualPickupTime(); strategy.appendField(locator, this, "actualPickupTime", buffer, theActualPickupTime, (this.actualPickupTime!= null)); } { EarliestPickupDateType theEarliestPickupDate; theEarliestPickupDate = this.getEarliestPickupDate(); strategy.appendField(locator, this, "earliestPickupDate", buffer, theEarliestPickupDate, (this.earliestPickupDate!= null)); } { EarliestPickupTimeType theEarliestPickupTime; theEarliestPickupTime = this.getEarliestPickupTime(); strategy.appendField(locator, this, "earliestPickupTime", buffer, theEarliestPickupTime, (this.earliestPickupTime!= null)); } { LatestPickupDateType theLatestPickupDate; theLatestPickupDate = this.getLatestPickupDate(); strategy.appendField(locator, this, "latestPickupDate", buffer, theLatestPickupDate, (this.latestPickupDate!= null)); } { LatestPickupTimeType theLatestPickupTime; theLatestPickupTime = this.getLatestPickupTime(); strategy.appendField(locator, this, "latestPickupTime", buffer, theLatestPickupTime, (this.latestPickupTime!= null)); } { LocationType thePickupLocation; thePickupLocation = this.getPickupLocation(); strategy.appendField(locator, this, "pickupLocation", buffer, thePickupLocation, (this.pickupLocation!= null)); } { PartyType thePickupParty; thePickupParty = this.getPickupParty(); strategy.appendField(locator, this, "pickupParty", buffer, thePickupParty, (this.pickupParty!= null)); } 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 PickupType that = ((PickupType) 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; } } { IDType lhsID; lhsID = this.getID(); IDType rhsID; rhsID = that.getID(); if (!strategy.equals(LocatorUtils.property(thisLocator, "id", lhsID), LocatorUtils.property(thatLocator, "id", rhsID), lhsID, rhsID, (this.id!= null), (that.id!= null))) { return false; } } { ActualPickupDateType lhsActualPickupDate; lhsActualPickupDate = this.getActualPickupDate(); ActualPickupDateType rhsActualPickupDate; rhsActualPickupDate = that.getActualPickupDate(); if (!strategy.equals(LocatorUtils.property(thisLocator, "actualPickupDate", lhsActualPickupDate), LocatorUtils.property(thatLocator, "actualPickupDate", rhsActualPickupDate), lhsActualPickupDate, rhsActualPickupDate, (this.actualPickupDate!= null), (that.actualPickupDate!= null))) { return false; } } { ActualPickupTimeType lhsActualPickupTime; lhsActualPickupTime = this.getActualPickupTime(); ActualPickupTimeType rhsActualPickupTime; rhsActualPickupTime = that.getActualPickupTime(); if (!strategy.equals(LocatorUtils.property(thisLocator, "actualPickupTime", lhsActualPickupTime), LocatorUtils.property(thatLocator, "actualPickupTime", rhsActualPickupTime), lhsActualPickupTime, rhsActualPickupTime, (this.actualPickupTime!= null), (that.actualPickupTime!= null))) { return false; } } { EarliestPickupDateType lhsEarliestPickupDate; lhsEarliestPickupDate = this.getEarliestPickupDate(); EarliestPickupDateType rhsEarliestPickupDate; rhsEarliestPickupDate = that.getEarliestPickupDate(); if (!strategy.equals(LocatorUtils.property(thisLocator, "earliestPickupDate", lhsEarliestPickupDate), LocatorUtils.property(thatLocator, "earliestPickupDate", rhsEarliestPickupDate), lhsEarliestPickupDate, rhsEarliestPickupDate, (this.earliestPickupDate!= null), (that.earliestPickupDate!= null))) { return false; } } { EarliestPickupTimeType lhsEarliestPickupTime; lhsEarliestPickupTime = this.getEarliestPickupTime(); EarliestPickupTimeType rhsEarliestPickupTime; rhsEarliestPickupTime = that.getEarliestPickupTime(); if (!strategy.equals(LocatorUtils.property(thisLocator, "earliestPickupTime", lhsEarliestPickupTime), LocatorUtils.property(thatLocator, "earliestPickupTime", rhsEarliestPickupTime), lhsEarliestPickupTime, rhsEarliestPickupTime, (this.earliestPickupTime!= null), (that.earliestPickupTime!= null))) { return false; } } { LatestPickupDateType lhsLatestPickupDate; lhsLatestPickupDate = this.getLatestPickupDate(); LatestPickupDateType rhsLatestPickupDate; rhsLatestPickupDate = that.getLatestPickupDate(); if (!strategy.equals(LocatorUtils.property(thisLocator, "latestPickupDate", lhsLatestPickupDate), LocatorUtils.property(thatLocator, "latestPickupDate", rhsLatestPickupDate), lhsLatestPickupDate, rhsLatestPickupDate, (this.latestPickupDate!= null), (that.latestPickupDate!= null))) { return false; } } { LatestPickupTimeType lhsLatestPickupTime; lhsLatestPickupTime = this.getLatestPickupTime(); LatestPickupTimeType rhsLatestPickupTime; rhsLatestPickupTime = that.getLatestPickupTime(); if (!strategy.equals(LocatorUtils.property(thisLocator, "latestPickupTime", lhsLatestPickupTime), LocatorUtils.property(thatLocator, "latestPickupTime", rhsLatestPickupTime), lhsLatestPickupTime, rhsLatestPickupTime, (this.latestPickupTime!= null), (that.latestPickupTime!= null))) { return false; } } { LocationType lhsPickupLocation; lhsPickupLocation = this.getPickupLocation(); LocationType rhsPickupLocation; rhsPickupLocation = that.getPickupLocation(); if (!strategy.equals(LocatorUtils.property(thisLocator, "pickupLocation", lhsPickupLocation), LocatorUtils.property(thatLocator, "pickupLocation", rhsPickupLocation), lhsPickupLocation, rhsPickupLocation, (this.pickupLocation!= null), (that.pickupLocation!= null))) { return false; } } { PartyType lhsPickupParty; lhsPickupParty = this.getPickupParty(); PartyType rhsPickupParty; rhsPickupParty = that.getPickupParty(); if (!strategy.equals(LocatorUtils.property(thisLocator, "pickupParty", lhsPickupParty), LocatorUtils.property(thatLocator, "pickupParty", rhsPickupParty), lhsPickupParty, rhsPickupParty, (this.pickupParty!= null), (that.pickupParty!= null))) { 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)); } { IDType theID; theID = this.getID(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "id", theID), currentHashCode, theID, (this.id!= null)); } { ActualPickupDateType theActualPickupDate; theActualPickupDate = this.getActualPickupDate(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "actualPickupDate", theActualPickupDate), currentHashCode, theActualPickupDate, (this.actualPickupDate!= null)); } { ActualPickupTimeType theActualPickupTime; theActualPickupTime = this.getActualPickupTime(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "actualPickupTime", theActualPickupTime), currentHashCode, theActualPickupTime, (this.actualPickupTime!= null)); } { EarliestPickupDateType theEarliestPickupDate; theEarliestPickupDate = this.getEarliestPickupDate(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "earliestPickupDate", theEarliestPickupDate), currentHashCode, theEarliestPickupDate, (this.earliestPickupDate!= null)); } { EarliestPickupTimeType theEarliestPickupTime; theEarliestPickupTime = this.getEarliestPickupTime(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "earliestPickupTime", theEarliestPickupTime), currentHashCode, theEarliestPickupTime, (this.earliestPickupTime!= null)); } { LatestPickupDateType theLatestPickupDate; theLatestPickupDate = this.getLatestPickupDate(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "latestPickupDate", theLatestPickupDate), currentHashCode, theLatestPickupDate, (this.latestPickupDate!= null)); } { LatestPickupTimeType theLatestPickupTime; theLatestPickupTime = this.getLatestPickupTime(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "latestPickupTime", theLatestPickupTime), currentHashCode, theLatestPickupTime, (this.latestPickupTime!= null)); } { LocationType thePickupLocation; thePickupLocation = this.getPickupLocation(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "pickupLocation", thePickupLocation), currentHashCode, thePickupLocation, (this.pickupLocation!= null)); } { PartyType thePickupParty; thePickupParty = this.getPickupParty(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "pickupParty", thePickupParty), currentHashCode, thePickupParty, (this.pickupParty!= null)); } return currentHashCode; } public int hashCode() { final HashCodeStrategy2 strategy = JAXBHashCodeStrategy.INSTANCE; return this.hashCode(null, strategy); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy