EstadoWs Data Type

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>
 

Properties
name data type description
sigla string
Properties inherited from SimpleDtoType
chave number
valor string

Example

{
  "sigla" : "...",
  "chave" : 12345,
  "valor" : "..."
}