resourcePropertyValueChangeNotificationType2.addNewOldValue( );
oldValue2.newCursor( ).setTextValue( "two" );
oldValue1 = (ResourcePropertyValueChangeNotificationType.OldValue) oldValue1.set( oldValue2 );
System.out.println( resourcePropertyValueChangeNotificationDocument1 );
GetResourcePropertyDocument getResourcePropertyDoc1 = GetResourcePropertyDocument.Factory.newInstance( );
getResourcePropertyDoc1.setGetResourceProperty( new QName( "one" ) );
GetResourcePropertyDocument getResourcePropertyDoc2 = GetResourcePropertyDocument.Factory.newInstance( );
getResourcePropertyDoc2.setGetResourceProperty( new QName( "two" ) );
getResourcePropertyDoc1 =
(GetResourcePropertyDocument) getResourcePropertyDoc1.set( getResourcePropertyDoc2 );
System.out.println( getResourcePropertyDoc1 );
}