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="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="listaMultipla" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="campoDinamicoTipo" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoTipoType" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
codigo | long | element | 0/1 | ||
nome | string | element | 0/1 | ||
listaMultipla | boolean | element | 0/1 | ||
campoDinamicoTipo | string | element | 0/1 | ||
modulo | string | element | 0/1 |
Example
<campoDinamicoConsultaModuloWs xmlns="http://www.softplan.com.br/unj/schema/adv"> <codigo xmlns="">...</codigo> <nome xmlns="">...</nome> <listaMultipla xmlns="">...</listaMultipla> <campoDinamicoTipo xmlns="">...</campoDinamicoTipo> <modulo xmlns="">...</modulo> </campoDinamicoConsultaModuloWs>