Java class for campoDinamicoItemListaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="campoDinamicoItemListaType"> <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="posicao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="padrao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
name | data type | description |
---|---|---|
codigo | number | |
nome | string | |
posicao | number | |
padrao | boolean |
Example
{ "codigo" : 12345, "nome" : "...", "posicao" : 12345, "padrao" : true }