OrgaoSistemaWs Data Type

Java class for orgaoSistemaWs complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="orgaoSistemaWs">
   <complexContent>
     <extension base="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType">
       <sequence>
         <element name="certificadoDigitalObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

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

Example

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