deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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 (Di, 03 Nov 2009) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
PropertyReplacement(QName propertyName, XMLStreamReader xmlStream)
           
 
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
 

Constructor Detail

PropertyReplacement

PropertyReplacement(QName propertyName,
                    XMLStreamReader xmlStream)
Parameters:
propertyName -
xmlStream -
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

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>