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