biz.hammurapi.rules.jsr94
Class FileRuleServiceProvider.Registration
java.lang.Object
biz.hammurapi.rules.jsr94.FileRuleServiceProvider.Registration
- All Implemented Interfaces:
- biz.hammurapi.xml.dom.DomSerializable
- Enclosing class:
- FileRuleServiceProvider
public static class FileRuleServiceProvider.Registration
- extends java.lang.Object
- implements biz.hammurapi.xml.dom.DomSerializable
Registration entry
- Version:
- ${Revision}
- Author:
- Pavel Vlasov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileRuleServiceProvider.Registration
public FileRuleServiceProvider.Registration(org.w3c.dom.Node configNode)
throws biz.hammurapi.config.ConfigurationException,
javax.xml.xpath.XPathExpressionException
- Throws:
biz.hammurapi.config.ConfigurationException
javax.xml.xpath.XPathExpressionException
FileRuleServiceProvider.Registration
public FileRuleServiceProvider.Registration(java.lang.String uri,
java.lang.String ref,
org.w3c.dom.Node value,
java.util.Map properties)
getUri
public java.lang.String getUri()
- Returns:
- Returns the uri.
setUri
public void setUri(java.lang.String uri)
- Parameters:
uri
- The uri to set.
getRef
public java.lang.String getRef()
- Returns:
- Returns the ref.
setRef
public void setRef(java.lang.String ref)
- Parameters:
ref
- The ref to set.
getValue
public org.w3c.dom.Node getValue()
- Returns:
- Returns the value.
setValue
public void setValue(org.w3c.dom.Node value)
- Parameters:
value
- The value to set.
toDom
public void toDom(org.w3c.dom.Element holder)
- Specified by:
toDom
in interface biz.hammurapi.xml.dom.DomSerializable
getProperties
public java.util.Map getProperties()
- Returns:
- Returns the properties.
Copyright © 2005 Hammurapi Group. All Rights Reserved.