public class TipoConsultarTeorComunicacao extends Object implements Serializable
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.2}tipoNumeroUnico"/> <element name="identificadorAviso" type="{http://www.cnj.jus.br/intercomunicacao-2.2}identificadorComunicacao"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
idConsultante |
protected Identificador |
identificadorAviso |
protected NumeroUnico |
numeroProcesso |
protected String |
senhaConsultante |
Constructor and Description |
---|
TipoConsultarTeorComunicacao() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String idConsultante
protected String senhaConsultante
protected NumeroUnico numeroProcesso
protected Identificador identificadorAviso
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 NumeroUnico getNumeroProcesso()
NumeroUnico
public void setNumeroProcesso(NumeroUnico value)
value
- allowed object is
NumeroUnico
public boolean isSetNumeroProcesso()
public Identificador getIdentificadorAviso()
Identificador
public void setIdentificadorAviso(Identificador value)
value
- allowed object is
Identificador
public boolean isSetIdentificadorAviso()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.