br.jus.cnj.intercomunicacao.beans
Class Identificador

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

public class Identificador
extends Object
implements Serializable

Sequ�ncia de caracteres no formato AAAAMMDDNNNNNNN, onde AAAA � o ano, MM o m�s e DD o dia de produ��o do aviso ou da comunica��o e NNNNNNN o n�mero identificador local da intima��o.

Java class for identificadorComunicacao simple type.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="identificadorComunicacao">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <pattern value="\d{15}"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
protected  String value
           
 
Constructor Summary
Identificador()
           
 
Method Summary
 String getValue()
          Sequ�ncia de caracteres no formato AAAAMMDDNNNNNNN, onde AAAA � o ano, MM o m�s e DD o dia de produ��o do aviso ou da comunica��o e NNNNNNN o n�mero identificador local da intima��o.
 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
 

Field Detail

value

protected String value
Constructor Detail

Identificador

public Identificador()
Method Detail

getValue

public String getValue()
Sequ�ncia de caracteres no formato AAAAMMDDNNNNNNN, onde AAAA � o ano, MM o m�s e DD o dia de produ��o do aviso ou da comunica��o e NNNNNNN o n�mero identificador local da intima��o.

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.