br.jus.cnj.intercomunicacao.beans
Class DataHora

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

public class DataHora
extends Object
implements Serializable

Tipo de elemento destinado a permitir a indica��o de data e hora no formato AAAAMMDDHHMMSS

Java class for tipoDataHora simple type.

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

 <simpleType name="tipoDataHora">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <pattern value="\d{4}[0-1]\d[0-3]\d[0-2]\d[0-6]\d[0-6]\d"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
protected  String value
           
 
Constructor Summary
DataHora()
           
 
Method Summary
 String getValue()
          Tipo de elemento destinado a permitir a indica��o de data e hora no formato AAAAMMDDHHMMSS
 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

DataHora

public DataHora()
Method Detail

getValue

public String getValue()
Tipo de elemento destinado a permitir a indica��o de data e hora no formato AAAAMMDDHHMMSS

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.