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 {@link Arrays#equals(Object[], Object[])} and the result of {@link #getUris()}. |
XsAnyURI[] | getUris() |
int | hashCode() |
boolean | isAny() |
boolean | isOther() |
String | toString() |
Implemented with {@link Arrays#equals(Object[], Object[])} and the result of {@link #getUris()}.
Returns: An array with the URI's specified in the 'namespace' attribute.
Returns: An hash code suitable for applying {@link Arrays#equals(Object[], Object[])} on the result of {@link #getUris()}.
Returns: false
Returns: false
Returns: The unmodified value of the 'namespace' attribute.