br.jus.cnj.intercomunicacao.beans
Class Data
java.lang.Object
br.jus.cnj.intercomunicacao.beans.Data
- All Implemented Interfaces:
- Serializable
public class Data
- extends Object
- implements Serializable
Tipo destinado a identificar uma data no formato
AAAAMMDD.
Java class for tipoData simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoData">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\d{4}[0-1]\d[0-3]\d"/>
</restriction>
</simpleType>
- See Also:
- Serialized Form
Constructor Summary |
Data()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String value
Data
public Data()
getValue
public String getValue()
- Tipo destinado a identificar uma data no formato
AAAAMMDD.
- 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.