public class DynamicProperty extends Object
Java class for DynamicProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DynamicProperty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="val" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Object |
val |
| Constructor and Description |
|---|
DynamicProperty() |
Copyright © 2016. All Rights Reserved.