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="codigoEntidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="codigoEntidadePrincipal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="identificadorEntidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="textoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="textoComplementar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/>
<element name="moduloComplementar" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| name | data type | description |
|---|---|---|
| codigoEntidade | number | |
| codigoEntidadePrincipal | number | |
| identificadorEntidade | string | |
| textoPrincipal | string | |
| textoComplementar | string | |
| modulo | ModuloType | |
| moduloComplementar | ModuloType |
Example
{
"codigoEntidade" : 12345,
"codigoEntidadePrincipal" : 12345,
"identificadorEntidade" : "...",
"textoPrincipal" : "...",
"textoComplementar" : "...",
"modulo" : "perfil",
"moduloComplementar" : "unidade-organizacional"
}