public class TipoResultado extends Base implements Serializable
Java class for TipoResultado complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoResultado">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="falhas" type="{http://www.lexml.gov.br/parser-ws}TipoFalhas"/>
<element name="caracteristicas" type="{http://www.lexml.gov.br/parser-ws}TipoCaracteristicas"/>
<element name="saidas" type="{http://www.lexml.gov.br/parser-ws}TipoSaidasResultado"/>
<element name="digestFonte" type="{http://www.lexml.gov.br/parser-ws}TipoDigest"/>
<element name="dataHoraProcessamento" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="numeroDiferencas" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TipoCaracteristicas |
caracteristicas |
protected XMLGregorianCalendar |
dataHoraProcessamento |
protected TipoDigest |
digestFonte |
protected TipoFalhas |
falhas |
protected Integer |
numeroDiferencas |
protected TipoSaidasResultado |
saidas |
| Constructor and Description |
|---|
TipoResultado() |
| Modifier and Type | Method and Description |
|---|---|
TipoCaracteristicas |
getCaracteristicas()
Gets the value of the caracteristicas property.
|
XMLGregorianCalendar |
getDataHoraProcessamento()
Gets the value of the dataHoraProcessamento property.
|
TipoDigest |
getDigestFonte()
Gets the value of the digestFonte property.
|
TipoFalhas |
getFalhas()
Gets the value of the falhas property.
|
Integer |
getNumeroDiferencas()
Gets the value of the numeroDiferencas property.
|
TipoSaidasResultado |
getSaidas()
Gets the value of the saidas property.
|
boolean |
isSetCaracteristicas() |
boolean |
isSetDataHoraProcessamento() |
boolean |
isSetDigestFonte() |
boolean |
isSetFalhas() |
boolean |
isSetNumeroDiferencas() |
boolean |
isSetSaidas() |
void |
setCaracteristicas(TipoCaracteristicas value)
Sets the value of the caracteristicas property.
|
void |
setDataHoraProcessamento(XMLGregorianCalendar value)
Sets the value of the dataHoraProcessamento property.
|
void |
setDigestFonte(TipoDigest value)
Sets the value of the digestFonte property.
|
void |
setFalhas(TipoFalhas value)
Sets the value of the falhas property.
|
void |
setNumeroDiferencas(Integer value)
Sets the value of the numeroDiferencas property.
|
void |
setSaidas(TipoSaidasResultado value)
Sets the value of the saidas property.
|
protected TipoFalhas falhas
protected TipoCaracteristicas caracteristicas
protected TipoSaidasResultado saidas
protected TipoDigest digestFonte
protected XMLGregorianCalendar dataHoraProcessamento
protected Integer numeroDiferencas
public TipoFalhas getFalhas()
TipoFalhaspublic void setFalhas(TipoFalhas value)
value - allowed object is
TipoFalhaspublic boolean isSetFalhas()
public TipoCaracteristicas getCaracteristicas()
TipoCaracteristicaspublic void setCaracteristicas(TipoCaracteristicas value)
value - allowed object is
TipoCaracteristicaspublic boolean isSetCaracteristicas()
public TipoSaidasResultado getSaidas()
TipoSaidasResultadopublic void setSaidas(TipoSaidasResultado value)
value - allowed object is
TipoSaidasResultadopublic boolean isSetSaidas()
public TipoDigest getDigestFonte()
TipoDigestpublic void setDigestFonte(TipoDigest value)
value - allowed object is
TipoDigestpublic boolean isSetDigestFonte()
public XMLGregorianCalendar getDataHoraProcessamento()
XMLGregorianCalendarpublic void setDataHoraProcessamento(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetDataHoraProcessamento()
public Integer getNumeroDiferencas()
Integerpublic void setNumeroDiferencas(Integer value)
value - allowed object is
Integerpublic boolean isSetNumeroDiferencas()
Copyright © 2021. All rights reserved.