Uses of Class
org.oasis.wsrf.properties.ResourcePropertyValueChangeNotificationTypeOldValue

Packages that use ResourcePropertyValueChangeNotificationTypeOldValue
org.oasis.wsrf.properties   
 

Uses of ResourcePropertyValueChangeNotificationTypeOldValue in org.oasis.wsrf.properties
 

Fields in org.oasis.wsrf.properties declared as ResourcePropertyValueChangeNotificationTypeOldValue
private  ResourcePropertyValueChangeNotificationTypeOldValue ResourcePropertyValueChangeNotificationType.oldValue
           
 

Methods in org.oasis.wsrf.properties that return ResourcePropertyValueChangeNotificationTypeOldValue
 ResourcePropertyValueChangeNotificationTypeOldValue ResourcePropertyValueChangeNotificationType.getOldValue()
          Gets the oldValue value for this ResourcePropertyValueChangeNotificationType.
 

Methods in org.oasis.wsrf.properties with parameters of type ResourcePropertyValueChangeNotificationTypeOldValue
 void ResourcePropertyValueChangeNotificationType.setOldValue(ResourcePropertyValueChangeNotificationTypeOldValue oldValue)
          Sets the oldValue value for this ResourcePropertyValueChangeNotificationType.
 

Constructors in org.oasis.wsrf.properties with parameters of type ResourcePropertyValueChangeNotificationTypeOldValue
ResourcePropertyValueChangeNotificationType(ResourcePropertyValueChangeNotificationTypeNewValue newValue, ResourcePropertyValueChangeNotificationTypeOldValue oldValue)