org.apache.ws.jaxme.xs.xml

Class XsNamespaceList.Basic

public static class XsNamespaceList.Basic extends XsNamespaceList

Constructor Summary
protected Basic(String pValue, XsAnyURI pTargetNamespace)
Method Summary
booleanequals(Object pOther)

Implemented with Arrays#equals(Object[], Object[]) and the result of getUris.

XsAnyURI[]getUris()
inthashCode()
booleanisAny()
booleanisOther()
StringtoString()

Constructor Detail

Basic

protected Basic(String pValue, XsAnyURI pTargetNamespace)

Method Detail

equals

public boolean equals(Object pOther)

Implemented with Arrays#equals(Object[], Object[]) and the result of getUris.

getUris

public XsAnyURI[] getUris()

Returns: An array with the URI's specified in the 'namespace' attribute.

hashCode

public int hashCode()

Returns: An hash code suitable for applying Arrays#equals(Object[], Object[]) on the result of getUris.

isAny

public boolean isAny()

Returns: false

isOther

public boolean isOther()

Returns: false

toString

public String toString()

Returns: The unmodified value of the 'namespace' attribute.