public class CadastroIdentificador extends Object implements Serializable
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>
Constructor and Description |
---|
CadastroIdentificador() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String value
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.