br.jus.cnj.intercomunicacao.beans
Class DocumentoIdentificacao

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

public class DocumentoIdentificacao
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

codigoDocumento

protected String codigoDocumento

emissorDocumento

protected String emissorDocumento

tipoDocumento

protected ModalidadeDocumentoIdentificador tipoDocumento

nome

protected String nome
Constructor Detail

DocumentoIdentificacao

public DocumentoIdentificacao()
Method Detail

getCodigoDocumento

public String getCodigoDocumento()
Gets the value of the codigoDocumento property.

Returns:
possible object is String

setCodigoDocumento

public void setCodigoDocumento(String value)
Sets the value of the codigoDocumento property.

Parameters:
value - allowed object is String

isSetCodigoDocumento

public boolean isSetCodigoDocumento()

getEmissorDocumento

public String getEmissorDocumento()
Gets the value of the emissorDocumento property.

Returns:
possible object is String

setEmissorDocumento

public void setEmissorDocumento(String value)
Sets the value of the emissorDocumento property.

Parameters:
value - allowed object is String

isSetEmissorDocumento

public boolean isSetEmissorDocumento()

getTipoDocumento

public ModalidadeDocumentoIdentificador getTipoDocumento()
Gets the value of the tipoDocumento property.

Returns:
possible object is ModalidadeDocumentoIdentificador

setTipoDocumento

public void setTipoDocumento(ModalidadeDocumentoIdentificador value)
Sets the value of the tipoDocumento property.

Parameters:
value - allowed object is ModalidadeDocumentoIdentificador

isSetTipoDocumento

public boolean isSetTipoDocumento()

getNome

public String getNome()
Gets the value of the nome property.

Returns:
possible object is String

setNome

public void setNome(String value)
Sets the value of the nome property.

Parameters:
value - allowed object is String

isSetNome

public boolean isSetNome()


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