@Entity(name="TIPOCARGAMP3") public class TIPOCARGAMP3 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="MODO_TRANSPORTE" type="{}TransportMode" />
<attribute name="CANT_MAT_TRANSP" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
cantmattransp |
protected Long |
hjid |
protected TransportMode |
modotransporte |
protected String |
value |
| Constructor and Description |
|---|
TIPOCARGAMP3() |
| 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) |
Integer |
getCANTMATTRANSP()
Obtiene el valor de la propiedad cantmattransp.
|
Long |
getHjid()
Obtiene el valor de la propiedad hjid.
|
TransportMode |
getMODOTRANSPORTE()
Obtiene el valor de la propiedad modotransporte.
|
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 |
setCANTMATTRANSP(Integer value)
Define el valor de la propiedad cantmattransp.
|
void |
setHjid(Long value)
Define el valor de la propiedad hjid.
|
void |
setMODOTRANSPORTE(TransportMode value)
Define el valor de la propiedad modotransporte.
|
void |
setValue(String value)
Define el valor de la propiedad value.
|
protected String value
protected TransportMode modotransporte
protected Integer cantmattransp
protected Long hjid
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic TransportMode getMODOTRANSPORTE()
TransportModepublic void setMODOTRANSPORTE(TransportMode value)
value - allowed object is
TransportModepublic Integer getCANTMATTRANSP()
Integerpublic void setCANTMATTRANSP(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.