br.jus.cnj.intercomunicacao.beans
Class TipoConsultarTeorComunicacao

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

public class TipoConsultarTeorComunicacao
extends Object
implements Serializable

Tipo de elemento destinado a permitir a consulta de teor de comunica��o processual pendente relativa ao consultante em um determinado processo judicial. Os dados encapsulados s�o o identificador do consultante, sua senha, e o n�mero do processo judicial no qual se est� efetivando a consulta de comunica��o. Os par�metros de identifica��o e senha s�o dispens�veis no caso de autentica��o de certificado cliente.

Java class for tipoConsultarTeorComunicacao complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tipoConsultarTeorComunicacao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="idConsultante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="senhaConsultante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="numeroProcesso" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoNumeroUnico"/>
           <element name="identificadorAviso" type="{http://www.cnj.jus.br/intercomunicacao-2.1}identificadorComunicacao"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String idConsultante
           
protected  Identificador identificadorAviso
           
protected  NumeroUnico numeroProcesso
           
protected  String senhaConsultante
           
 
Constructor Summary
TipoConsultarTeorComunicacao()
           
 
Method Summary
 String getIdConsultante()
          Gets the value of the idConsultante property.
 Identificador getIdentificadorAviso()
          Gets the value of the identificadorAviso property.
 NumeroUnico getNumeroProcesso()
          Gets the value of the numeroProcesso property.
 String getSenhaConsultante()
          Gets the value of the senhaConsultante property.
 boolean isSetIdConsultante()
           
 boolean isSetIdentificadorAviso()
           
 boolean isSetNumeroProcesso()
           
 boolean isSetSenhaConsultante()
           
 void setIdConsultante(String value)
          Sets the value of the idConsultante property.
 void setIdentificadorAviso(Identificador value)
          Sets the value of the identificadorAviso property.
 void setNumeroProcesso(NumeroUnico 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 NumeroUnico numeroProcesso

identificadorAviso

protected Identificador identificadorAviso
Constructor Detail

TipoConsultarTeorComunicacao

public TipoConsultarTeorComunicacao()
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 NumeroUnico getNumeroProcesso()
Gets the value of the numeroProcesso property.

Returns:
possible object is NumeroUnico

setNumeroProcesso

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

Parameters:
value - allowed object is NumeroUnico

isSetNumeroProcesso

public boolean isSetNumeroProcesso()

getIdentificadorAviso

public Identificador getIdentificadorAviso()
Gets the value of the identificadorAviso property.

Returns:
possible object is Identificador

setIdentificadorAviso

public void setIdentificadorAviso(Identificador value)
Sets the value of the identificadorAviso property.

Parameters:
value - allowed object is Identificador

isSetIdentificadorAviso

public boolean isSetIdentificadorAviso()


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