Java class for moduloAreaRetornoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="moduloAreaRetornoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="moduloArea" type="{http://www.softplan.com.br/unj/schema/adv}moduloAreaType"/>
<element name="simpleValue" type="{http://www.softplan.com.br/unj/schema/adv}simpleValueType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
http://www.softplan.com.br/unj/schema/adv| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| moduloArea | string | element | 1/1 | required | ||
| simpleValue | list of simpleValueType | element | 0/unbounded |
Example
<m----- xmlns="http://www.softplan.com.br/unj/schema/adv">
<moduloArea xmlns="">...</moduloArea>
<simpleValue xmlns="">
<valor>...</valor>
</simpleValue>
</m----->