public interface SubPolicyAssertion extends Assertion
Modifier and Type | Method and Description |
---|---|
Assertion |
cloneAssertion()
Returns a cloned version of this assertion.
|
boolean |
contains(javax.xml.namespace.QName assertionName)
Returns whether an assertion with the given QName is present in the
sub-policy.
|
Policy |
getSubPolicy()
Returns this assertions sub-policy.
|
void |
setSubPolicy(Policy subPolicy)
Sets this assertion's sub-policy.
|
getName, isIgnorable, isOptional, setIsIgnorable, setIsOptional, setName
Policy getSubPolicy()
void setSubPolicy(Policy subPolicy)
boolean contains(javax.xml.namespace.QName assertionName)
assertionName
- QName of the assertion being searched for.Assertion cloneAssertion() throws com.digev.fw.exception.GException
com.digev.fw.exception.GException
Rogue Wave, Inc. Copyright (C) 2000-2019, All rights reserved
This software is the confidential and proprietary information of Rogue Wave, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Rogue Wave, Inc.