CampoDinamicoAlteracaoCampoWs Data Type

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="campo" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="valor" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Properties
name data type description
campo string
valor object

Example

{
  "campo" : "...",
  "valor" : { }
}