|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.soap.Strings
public class Strings
Constructor Summary | |
---|---|
Strings()
|
|
Strings(String[] elements)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String[] |
getElements()
Gets the elements value for this Strings. |
String |
getElements(int i)
|
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setElements(int i,
String _value)
|
void |
setElements(String[] elements)
Sets the elements value for this Strings. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Strings()
public Strings(String[] elements)
Method Detail |
---|
public String[] getElements()
public void setElements(String[] elements)
elements
- public String getElements(int i)
public void setElements(int i, String _value)
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 |