© 2002 BEA Systems, Inc.


com.bea.p13n.rules.manager
Interface RuleSetArchive


public interface RuleSetArchive
extends java.io.Serializable

Interface that defines a rule set packaged for deployment. Use the DeploymentFactory to create instances that implement this interface.

See Also:
DeploymentFactory, RulesManager

Method Summary
 java.lang.String getRuleSet()
          Returns the packaged rule set expressed as an XML string.
 java.lang.String getUri()
          Returns the URI for the packaged rule set.
 void setRuleSet(java.lang.String xml)
          Set the XML string for the packaged rule set.
 void setUri(java.lang.String uri)
          Set the URI for the packaged rule set.
 

Method Detail

getUri

public java.lang.String getUri()
Returns the URI for the packaged rule set. The URI uniquely identifies the rule set.

Returns:
the rule set URI.

setUri

public void setUri(java.lang.String uri)
Set the URI for the packaged rule set. The URI uniquely identifies the rule set.

Parameters:
uri - the rule set URI.

getRuleSet

public java.lang.String getRuleSet()
Returns the packaged rule set expressed as an XML string. The XML string must conform to one of the rule set XML Schemas.

Returns:
the rule set XML string.

setRuleSet

public void setRuleSet(java.lang.String xml)
Set the XML string for the packaged rule set. The XML string must conform to one of the rule set XML Schemas.

Parameters:
xml - the rule set XML string.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved