public class SignatarioSimples extends Object implements Serializable
Java class for tipoSignatarioSimples complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoSignatarioSimples"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataHora" type="{http://www.cnj.jus.br/intercomunicacao-2.2.2}tipoDataHora" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DataHora |
dataHora |
protected String |
identificador |
Constructor and Description |
---|
SignatarioSimples() |
Modifier and Type | Method and Description |
---|---|
DataHora |
getDataHora()
Gets the value of the dataHora property.
|
String |
getIdentificador()
Gets the value of the identificador property.
|
boolean |
isSetDataHora() |
boolean |
isSetIdentificador() |
void |
setDataHora(DataHora value)
Sets the value of the dataHora property.
|
void |
setIdentificador(String value)
Sets the value of the identificador property.
|
public String getIdentificador()
String
public void setIdentificador(String value)
value
- allowed object is
String
public boolean isSetIdentificador()
public DataHora getDataHora()
DataHora
public void setDataHora(DataHora value)
value
- allowed object is
DataHora
public boolean isSetDataHora()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.