org.apache.ws.jaxme.xs.xml
public static class XsNamespaceList.Basic extends XsNamespaceList
| Constructor Summary | |
|---|---|
| protected | Basic(String pValue, XsAnyURI pTargetNamespace) |
| Method Summary | |
|---|---|
| boolean | equals(Object pOther) Implemented with |
| XsAnyURI[] | getUris() |
| int | hashCode() |
| boolean | isAny() |
| boolean | isOther() |
| String | toString() |
Implemented with Arrays#equals(Object[], Object[])
and the result of getUris.
Returns: An array with the URI's specified in the 'namespace' attribute.
Returns: An hash code suitable for applying
Arrays#equals(Object[], Object[]) on
the result of getUris.
Returns: false
Returns: false
Returns: The unmodified value of the 'namespace' attribute.