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 | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
codigoEntidade | long | element | 0/1 | ||
codigoEntidadePrincipal | long | element | 0/1 | ||
identificadorEntidade | string | element | 0/1 | ||
textoPrincipal | string | element | 0/1 | ||
textoComplementar | string | element | 0/1 | ||
modulo | string | element | 0/1 | ||
moduloComplementar | string | element | 0/1 |
Example
<consultaGlobalWs xmlns="http://www.softplan.com.br/unj/schema/adv"> <codigoEntidade xmlns="">...</codigoEntidade> <codigoEntidadePrincipal xmlns="">...</codigoEntidadePrincipal> <identificadorEntidade xmlns="">...</identificadorEntidade> <textoPrincipal xmlns="">...</textoPrincipal> <textoComplementar xmlns="">...</textoComplementar> <modulo xmlns="">...</modulo> <moduloComplementar xmlns="">...</moduloComplementar> </consultaGlobalWs>