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