public interface ResourcePropertyValueChangeNotificationType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourcePropertyValueChangeNotificationType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ResourcePropertyValueChangeNotificationType.NewValues
An XML NewValues(@http://docs.oasis-open.org/wsrf/rp-2).
|
static interface |
ResourcePropertyValueChangeNotificationType.OldValues
An XML OldValues(@http://docs.oasis-open.org/wsrf/rp-2).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ResourcePropertyValueChangeNotificationType.NewValues |
addNewNewValues()
Appends and returns a new empty "NewValues" element
|
ResourcePropertyValueChangeNotificationType.OldValues |
addNewOldValues()
Appends and returns a new empty "OldValues" element
|
ResourcePropertyValueChangeNotificationType.NewValues |
getNewValues()
Gets the "NewValues" element
|
ResourcePropertyValueChangeNotificationType.OldValues |
getOldValues()
Gets the "OldValues" element
|
boolean |
isNilNewValues()
Tests for nil "NewValues" element
|
boolean |
isNilOldValues()
Tests for nil "OldValues" element
|
boolean |
isSetOldValues()
True if has "OldValues" element
|
void |
setNewValues(ResourcePropertyValueChangeNotificationType.NewValues newValues)
Sets the "NewValues" element
|
void |
setNilNewValues()
Nils the "NewValues" element
|
void |
setNilOldValues()
Nils the "OldValues" element
|
void |
setOldValues(ResourcePropertyValueChangeNotificationType.OldValues oldValues)
Sets the "OldValues" element
|
void |
unsetOldValues()
Unsets the "OldValues" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextResourcePropertyValueChangeNotificationType.OldValues getOldValues()
boolean isNilOldValues()
boolean isSetOldValues()
void setOldValues(ResourcePropertyValueChangeNotificationType.OldValues oldValues)
ResourcePropertyValueChangeNotificationType.OldValues addNewOldValues()
void setNilOldValues()
void unsetOldValues()
ResourcePropertyValueChangeNotificationType.NewValues getNewValues()
boolean isNilNewValues()
void setNewValues(ResourcePropertyValueChangeNotificationType.NewValues newValues)
ResourcePropertyValueChangeNotificationType.NewValues addNewNewValues()
void setNilNewValues()
Copyright © 2018 52north.org. All rights reserved.