org.gedcomx.rt
Interface SupportsExtensionAttributes
public interface SupportsExtensionAttributes
- Author:
- Ryan Heaton
getExtensionAttributes
Map<QName,String> getExtensionAttributes()
- Custom extension attributes for a resource.
- Returns:
- Custom extension attributes for a resource.
addExtensionAttribute
void addExtensionAttribute(QName qname,
String value)
- Add a custom extension attribute.
- Parameters:
qname - The qname of the attribute.value - The value of the attribute.
Copyright © 2016. All rights reserved.