|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.RequisicaoConsultaAlteracao
public class RequisicaoConsultaAlteracao
Tipo de elemento que encapsula os dados de consulta relativos � exist�ncia de modifica��es em um processo judicial.
Java class for tipoConsultarAlteracao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoConsultarAlteracao"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="idConsultante" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="senhaConsultante" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
idConsultante
|
protected String |
numeroProcesso
|
protected String |
senhaConsultante
|
Constructor Summary | |
---|---|
RequisicaoConsultaAlteracao()
|
Method Summary | |
---|---|
String |
getIdConsultante()
Gets the value of the idConsultante property. |
String |
getNumeroProcesso()
Gets the value of the numeroProcesso property. |
String |
getSenhaConsultante()
Gets the value of the senhaConsultante property. |
boolean |
isSetIdConsultante()
|
boolean |
isSetNumeroProcesso()
|
boolean |
isSetSenhaConsultante()
|
void |
setIdConsultante(String value)
Sets the value of the idConsultante property. |
void |
setNumeroProcesso(String value)
Sets the value of the numeroProcesso property. |
void |
setSenhaConsultante(String value)
Sets the value of the senhaConsultante property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String idConsultante
protected String senhaConsultante
protected String numeroProcesso
Constructor Detail |
---|
public RequisicaoConsultaAlteracao()
Method Detail |
---|
public String getIdConsultante()
String
public void setIdConsultante(String value)
value
- allowed object is
String
public boolean isSetIdConsultante()
public String getSenhaConsultante()
String
public void setSenhaConsultante(String value)
value
- allowed object is
String
public boolean isSetSenhaConsultante()
public String getNumeroProcesso()
String
public void setNumeroProcesso(String value)
value
- allowed object is
String
public boolean isSetNumeroProcesso()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |