@Entity(name="CONDPSICOFISICAS") public class CONDPSICOFISICAS extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Clase Java para CONDPSICOFISICAS complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="CONDPSICOFISICAS">
<simpleContent>
<extension base="<>PsychophysicalCondition">
<attribute name="ALCOHOLEMIA" type="{}Alcoholism" />
<attribute name="TASA1" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="TASA2" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="DETENIDO" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Alcoholism |
alcoholemia |
protected Boolean |
detenido |
protected Long |
hjid |
protected Integer |
tasa1 |
protected Integer |
tasa2 |
protected PsychophysicalCondition |
value |
| Constructor and Description |
|---|
CONDPSICOFISICAS() |
| 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) |
Alcoholism |
getALCOHOLEMIA()
Obtiene el valor de la propiedad alcoholemia.
|
Long |
getHjid()
Obtiene el valor de la propiedad hjid.
|
Integer |
getTASA1()
Obtiene el valor de la propiedad tasa1.
|
Integer |
getTASA2()
Obtiene el valor de la propiedad tasa2.
|
PsychophysicalCondition |
getValue()
Obtiene el valor de la propiedad value.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isDETENIDO()
Obtiene el valor de la propiedad detenido.
|
void |
setALCOHOLEMIA(Alcoholism value)
Define el valor de la propiedad alcoholemia.
|
void |
setDETENIDO(Boolean value)
Define el valor de la propiedad detenido.
|
void |
setHjid(Long value)
Define el valor de la propiedad hjid.
|
void |
setTASA1(Integer value)
Define el valor de la propiedad tasa1.
|
void |
setTASA2(Integer value)
Define el valor de la propiedad tasa2.
|
void |
setValue(PsychophysicalCondition value)
Define el valor de la propiedad value.
|
protected PsychophysicalCondition value
protected Alcoholism alcoholemia
protected Integer tasa1
protected Integer tasa2
protected Boolean detenido
protected Long hjid
public PsychophysicalCondition getValue()
PsychophysicalConditionpublic void setValue(PsychophysicalCondition value)
value - allowed object is
PsychophysicalConditionpublic Alcoholism getALCOHOLEMIA()
Alcoholismpublic void setALCOHOLEMIA(Alcoholism value)
value - allowed object is
Alcoholismpublic Integer getTASA1()
Integerpublic void setTASA1(Integer value)
value - allowed object is
Integerpublic Integer getTASA2()
Integerpublic void setTASA2(Integer value)
value - allowed object is
Integerpublic Boolean isDETENIDO()
Stringpublic void setDETENIDO(Boolean value)
value - allowed object is
Stringpublic 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.