br.jus.cnj.intercomunicacao.beans
Class CadastroIdentificador
java.lang.Object
br.jus.cnj.intercomunicacao.beans.CadastroIdentificador
- All Implemented Interfaces:
- Serializable
public class CadastroIdentificador
- extends Object
- implements Serializable
Tipo de dados destinado a limitar a entrada de dados relativos a
cadastros no Minist�rio da Fazenda Brasileiro (CPF e CNPJ) e/ou ao
registro individual do cidad�o (riC). A restri��o imposta � que o
dado qualificado por este tipo seja integralmente num�rico, com 11
(CPF e riC) ou 14 (CNPJ) d�gitos.
Java class for tipoCadastroIdentificador simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoCadastroIdentificador">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(\d{11})|(\d{14})"/>
</restriction>
</simpleType>
- See Also:
- Serialized Form
Method Summary |
String |
getValue()
Tipo de dados destinado a limitar a entrada de dados relativos a
cadastros no Minist�rio da Fazenda Brasileiro (CPF e CNPJ) e/ou ao
registro individual do cidad�o (riC). |
boolean |
isSetValue()
|
void |
setValue(String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String value
CadastroIdentificador
public CadastroIdentificador()
getValue
public String getValue()
- Tipo de dados destinado a limitar a entrada de dados relativos a
cadastros no Minist�rio da Fazenda Brasileiro (CPF e CNPJ) e/ou ao
registro individual do cidad�o (riC). A restri��o imposta � que o
dado qualificado por este tipo seja integralmente num�rico, com 11
(CPF e riC) ou 14 (CNPJ) d�gitos.
- Returns:
- possible object is
String
setValue
public void setValue(String value)
- Sets the value of the value property.
- Parameters:
value
- allowed object is
String
isSetValue
public boolean isSetValue()
Copyright © 2012 Conselho Nacional de Justiça. All Rights Reserved.