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>
http://www.softplan.com.br/unj/schema/adv
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
certificadoDigitalObrigatorio | boolean | element | 0/1 | ||
Properties inherited from simpleDtoType |
|||||
chave | long | element | 0/1 | ||
valor | string | element | 0/1 |
Example
<o----- xmlns="http://www.softplan.com.br/unj/schema/adv"> <certificadoDigitalObrigatorio xmlns="">...</certificadoDigitalObrigatorio> <chave xmlns="">...</chave> <valor xmlns="">...</valor> </o----->