public static class ManagedServiceAssertion.ImplementationRecord extends Object
Modifier | Constructor and Description |
---|---|
protected |
ImplementationRecord(String implementation,
Map<QName,String> parameters,
Collection<ManagedServiceAssertion.NestedParameters> nestedParameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getImplementation() |
Collection<ManagedServiceAssertion.NestedParameters> |
getNestedParameters()
Implementation elements may contain element parameters that contain
further parameters.
|
Map<QName,String> |
getParameters()
The parameters that were set for this implementation element.
|
int |
hashCode() |
String |
toString() |
protected ImplementationRecord(String implementation, Map<QName,String> parameters, Collection<ManagedServiceAssertion.NestedParameters> nestedParameters)
public String getImplementation()
public Map<QName,String> getParameters()
public Collection<ManagedServiceAssertion.NestedParameters> getNestedParameters()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.