org.exist.soap
Class IndexedElement

java.lang.Object
  extended by org.exist.soap.IndexedElement
All Implemented Interfaces:
Serializable

public class IndexedElement
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
IndexedElement()
           
IndexedElement(String localName, String namespaceURI, String prefix, int occurences)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getLocalName()
          Gets the localName value for this IndexedElement.
 String getNamespaceURI()
          Gets the namespaceURI value for this IndexedElement.
 int getOccurences()
          Gets the occurences value for this IndexedElement.
 String getPrefix()
          Gets the prefix value for this IndexedElement.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setLocalName(String localName)
          Sets the localName value for this IndexedElement.
 void setNamespaceURI(String namespaceURI)
          Sets the namespaceURI value for this IndexedElement.
 void setOccurences(int occurences)
          Sets the occurences value for this IndexedElement.
 void setPrefix(String prefix)
          Sets the prefix value for this IndexedElement.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedElement

public IndexedElement()

IndexedElement

public IndexedElement(String localName,
                      String namespaceURI,
                      String prefix,
                      int occurences)
Method Detail

getLocalName

public String getLocalName()
Gets the localName value for this IndexedElement.

Returns:
localName

setLocalName

public void setLocalName(String localName)
Sets the localName value for this IndexedElement.

Parameters:
localName -

getNamespaceURI

public String getNamespaceURI()
Gets the namespaceURI value for this IndexedElement.

Returns:
namespaceURI

setNamespaceURI

public void setNamespaceURI(String namespaceURI)
Sets the namespaceURI value for this IndexedElement.

Parameters:
namespaceURI -

getPrefix

public String getPrefix()
Gets the prefix value for this IndexedElement.

Returns:
prefix

setPrefix

public void setPrefix(String prefix)
Sets the prefix value for this IndexedElement.

Parameters:
prefix -

getOccurences

public int getOccurences()
Gets the occurences value for this IndexedElement.

Returns:
occurences

setOccurences

public void setOccurences(int occurences)
Sets the occurences value for this IndexedElement.

Parameters:
occurences -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright (C) Wolfgang Meier. All rights reserved.