com.sun.xml.ws.api.config.management.policy
Class ManagedServiceAssertion.ImplementationRecord
java.lang.Object
com.sun.xml.ws.api.config.management.policy.ManagedServiceAssertion.ImplementationRecord
- Enclosing class:
- ManagedServiceAssertion
public static class ManagedServiceAssertion.ImplementationRecord
- extends java.lang.Object
Return the implementation class name along with all parameters for the
implementation.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ManagedServiceAssertion.ImplementationRecord
protected ManagedServiceAssertion.ImplementationRecord(java.lang.String implementation,
java.util.Map<javax.xml.namespace.QName,java.lang.String> parameters,
java.util.Collection<ManagedServiceAssertion.NestedParameters> nestedParameters)
getImplementation
public java.lang.String getImplementation()
getParameters
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getParameters()
- The parameters that were set for this implementation element.
- Returns:
- The parameters that were set for this implementation element.
May be null.
getNestedParameters
public java.util.Collection<ManagedServiceAssertion.NestedParameters> getNestedParameters()
- Implementation elements may contain element parameters that contain
further parameters.
- Returns:
- The nested parameters that were set for this implementation element.
May be null.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.