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 | description |
|---|---|---|
| codigo | number | |
| nome | string | |
| textoAjuda | string | |
| visivel | boolean | |
| obrigatorio | boolean | |
| listaMultipla | boolean | |
| campoDinamicoTipo | CampoDinamicoTipoType | |
| valorPadraoCampoTexto | string | |
| valorPadraoCampoNumero | number | |
| valorPadraoCampoData | number | |
| valorPadraoCampoBoolean | boolean | |
| aba | SimpleDtoType | |
| modulo | ModuloType | |
| posicaoTela | number | |
| campoDinamicoItemLista | array of CampoDinamicoItemListaType | |
| campoDinamicoItemLabel | array of CampoDinamicoItemLabelType |
Example
{
"codigo" : 12345,
"nome" : "...",
"textoAjuda" : "...",
"visivel" : true,
"obrigatorio" : true,
"listaMultipla" : true,
"campoDinamicoTipo" : "LABEL",
"valorPadraoCampoTexto" : "...",
"valorPadraoCampoNumero" : 12345,
"valorPadraoCampoData" : 12345,
"valorPadraoCampoBoolean" : true,
"aba" : {
"chave" : 12345,
"valor" : "..."
},
"modulo" : "processo-orgao-judicial",
"posicaoTela" : 12345,
"campoDinamicoItemLista" : [ {
"codigo" : 12345,
"nome" : "...",
"posicao" : 12345,
"padrao" : true
}, {
"codigo" : 12345,
"nome" : "...",
"posicao" : 12345,
"padrao" : true
} ],
"campoDinamicoItemLabel" : [ {
"codigo" : 12345,
"nome" : "...",
"padrao" : true
}, {
"codigo" : 12345,
"nome" : "...",
"padrao" : true
} ]
}