Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName()
Method to obtain the property name.
|
void |
setPropertyName(String propertyName)
Method to set the property name.
|
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
public PropertyName(org.apache.abdera.model.Element internal)
internal
- the internal element.public PropertyName(org.apache.abdera.factory.Factory factory, QName qName)
factory
- the factoryqName
- the qualified name.Copyright © 2015 WSO2 Inc. All Rights Reserved.