@Entity(name="DATOSVIA") public class DATOSVIA 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="CARRETERA">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="COD_CARRETERA" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DENOMINACION_CARRETERA" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="TIPO_VIA" type="{}RoadType" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="URBANA">
<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>
</element>
</sequence>
<attribute name="ZONA" type="{}Zone" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CARRETERA |
carretera |
protected Long |
hjid |
protected URBANA |
urbana |
protected Zone |
zona |
| Constructor and Description |
|---|
DATOSVIA() |
| 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) |
CARRETERA |
getCARRETERA()
Obtiene el valor de la propiedad carretera.
|
Long |
getHjid()
Obtiene el valor de la propiedad hjid.
|
URBANA |
getURBANA()
Obtiene el valor de la propiedad urbana.
|
Zone |
getZONA()
Obtiene el valor de la propiedad zona.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCARRETERA(CARRETERA value)
Define el valor de la propiedad carretera.
|
void |
setHjid(Long value)
Define el valor de la propiedad hjid.
|
void |
setURBANA(URBANA value)
Define el valor de la propiedad urbana.
|
void |
setZONA(Zone value)
Define el valor de la propiedad zona.
|
protected CARRETERA carretera
protected URBANA urbana
protected Zone zona
protected Long hjid
public CARRETERA getCARRETERA()
CARRETERApublic void setCARRETERA(CARRETERA value)
value - allowed object is
CARRETERApublic URBANA getURBANA()
URBANApublic void setURBANA(URBANA value)
value - allowed object is
URBANApublic Zone getZONA()
Zonepublic void setZONA(Zone value)
value - allowed object is
Zonepublic 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.