CampoDinamicoConsultaModuloWs Data Type

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="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="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Properties
name data type description
codigo number
nome string
listaMultipla boolean
campoDinamicoTipo CampoDinamicoTipoType
modulo ModuloType

Example

{
  "codigo" : 12345,
  "nome" : "...",
  "listaMultipla" : true,
  "campoDinamicoTipo" : "LISTA_MULTIPLA_SELECAO",
  "modulo" : "compromisso-tipo"
}