org.wso2.carbon.registry.app
Class PropertyValue

java.lang.Object
  extended by org.apache.abdera.model.ElementWrapper
      extended by org.wso2.carbon.registry.app.PropertyValue
All Implemented Interfaces:
Cloneable, Iterable<org.apache.abdera.model.Element>, org.apache.abdera.model.Base, org.apache.abdera.model.Element

public class PropertyValue
extends org.apache.abdera.model.ElementWrapper

Implementation of an ExtensibleElement for a property value.


Constructor Summary
PropertyValue(org.apache.abdera.model.Element internal)
          Creates a property value extensible element using the given internal element.
PropertyValue(org.apache.abdera.factory.Factory factory, QName qName)
          Creates a property value extensible element using the given factory and the qualified name.
 
Method Summary
 String getPropertyValue()
          Method to obtain the property value.
 void setPropertyValue(String propertyValue)
          Method to sets the property value.
 
Methods inherited from class org.apache.abdera.model.ElementWrapper
addComment, clone, complete, declareNS, discard, equals, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDefaultWriterOptions, getDocument, getElements, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getInternal, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, hashCode, iterator, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText, toString, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyValue

public PropertyValue(org.apache.abdera.model.Element internal)
Creates a property value extensible element using the given internal element.

Parameters:
internal - the internal element.

PropertyValue

public PropertyValue(org.apache.abdera.factory.Factory factory,
                     QName qName)
Creates a property value extensible element using the given factory and the qualified name.

Parameters:
factory - the factory
qName - the qualified name.
Method Detail

getPropertyValue

public String getPropertyValue()
Method to obtain the property value.

Returns:
the property value.

setPropertyValue

public void setPropertyValue(String propertyValue)
Method to sets the property value.

Parameters:
propertyValue - the property value.


Copyright © 2013 WSO2 Inc. All Rights Reserved.