@Entity(name="DESTINOTRANSPORTE") public class DESTINOTRANSPORTE extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Clase Java para anonymous complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PAIS_DESTINO" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PROVINCIA_DESTINO" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MUNICIPIO_DESTINO" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="POBLACION_DESTINO" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
hjid |
protected String |
municipiodestino |
protected String |
paisdestino |
protected String |
poblaciondestino |
protected String |
provinciadestino |
| Constructor and Description |
|---|
DESTINOTRANSPORTE() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Long |
getHjid()
Obtiene el valor de la propiedad hjid.
|
String |
getMUNICIPIODESTINO()
Obtiene el valor de la propiedad municipiodestino.
|
String |
getPAISDESTINO()
Obtiene el valor de la propiedad paisdestino.
|
String |
getPOBLACIONDESTINO()
Obtiene el valor de la propiedad poblaciondestino.
|
String |
getPROVINCIADESTINO()
Obtiene el valor de la propiedad provinciadestino.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setHjid(Long value)
Define el valor de la propiedad hjid.
|
void |
setMUNICIPIODESTINO(String value)
Define el valor de la propiedad municipiodestino.
|
void |
setPAISDESTINO(String value)
Define el valor de la propiedad paisdestino.
|
void |
setPOBLACIONDESTINO(String value)
Define el valor de la propiedad poblaciondestino.
|
void |
setPROVINCIADESTINO(String value)
Define el valor de la propiedad provinciadestino.
|
protected String paisdestino
protected String provinciadestino
protected String municipiodestino
protected String poblaciondestino
protected Long hjid
public String getPAISDESTINO()
Stringpublic void setPAISDESTINO(String value)
value - allowed object is
Stringpublic String getPROVINCIADESTINO()
Stringpublic void setPROVINCIADESTINO(String value)
value - allowed object is
Stringpublic String getMUNICIPIODESTINO()
Stringpublic void setMUNICIPIODESTINO(String value)
value - allowed object is
Stringpublic String getPOBLACIONDESTINO()
Stringpublic void setPOBLACIONDESTINO(String value)
value - allowed object is
Stringpublic Long getHjid()
Longpublic void setHjid(Long value)
value - allowed object is
Longpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2018. All rights reserved.