SimpleDtoType Data Type

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>
 

Subtypes
OrgaoSistemaWs, EstadoWs
Properties
name data type description
chave number
valor string

Example

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