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="textoAjuda" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="visivel" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="obrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<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="valorPadraoCampoTexto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="valorPadraoCampoNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="valorPadraoCampoData" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="valorPadraoCampoBoolean" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="aba" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/>
<element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/>
<element name="posicaoTela" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="campoDinamicoItemLista" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemListaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="campoDinamicoItemLabel" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemLabelType" maxOccurs="unbounded" 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 | ||
| textoAjuda | string | element | 0/1 | ||
| visivel | boolean | element | 1/1 | ||
| obrigatorio | boolean | element | 1/1 | ||
| listaMultipla | boolean | element | 0/1 | ||
| campoDinamicoTipo | string | element | 0/1 | ||
| valorPadraoCampoTexto | string | element | 0/1 | ||
| valorPadraoCampoNumero | long | element | 0/1 | ||
| valorPadraoCampoData | date | element | 0/1 | ||
| valorPadraoCampoBoolean | boolean | element | 1/1 | ||
| aba | simpleDtoType | element | 0/1 | ||
| modulo | string | element | 0/1 | ||
| posicaoTela | int | element | 0/1 | ||
| campoDinamicoItemLista | list of campoDinamicoItemListaType | element | 0/unbounded | ||
| campoDinamicoItemLabel | list of campoDinamicoItemLabelType | element | 0/unbounded |
Example
<campoDinamicoWs xmlns="http://www.softplan.com.br/unj/schema/adv">
<codigo xmlns="">...</codigo>
<nome xmlns="">...</nome>
<textoAjuda xmlns="">...</textoAjuda>
<visivel xmlns="">...</visivel>
<obrigatorio xmlns="">...</obrigatorio>
<listaMultipla xmlns="">...</listaMultipla>
<campoDinamicoTipo xmlns="">...</campoDinamicoTipo>
<valorPadraoCampoTexto xmlns="">...</valorPadraoCampoTexto>
<valorPadraoCampoNumero xmlns="">...</valorPadraoCampoNumero>
<valorPadraoCampoData xmlns="">...</valorPadraoCampoData>
<valorPadraoCampoBoolean xmlns="">...</valorPadraoCampoBoolean>
<aba xmlns="">
<chave>...</chave>
<valor>...</valor>
</aba>
<modulo xmlns="">...</modulo>
<posicaoTela xmlns="">...</posicaoTela>
<campoDinamicoItemLista xmlns="">
<codigo>...</codigo>
<nome>...</nome>
<posicao>...</posicao>
<padrao>...</padrao>
</campoDinamicoItemLista>
<campoDinamicoItemLabel xmlns="">
<codigo>...</codigo>
<nome>...</nome>
<padrao>...</padrao>
</campoDinamicoItemLabel>
</campoDinamicoWs>