|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--sat.ConceptSAT
|
+--sat.ConceptStringSAT
|
+--sat.CURP
| Field Summary | |
protected char[] |
CHAR_VALUES
|
static java.lang.String[] |
ITEMS_ENTIDAD_FEDERATIVA
Items de entidades federativas. |
protected char[] |
SIGLAS
|
protected char[] |
SIGLAS_SEXO
|
static java.lang.String[] |
VALUES_ENTIDAD_FEDERATIVA
Valores de entidades federativas. |
| Fields inherited from class sat.ConceptStringSAT |
MAX_SIZE, MIN_SIZE |
| Fields inherited from class sat.ConceptSAT |
DESCRIPTION, KEY, PRINT_VALUE, SOURCE, VALUE, XML_VALUE |
| Constructor Summary | |
CURP()
Construye un nuevo CURP. |
|
| Method Summary | |
void |
setValue(java.lang.String VALUE)
Seleccionar el valor del concepto. |
| Methods inherited from class sat.ConceptStringSAT |
getCharValues, getMaxSize, getMinSize, setCharValues, setMaxSize, setMinSize |
| Methods inherited from class sat.ConceptSAT |
getDescription, getKey, getPrintValue, getSource, getValue, getXMLValue, reset, setDescription, setKey, setSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String[] VALUES_ENTIDAD_FEDERATIVA
public static final java.lang.String[] ITEMS_ENTIDAD_FEDERATIVA
protected char[] CHAR_VALUES
protected char[] SIGLAS
protected char[] SIGLAS_SEXO
| Constructor Detail |
public CURP()
| Method Detail |
public void setValue(java.lang.String VALUE)
throws ExceptionSAT
setValue in class ConceptStringSATVALUE - Valor del concepto.ExceptionSAT - Si se recibe un valor nulo, una cadena de caracteres vacía, o el valor no corresponde a un CURP permitido.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||