Java class for chaveTipoConsultaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="chaveTipoConsultaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="chaveTipo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="paginacaoTiposConsulta" type="{http://www.softplan.com.br/unj/schema/adv}chavePaginacaoTiposConsultaType"/>
<element name="filtroTiposConsulta" type="{http://www.softplan.com.br/unj/schema/adv}chaveFiltroTiposConsultaType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
http://www.softplan.com.br/unj/schema/adv| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| chaveTipo | string | element | 1/1 | required | ||
| paginacaoTiposConsulta | string | element | 1/1 | required | ||
| filtroTiposConsulta | list of chaveFiltroTiposConsultaType | element | 0/unbounded |
Example
<c----- xmlns="http://www.softplan.com.br/unj/schema/adv">
<chaveTipo xmlns="">...</chaveTipo>
<paginacaoTiposConsulta xmlns="">...</paginacaoTiposConsulta>
<filtroTiposConsulta xmlns="">
<filtro>...</filtro>
<valorDefaultFiltro>...</valorDefaultFiltro>
<filtroObrigatorio>...</filtroObrigatorio>
</filtroTiposConsulta>
</c----->