@Entity(name="URBANA") public class URBANA 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="CALLE" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NUMERO" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ENTRE_CALLE" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Y_CALLE" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CRUCE_CON_CALLE" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="TIPO_VIA" type="{}RoadType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
calle |
protected String |
cruceconcalle |
protected String |
entrecalle |
protected Long |
hjid |
protected String |
numero |
protected RoadType |
tipovia |
protected String |
ycalle |
| Constructor and Description |
|---|
URBANA() |
| 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) |
String |
getCALLE()
Obtiene el valor de la propiedad calle.
|
String |
getCRUCECONCALLE()
Obtiene el valor de la propiedad cruceconcalle.
|
String |
getENTRECALLE()
Obtiene el valor de la propiedad entrecalle.
|
Long |
getHjid()
Obtiene el valor de la propiedad hjid.
|
String |
getNUMERO()
Obtiene el valor de la propiedad numero.
|
RoadType |
getTIPOVIA()
Obtiene el valor de la propiedad tipovia.
|
String |
getYCALLE()
Obtiene el valor de la propiedad ycalle.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCALLE(String value)
Define el valor de la propiedad calle.
|
void |
setCRUCECONCALLE(String value)
Define el valor de la propiedad cruceconcalle.
|
void |
setENTRECALLE(String value)
Define el valor de la propiedad entrecalle.
|
void |
setHjid(Long value)
Define el valor de la propiedad hjid.
|
void |
setNUMERO(String value)
Define el valor de la propiedad numero.
|
void |
setTIPOVIA(RoadType value)
Define el valor de la propiedad tipovia.
|
void |
setYCALLE(String value)
Define el valor de la propiedad ycalle.
|
protected String calle
protected String numero
protected String entrecalle
protected String ycalle
protected String cruceconcalle
protected RoadType tipovia
protected Long hjid
public String getCALLE()
Stringpublic void setCALLE(String value)
value - allowed object is
Stringpublic String getNUMERO()
Stringpublic void setNUMERO(String value)
value - allowed object is
Stringpublic String getENTRECALLE()
Stringpublic void setENTRECALLE(String value)
value - allowed object is
Stringpublic String getYCALLE()
Stringpublic void setYCALLE(String value)
value - allowed object is
Stringpublic String getCRUCECONCALLE()
Stringpublic void setCRUCECONCALLE(String value)
value - allowed object is
Stringpublic RoadType getTIPOVIA()
RoadTypepublic void setTIPOVIA(RoadType value)
value - allowed object is
RoadTypepublic 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.