@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public class ResourcePropertyValueChangeNotificationType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourcePropertyValueChangeNotificationType.NewValues
<p>Java class for anonymous complex type.
|
static class |
ResourcePropertyValueChangeNotificationType.OldValues
<p>Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResourcePropertyValueChangeNotificationType.NewValues |
newValues |
protected JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> |
oldValues |
| Constructor and Description |
|---|
ResourcePropertyValueChangeNotificationType() |
| Modifier and Type | Method and Description |
|---|---|
ResourcePropertyValueChangeNotificationType.NewValues |
getNewValues()
Gets the value of the newValues property.
|
JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> |
getOldValues()
Gets the value of the oldValues property.
|
void |
setNewValues(ResourcePropertyValueChangeNotificationType.NewValues value)
Sets the value of the newValues property.
|
void |
setOldValues(JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> value)
Sets the value of the oldValues property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> oldValues
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected ResourcePropertyValueChangeNotificationType.NewValues newValues
public ResourcePropertyValueChangeNotificationType()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> getOldValues()
JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues>@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setOldValues(JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues> value)
value - allowed object is
JAXBElement<ResourcePropertyValueChangeNotificationType.OldValues>@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public ResourcePropertyValueChangeNotificationType.NewValues getNewValues()
ResourcePropertyValueChangeNotificationType.NewValues@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setNewValues(ResourcePropertyValueChangeNotificationType.NewValues value)
value - allowed object is
ResourcePropertyValueChangeNotificationType.NewValuesApache CXF