public class RequisicaoConsultaAlteracao extends Object implements Serializable
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>
Modifier and Type | Field and Description |
---|---|
protected String |
idConsultante |
protected String |
numeroProcesso |
protected String |
senhaConsultante |
Constructor and Description |
---|
RequisicaoConsultaAlteracao() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String idConsultante
protected String senhaConsultante
protected String numeroProcesso
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.