|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--cl.sii.dte.Referencia
| Field Summary | |
private Integer |
codigo
|
private String |
correccion
|
private Date |
fecha
|
private Integer |
folio
|
private Integer |
indGlobal
|
private Integer |
numLinea
|
private String |
razon
|
private RUT |
rut
|
protected SimpleDateFormat |
sdf
|
private String |
tipo
|
| Constructor Summary | |
Referencia()
|
|
| Method Summary | |
Integer |
getCodigo()
Method getCodigo. |
String |
getCorreccion()
Method getCorreccion. |
org.jdom.Element |
getDOMElement(String tagName,
org.jdom.Namespace ns)
Method getDOMElement. |
Date |
getFecha()
Method getFecha. |
Integer |
getFolio()
Method getFolio. |
Integer |
getIndGlobal()
Method getIndGlobal. |
Integer |
getNumLinea()
Method getNumLinea. |
String |
getRazon()
Method getRazon. |
RUT |
getRut()
Method getRut. |
String |
getTipo()
Method getTipo. |
void |
setCodigo(Integer codigo)
Method setCodigo. |
void |
setCorreccion(String correccion)
Method setCorreccion. |
void |
setDOMElement(org.jdom.Element data)
Method setDOMElement. |
void |
setFecha(Date fecha)
Method setFecha. |
void |
setFecha(String fecha)
Method setFecha em base a un String. |
void |
setFolio(Integer folio)
Method setFolio. |
void |
setIndGlobal(Integer indGlobal)
Method setIndGlobal. |
void |
setNumLinea(Integer numLinea)
Method setNumLinea. |
void |
setRazon(String razon)
Method setRazon. |
void |
setRut(RUT rut)
Method setRut. |
void |
setTipo(String tipo)
Method setTipo. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Integer numLinea
private String tipo
private Integer indGlobal
private Integer folio
private RUT rut
private Date fecha
private Integer codigo
private String razon
private String correccion
protected SimpleDateFormat sdf
| Constructor Detail |
public Referencia()
Object.Object()| Method Detail |
public Integer getNumLinea()
public void setNumLinea(Integer numLinea)
numLinea - public Integer getIndGlobal()
public void setIndGlobal(Integer indGlobal)
indGlobal - public String getTipo()
public void setTipo(String tipo)
tipo - public Integer getFolio()
public void setFolio(Integer folio)
folio - public RUT getRut()
public void setRut(RUT rut)
rut - public Date getFecha()
public void setFecha(Date fecha)
fecha -
public void setFecha(String fecha)
throws ParseException
fecha - en formato AAAA-MM-DD
ParseExceptionpublic Integer getCodigo()
public void setCodigo(Integer codigo)
codigo - public String getRazon()
public void setRazon(String razon)
razon - public String getCorreccion()
public void setCorreccion(String correccion)
correccion -
public org.jdom.Element getDOMElement(String tagName,
org.jdom.Namespace ns)
tagName - ns -
public void setDOMElement(org.jdom.Element data)
throws ReferenciaException,
RUTException
data -
ReferenciaException
RUTException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||