public class PropertyChange extends DynamicData
Java class for PropertyChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyChange">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="op" type="{urn:vim25}PropertyChangeOp"/>
<element name="val" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected PropertyChangeOp |
op |
protected Object |
val |
| Constructor and Description |
|---|
PropertyChange() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
PropertyChangeOp |
getOp()
Gets the value of the op property.
|
Object |
getVal()
Gets the value of the val property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOp(PropertyChangeOp value)
Sets the value of the op property.
|
void |
setVal(Object value)
Sets the value of the val property.
|
protected String name
protected PropertyChangeOp op
protected Object val
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic PropertyChangeOp getOp()
PropertyChangeOppublic void setOp(PropertyChangeOp value)
value - allowed object is
PropertyChangeOppublic Object getVal()
ObjectCopyright © 2018. All rights reserved.