|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.soap.IndexedElement
public class IndexedElement
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 |
---|
public IndexedElement()
public IndexedElement(String localName, String namespaceURI, String prefix, int occurences)
Method Detail |
---|
public String getLocalName()
public void setLocalName(String localName)
localName
- public String getNamespaceURI()
public void setNamespaceURI(String namespaceURI)
namespaceURI
- public String getPrefix()
public void setPrefix(String prefix)
prefix
- public int getOccurences()
public void setOccurences(int occurences)
occurences
- public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |