|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.DocumentoIdentificacao
public class DocumentoIdentificacao
Tipo destinado a permitir a cria��o de documentos identificadores de uma determinada pessoa.
Java class for tipoDocumentoIdentificacao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoDocumentoIdentificacao"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="codigoDocumento" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="emissorDocumento" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="tipoDocumento" use="required" type="{http://www.cnj.jus.br/intercomunicacao-2.1}modalidadeDocumentoIdentificador" /> <attribute name="nome" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
codigoDocumento
|
protected String |
emissorDocumento
|
protected String |
nome
|
protected ModalidadeDocumentoIdentificador |
tipoDocumento
|
Constructor Summary | |
---|---|
DocumentoIdentificacao()
|
Method Summary | |
---|---|
String |
getCodigoDocumento()
Gets the value of the codigoDocumento property. |
String |
getEmissorDocumento()
Gets the value of the emissorDocumento property. |
String |
getNome()
Gets the value of the nome property. |
ModalidadeDocumentoIdentificador |
getTipoDocumento()
Gets the value of the tipoDocumento property. |
boolean |
isSetCodigoDocumento()
|
boolean |
isSetEmissorDocumento()
|
boolean |
isSetNome()
|
boolean |
isSetTipoDocumento()
|
void |
setCodigoDocumento(String value)
Sets the value of the codigoDocumento property. |
void |
setEmissorDocumento(String value)
Sets the value of the emissorDocumento property. |
void |
setNome(String value)
Sets the value of the nome property. |
void |
setTipoDocumento(ModalidadeDocumentoIdentificador value)
Sets the value of the tipoDocumento property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String codigoDocumento
protected String emissorDocumento
protected ModalidadeDocumentoIdentificador tipoDocumento
protected String nome
Constructor Detail |
---|
public DocumentoIdentificacao()
Method Detail |
---|
public String getCodigoDocumento()
String
public void setCodigoDocumento(String value)
value
- allowed object is
String
public boolean isSetCodigoDocumento()
public String getEmissorDocumento()
String
public void setEmissorDocumento(String value)
value
- allowed object is
String
public boolean isSetEmissorDocumento()
public ModalidadeDocumentoIdentificador getTipoDocumento()
ModalidadeDocumentoIdentificador
public void setTipoDocumento(ModalidadeDocumentoIdentificador value)
value
- allowed object is
ModalidadeDocumentoIdentificador
public boolean isSetTipoDocumento()
public String getNome()
String
public void setNome(String value)
value
- allowed object is
String
public boolean isSetNome()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |