Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.xs.xml.XsNamespaceList
org.apache.ws.jaxme.xs.xml.XsNamespaceList.Basic
public static class XsNamespaceList.Basic
extends XsNamespaceList
XsNamespaceList
.
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.ws.jaxme.xs.xml.XsNamespaceList | |
XsNamespaceList.Basic , XsNamespaceList.Other |
Field Summary |
Fields inherited from class org.apache.ws.jaxme.xs.xml.XsNamespaceList | |
ANY |
Method Summary | |
boolean | |
XsAnyURI[] |
|
int |
|
boolean |
|
boolean |
|
String |
|
Methods inherited from class org.apache.ws.jaxme.xs.xml.XsNamespaceList | |
getUris , isAny , isOther , valueOf |
public boolean equals(Object pOther)
Implemented withArrays.equals(Object[], Object[])
and the result ofgetUris()
.
public XsAnyURI[] getUris()
- Overrides:
- getUris in interface XsNamespaceList
- Returns:
- An array with the URI's specified in the 'namespace' attribute.
public int hashCode()
- Returns:
- An hash code suitable for applying
Arrays.equals(Object[], Object[])
on the result ofgetUris()
.
public String toString()
- Returns:
- The unmodified value of the 'namespace' attribute.