Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertyValue()
Method to obtain the property value.
|
void |
setPropertyValue(String propertyValue)
Method to sets the property value.
|
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 PropertyValue(org.apache.abdera.model.Element internal)
internal
- the internal element.public PropertyValue(org.apache.abdera.factory.Factory factory, QName qName)
factory
- the factoryqName
- the qualified name.Copyright © 2016 WSO2 Inc. All Rights Reserved.