public class ParserRequisicao extends Base implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="metadado" type="{http://www.lexml.gov.br/parser-ws}TipoMetadado"/>
<element name="texto" type="{http://www.lexml.gov.br/parser-ws}TipoTexto"/>
<element name="saidas" type="{http://www.lexml.gov.br/parser-ws}TipoTiposDeSaidas"/>
<element name="opcoes" type="{http://www.lexml.gov.br/parser-ws}OpcoesRequisicao" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TipoMetadado |
metadado |
protected OpcoesRequisicao |
opcoes |
protected TipoTiposDeSaidas |
saidas |
protected TipoTexto |
texto |
| Constructor and Description |
|---|
ParserRequisicao() |
| Modifier and Type | Method and Description |
|---|---|
TipoMetadado |
getMetadado()
Gets the value of the metadado property.
|
OpcoesRequisicao |
getOpcoes()
Gets the value of the opcoes property.
|
TipoTiposDeSaidas |
getSaidas()
Gets the value of the saidas property.
|
TipoTexto |
getTexto()
Gets the value of the texto property.
|
boolean |
isSetMetadado() |
boolean |
isSetOpcoes() |
boolean |
isSetSaidas() |
boolean |
isSetTexto() |
void |
setMetadado(TipoMetadado value)
Sets the value of the metadado property.
|
void |
setOpcoes(OpcoesRequisicao value)
Sets the value of the opcoes property.
|
void |
setSaidas(TipoTiposDeSaidas value)
Sets the value of the saidas property.
|
void |
setTexto(TipoTexto value)
Sets the value of the texto property.
|
protected TipoMetadado metadado
protected TipoTexto texto
protected TipoTiposDeSaidas saidas
protected OpcoesRequisicao opcoes
public TipoMetadado getMetadado()
TipoMetadadopublic void setMetadado(TipoMetadado value)
value - allowed object is
TipoMetadadopublic boolean isSetMetadado()
public TipoTexto getTexto()
TipoTextopublic void setTexto(TipoTexto value)
value - allowed object is
TipoTextopublic boolean isSetTexto()
public TipoTiposDeSaidas getSaidas()
TipoTiposDeSaidaspublic void setSaidas(TipoTiposDeSaidas value)
value - allowed object is
TipoTiposDeSaidaspublic boolean isSetSaidas()
public OpcoesRequisicao getOpcoes()
OpcoesRequisicaopublic void setOpcoes(OpcoesRequisicao value)
value - allowed object is
OpcoesRequisicaopublic boolean isSetOpcoes()
Copyright © 2021. All rights reserved.