public class ExtOptions extends Object implements Serializable
| Constructor and Description |
|---|
ExtOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension(Object key,
String value)
Method addExtension.
|
boolean |
equals(Object other)
Method equals.
|
Map<Object,String> |
getExtensions()
Method getExtensions.
|
String |
getXmlnsNamespaceURI()
Get the URI of the extension xmlns namespace.
|
String |
getXmlnsPrefix()
Get the extension xmlns prefix.
|
int |
hashCode()
Method hashCode.
|
void |
setExtensions(Map extensions)
Set extra vocabulary as key/value.
|
void |
setXmlnsNamespaceURI(String xmlnsNamespaceURI)
Set the URI of the extension xmlns namespace.
|
void |
setXmlnsPrefix(String xmlnsPrefix)
Set the extension xmlns prefix.
|
String |
toString()
Method toString.
|
public void addExtension(Object key, String value)
key - value - public boolean equals(Object other)
public String getXmlnsNamespaceURI()
public String getXmlnsPrefix()
public void setExtensions(Map extensions)
extensions - public void setXmlnsNamespaceURI(String xmlnsNamespaceURI)
xmlnsNamespaceURI - public void setXmlnsPrefix(String xmlnsPrefix)
xmlnsPrefix - Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.