@Entity(name="NUMCARRILES") public class NUMCARRILES 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>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="SENTIDO_ASCENDENTE" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="SENTIDO_DESCENDENTE" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
hjid |
protected Integer |
sentidoascendente |
protected Integer |
sentidodescendente |
protected String |
value |
| Constructor and Description |
|---|
NUMCARRILES() |
| 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.
|
Integer |
getSENTIDOASCENDENTE()
Obtiene el valor de la propiedad sentidoascendente.
|
Integer |
getSENTIDODESCENDENTE()
Obtiene el valor de la propiedad sentidodescendente.
|
String |
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) |
void |
setHjid(Long value)
Define el valor de la propiedad hjid.
|
void |
setSENTIDOASCENDENTE(Integer value)
Define el valor de la propiedad sentidoascendente.
|
void |
setSENTIDODESCENDENTE(Integer value)
Define el valor de la propiedad sentidodescendente.
|
void |
setValue(String value)
Define el valor de la propiedad value.
|
protected String value
protected Integer sentidoascendente
protected Integer sentidodescendente
protected Long hjid
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getSENTIDOASCENDENTE()
Integerpublic void setSENTIDOASCENDENTE(Integer value)
value - allowed object is
Integerpublic Integer getSENTIDODESCENDENTE()
Integerpublic void setSENTIDODESCENDENTE(Integer value)
value - allowed object is
Integerpublic 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.