@Entity(name="CONINTERSECCION") public class CONINTERSECCION 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="INTERSECCION_CON" type="{}WithIntersection"/>
<element name="TIPO_INTERSECCION" type="{}IntersectionType"/>
<element name="ACONDICIONAMIENTO" type="{}Refurbishment"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Refurbishment |
acondicionamiento |
protected Long |
hjid |
protected WithIntersection |
interseccioncon |
protected IntersectionType |
tipointerseccion |
| Constructor and Description |
|---|
CONINTERSECCION() |
| 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) |
Refurbishment |
getACONDICIONAMIENTO()
Obtiene el valor de la propiedad acondicionamiento.
|
Long |
getHjid()
Obtiene el valor de la propiedad hjid.
|
WithIntersection |
getINTERSECCIONCON()
Obtiene el valor de la propiedad interseccioncon.
|
IntersectionType |
getTIPOINTERSECCION()
Obtiene el valor de la propiedad tipointerseccion.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setACONDICIONAMIENTO(Refurbishment value)
Define el valor de la propiedad acondicionamiento.
|
void |
setHjid(Long value)
Define el valor de la propiedad hjid.
|
void |
setINTERSECCIONCON(WithIntersection value)
Define el valor de la propiedad interseccioncon.
|
void |
setTIPOINTERSECCION(IntersectionType value)
Define el valor de la propiedad tipointerseccion.
|
protected WithIntersection interseccioncon
protected IntersectionType tipointerseccion
protected Refurbishment acondicionamiento
protected Long hjid
public WithIntersection getINTERSECCIONCON()
WithIntersectionpublic void setINTERSECCIONCON(WithIntersection value)
value - allowed object is
WithIntersectionpublic IntersectionType getTIPOINTERSECCION()
IntersectionTypepublic void setTIPOINTERSECCION(IntersectionType value)
value - allowed object is
IntersectionTypepublic Refurbishment getACONDICIONAMIENTO()
Refurbishmentpublic void setACONDICIONAMIENTO(Refurbishment value)
value - allowed object is
Refurbishmentpublic 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.