org.apache.ws.resource.properties.v1_2.porttype.impl
Class XmlBeansResourcePropertyValueChangeEvent

java.lang.Object
  extended byorg.apache.ws.resource.properties.v1_2.porttype.impl.XmlBeansResourcePropertyValueChangeEvent
All Implemented Interfaces:
ResourcePropertyValueChangeEvent, org.apache.ws.XmlObjectWrapper

public class XmlBeansResourcePropertyValueChangeEvent
extends java.lang.Object
implements ResourcePropertyValueChangeEvent, org.apache.ws.XmlObjectWrapper

Author:
Ian P. Springer (Hewlett-Packard Company)

Constructor Summary
XmlBeansResourcePropertyValueChangeEvent(java.lang.Object[] oldValue, java.lang.Object[] newValue)
           
 
Method Summary
 java.lang.Object[] getNewValue()
          Returns the new value of the property, as an array of property elements; may be null.
 java.lang.Object[] getOldValue()
          Returns the old value of the property, as an array of property elements; may be null.
 org.apache.xmlbeans.XmlObject getXmlObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlBeansResourcePropertyValueChangeEvent

public XmlBeansResourcePropertyValueChangeEvent(java.lang.Object[] oldValue,
                                                java.lang.Object[] newValue)
Method Detail

getOldValue

public java.lang.Object[] getOldValue()
Description copied from interface: ResourcePropertyValueChangeEvent
Returns the old value of the property, as an array of property elements; may be null.

Specified by:
getOldValue in interface ResourcePropertyValueChangeEvent
Returns:
the old value of the property, as an array of property elements; may be null

getNewValue

public java.lang.Object[] getNewValue()
Description copied from interface: ResourcePropertyValueChangeEvent
Returns the new value of the property, as an array of property elements; may be null.

Specified by:
getNewValue in interface ResourcePropertyValueChangeEvent
Returns:
the new value of the property, as an array of property elements; may be null

getXmlObject

public org.apache.xmlbeans.XmlObject getXmlObject()
Specified by:
getXmlObject in interface org.apache.ws.XmlObjectWrapper


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.