| java.lang.Object com.sun.xml.ws.policy.Policy com.sun.xml.ws.policy.NestedPolicy
NestedPolicy | final public class NestedPolicy extends Policy (Code) | | A special policy implementation that assures that only no or single policy alternative is possible within this type of policy.
author: Marek Potociar |
equals | public boolean equals(Object obj)(Code) | | An
Object.equals(Object obj) method override.
|
getAssertionSet | public AssertionSet getAssertionSet()(Code) | | Returns the AssertionSet instance representing a single policy alterantive held wihtin this nested policy object.
If the nested policy represents a policy with no alternatives (i.e. nothing is allowed) the method returns
null .
nested policy alternative represented by AssertionSet object. May return null in case the nested policyrepresents 'nothing allowed' policy. |
hashCode | public int hashCode()(Code) | | |
toString | public String toString()(Code) | | An
Object.toString() method override.
|
toString | StringBuffer toString(int indentLevel, StringBuffer buffer)(Code) | | A helper method that appends indented string representation of this instance to the input string buffer.
Parameters: indentLevel - indentation level to be used. Parameters: buffer - buffer to be used for appending string representation of this instance modified buffer containing new string representation of the instance |
|
|