@Entity(name="PEATONES") public class PEATONES 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="PEATON" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="EDAD" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SEXO" type="{}GenderDriver"/>
<element name="ACC_SEGURIDAD" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LESIVIDAD" type="{}Injury"/>
<element name="COND_PSICOFISICAS" type="{}CONDPSICOFISICAS"/>
<element name="DEFECTO_FISICO_PREVIO" type="{}PreviousPhysicalDefect"/>
<element name="REFLECTANTE" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AIRBAG1" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="AIRBAG2" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="AIRBAG3" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="AIRBAG4" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="AIRBAG5" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="AIRBAG6" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TIPO_LESIONES" type="{}InjuryType"/>
<element name="LOC_LESIONES" type="{}InjuryLocation"/>
<element name="INFRACCIONES_PEATON" type="{}PedestrianViolations"/>
<element name="ACCION_PEATON" type="{}PedestrianActions"/>
<element name="PRESRESP_PEA" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</all>
<attribute name="COD_PEATON" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
hjid |
protected List<PEATON> |
peaton |
| Constructor and Description |
|---|
PEATONES() |
| 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.
|
List<PEATON> |
getPEATON()
Gets the value of the peaton property.
|
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 |
setPEATON(List<PEATON> peaton) |
public List<PEATON> getPEATON()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the peaton property.
For example, to add a new item, do as follows:
getPEATON().add(newItem);
Objects of the following type(s) are allowed in the list
PEATON
public 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.