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 ref="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
campoDinamicoWs | list of CampoDinamicoWs (Anonymous) | element | ns1 | 0/unbounded |
Example
<camposDinamicosWs xmlns="http://www.softplan.com.br/unj/schema/adv"> <campoDinamicoWs> <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> </camposDinamicosWs>