org.apache.ws.jaxme.xs.xml
public static class XsNamespaceList.Other extends XsNamespaceList
A namespace list matching "##other" with the given
target namespace pTargetNamespace
.
Constructor Summary | |
---|---|
protected | Other(XsAnyURI pTargetNamespace) |
Method Summary | |
---|---|
boolean | equals(Object pOther) Returns, whether this is an instance of {@link Other} with the same target namespace. |
XsAnyURI[] | getUris() |
int | hashCode() Returns getUris()[0].hashCode(). |
boolean | isAny() |
boolean | isOther() |
String | toString() |
Returns, whether this is an instance of {@link Other} with the same target namespace.
Returns: An array with a single element (the target namespace or "")
Returns getUris()[0].hashCode().
Returns: false
Returns: true
Returns: The string "##other".