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>
http://www.softplan.com.br/unj/schema/adv
name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
filtro | string | element | 1/1 | required | ||
valorDefaultFiltro | string | element | 0/1 | |||
filtroObrigatorio | boolean | element | 1/1 |
Example
<c----- xmlns="http://www.softplan.com.br/unj/schema/adv"> <filtro xmlns="">...</filtro> <valorDefaultFiltro xmlns="">...</valorDefaultFiltro> <filtroObrigatorio xmlns="">...</filtroObrigatorio> </c----->