br.jus.cnj.intercomunicacao.beans
Class RequisicaoConsultaAlteracao

java.lang.Object
  extended by br.jus.cnj.intercomunicacao.beans.RequisicaoConsultaAlteracao
All Implemented Interfaces:
Serializable

public class RequisicaoConsultaAlteracao
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

idConsultante

protected String idConsultante

senhaConsultante

protected String senhaConsultante

numeroProcesso

protected String numeroProcesso
Constructor Detail

RequisicaoConsultaAlteracao

public RequisicaoConsultaAlteracao()
Method Detail

getIdConsultante

public String getIdConsultante()
Gets the value of the idConsultante property.

Returns:
possible object is String

setIdConsultante

public void setIdConsultante(String value)
Sets the value of the idConsultante property.

Parameters:
value - allowed object is String

isSetIdConsultante

public boolean isSetIdConsultante()

getSenhaConsultante

public String getSenhaConsultante()
Gets the value of the senhaConsultante property.

Returns:
possible object is String

setSenhaConsultante

public void setSenhaConsultante(String value)
Sets the value of the senhaConsultante property.

Parameters:
value - allowed object is String

isSetSenhaConsultante

public boolean isSetSenhaConsultante()

getNumeroProcesso

public String getNumeroProcesso()
Gets the value of the numeroProcesso property.

Returns:
possible object is String

setNumeroProcesso

public void setNumeroProcesso(String value)
Sets the value of the numeroProcesso property.

Parameters:
value - allowed object is String

isSetNumeroProcesso

public boolean isSetNumeroProcesso()


Copyright © 2012 Conselho Nacional de Justiça. All Rights Reserved.