Java class for simpleDtoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="simpleDtoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="chave" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
http://www.softplan.com.br/unj/schema/adv| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| chave | long | element | 0/1 | ||
| valor | string | element | 0/1 |
Example
<s----- xmlns="http://www.softplan.com.br/unj/schema/adv"> <chave xmlns="">...</chave> <valor xmlns="">...</valor> </s----->