org.deegree.protocol.wfs.transaction
Class PropertyReplacement

java.lang.Object
  extended by org.deegree.protocol.wfs.transaction.PropertyReplacement

public class PropertyReplacement
extends Object

The class TODO add class documentation here.

Version:
$Revision: 20540 $, $Date: 2009-11-03 19:05:44 +0100 (Tue, 03 Nov 2009) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 QName getPropertyName()
          Returns the name of the property to be replaced.
 XMLStreamReader getReplacementValue()
          Returns an XMLStreamReader that provides access to the encoded replacement value (if such a value is specified).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPropertyName

public QName getPropertyName()
Returns the name of the property to be replaced.

Returns:
the name of the property to be replaced

getReplacementValue

public XMLStreamReader getReplacementValue()
Returns an XMLStreamReader that provides access to the encoded replacement value (if such a value is specified).

NOTE: The client must read this stream exactly once and exactly up to the next tag event after the wfs:Value END_ELEMENT event, i.e. the wfs:Property END_ELEMENT event.

Returns:
XMLStreamReader that provides access to the XML encoded replacement value, cursor points at the wfs:Value START_ELEMENT event, or null


Copyright © 2011. All Rights Reserved.