br.jus.cnj.intercomunicacao.beans
Class NumeroUnico

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

public class NumeroUnico
extends Object
implements Serializable

Tipo de elemento que limita a indica��o de um n�mero de processo ao padr�o da numera��o �nica.

Java class for tipoNumeroUnico simple type.

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

 <simpleType name="tipoNumeroUnico">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <pattern value="\d{13}[0-29][0-7]\d{4}"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
protected  String value
           
 
Constructor Summary
NumeroUnico()
           
 
Method Summary
 String getValue()
          Tipo de elemento que limita a indica��o de um n�mero de processo ao padr�o da numera��o �nica.
 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

NumeroUnico

public NumeroUnico()
Method Detail

getValue

public String getValue()
Tipo de elemento que limita a indica��o de um n�mero de processo ao padr�o da numera��o �nica.

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.