org.wso2.carbon.registry.app
Class PropertyName

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

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

Implementation of an ExtensibleElement for a property name.


Constructor Summary
PropertyName(org.apache.abdera.model.Element internal)
          Creates a property name extensible element using the given internal element.
PropertyName(org.apache.abdera.factory.Factory factory, QName qName)
          Creates a property name extensible element using the given factory and the qualified name.
 
Method Summary
 String getPropertyName()
          Method to obtain the property name.
 void setPropertyName(String propertyName)
          Method to set the property name.
 
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

PropertyName

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

Parameters:
internal - the internal element.

PropertyName

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

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

getPropertyName

public String getPropertyName()
Method to obtain the property name.

Returns:
the property name.

setPropertyName

public void setPropertyName(String propertyName)
Method to set the property name.

Parameters:
propertyName - the property name.


Copyright © 2012 WSO2 Inc. All Rights Reserved.