@Entity(name="PASAJEROS") public class PASAJEROS 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="PASAJERO" 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="NACIONALIDAD" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ACC_SEGURIDAD" type="{http://www.w3.org/2001/XMLSchema}int"/>
<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="LESIVIDAD" type="{}Injury"/>
<element name="TIPO_LESIONES" type="{}InjuryType"/>
<element name="LOC_LESIONES" type="{}InjuryLocation"/>
<element name="POS_TURISMO" type="{}CarPosition"/>
<element name="POS_MOTOCICLETA" type="{}MotorcyclePosition"/>
<element name="POS_CAMION" type="{}TruckPosition"/>
<element name="POS_AUTOBUS" type="{}BusPosition"/>
<element name="VIGILANTE_JURADO" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AUTORIZACION_CONDUCIR_MP" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</all>
<attribute name="COD_PASAJERO" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="COD_VEHICULO" 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<PASAJERO> |
pasajero |
| Constructor and Description |
|---|
PASAJEROS() |
| 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<PASAJERO> |
getPASAJERO()
Gets the value of the pasajero 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 |
setPASAJERO(List<PASAJERO> pasajero) |
public List<PASAJERO> getPASAJERO()
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 pasajero property.
For example, to add a new item, do as follows:
getPASAJERO().add(newItem);
Objects of the following type(s) are allowed in the list
PASAJERO
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.