Package org.oasisOpen.docs.wsrf.rp2
Interface ResourcePropertyValueChangeNotificationType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ResourcePropertyValueChangeNotificationTypeImpl
public interface ResourcePropertyValueChangeNotificationType extends org.apache.xmlbeans.XmlObjectAn XML ResourcePropertyValueChangeNotificationType(@http://docs.oasis-open.org/wsrf/rp-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourcePropertyValueChangeNotificationType.FactoryA factory class with static methods for creating instances of this type.static interfaceResourcePropertyValueChangeNotificationType.NewValuesAn XML NewValues(@http://docs.oasis-open.org/wsrf/rp-2).static interfaceResourcePropertyValueChangeNotificationType.OldValuesAn XML OldValues(@http://docs.oasis-open.org/wsrf/rp-2).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcePropertyValueChangeNotificationType.NewValuesaddNewNewValues()Appends and returns a new empty "NewValues" elementResourcePropertyValueChangeNotificationType.OldValuesaddNewOldValues()Appends and returns a new empty "OldValues" elementResourcePropertyValueChangeNotificationType.NewValuesgetNewValues()Gets the "NewValues" elementResourcePropertyValueChangeNotificationType.OldValuesgetOldValues()Gets the "OldValues" elementbooleanisNilNewValues()Tests for nil "NewValues" elementbooleanisNilOldValues()Tests for nil "OldValues" elementbooleanisSetOldValues()True if has "OldValues" elementvoidsetNewValues(ResourcePropertyValueChangeNotificationType.NewValues newValues)Sets the "NewValues" elementvoidsetNilNewValues()Nils the "NewValues" elementvoidsetNilOldValues()Nils the "OldValues" elementvoidsetOldValues(ResourcePropertyValueChangeNotificationType.OldValues oldValues)Sets the "OldValues" elementvoidunsetOldValues()Unsets the "OldValues" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getOldValues
ResourcePropertyValueChangeNotificationType.OldValues getOldValues()
Gets the "OldValues" element
-
isNilOldValues
boolean isNilOldValues()
Tests for nil "OldValues" element
-
isSetOldValues
boolean isSetOldValues()
True if has "OldValues" element
-
setOldValues
void setOldValues(ResourcePropertyValueChangeNotificationType.OldValues oldValues)
Sets the "OldValues" element
-
addNewOldValues
ResourcePropertyValueChangeNotificationType.OldValues addNewOldValues()
Appends and returns a new empty "OldValues" element
-
setNilOldValues
void setNilOldValues()
Nils the "OldValues" element
-
unsetOldValues
void unsetOldValues()
Unsets the "OldValues" element
-
getNewValues
ResourcePropertyValueChangeNotificationType.NewValues getNewValues()
Gets the "NewValues" element
-
isNilNewValues
boolean isNilNewValues()
Tests for nil "NewValues" element
-
setNewValues
void setNewValues(ResourcePropertyValueChangeNotificationType.NewValues newValues)
Sets the "NewValues" element
-
addNewNewValues
ResourcePropertyValueChangeNotificationType.NewValues addNewNewValues()
Appends and returns a new empty "NewValues" element
-
setNilNewValues
void setNilNewValues()
Nils the "NewValues" element
-
-