org.deegree.metadata.publication
Class MetadataProperty

java.lang.Object
  extended by org.deegree.metadata.publication.MetadataProperty

public class MetadataProperty
extends java.lang.Object

To specify individual property values to be updated.

Version:
$Revision: 26745 $, $Date: 2010-09-14 16:56:02 +0200 (Di, 14. Sep 2010) $
Author:
Steffen Thomas, last edited by: $Author: sthomas $

Constructor Summary
MetadataProperty(PropertyName propertyName, java.lang.Object replacementValue)
          To specify individual property values to be updated.
 
Method Summary
 PropertyName getPropertyName()
           
 java.lang.Object getReplacementValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataProperty

public MetadataProperty(PropertyName propertyName,
                        java.lang.Object replacementValue)
To specify individual property values to be updated.

Parameters:
propertyName - can be a string or an XPath-expression [1..1]
replacementValue - can be anyType [0..1]
Method Detail

getPropertyName

public PropertyName getPropertyName()
Returns:
the propertyName element contains the name of a property to be updated. The name may be a path expression.

getReplacementValue

public java.lang.Object getReplacementValue()
Returns:
the replacementValue element contains the replacement value for the named property.


Copyright © 2011. All Rights Reserved.