Java class for chaveFiltroTiposConsultaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="chaveFiltroTiposConsultaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtro" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="valorDefaultFiltro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filtroObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
name | data type | description |
---|---|---|
filtro | string | |
valorDefaultFiltro | string | |
filtroObrigatorio | boolean |
Example
{ "filtro" : "...", "valorDefaultFiltro" : "...", "filtroObrigatorio" : true }