public class KeyDescriptionArray extends Object implements Serializable
| Constructor and Description |
|---|
KeyDescriptionArray() |
KeyDescriptionArray(KeyDescriptionType[] array) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
KeyDescriptionType[] |
getArray()
Gets the array value for this KeyDescriptionArray.
|
KeyDescriptionType |
getArray(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setArray(int i,
KeyDescriptionType _value) |
void |
setArray(KeyDescriptionType[] array)
Sets the array value for this KeyDescriptionArray.
|
public KeyDescriptionArray()
public KeyDescriptionArray(KeyDescriptionType[] array)
public KeyDescriptionType[] getArray()
public void setArray(KeyDescriptionType[] array)
array - public KeyDescriptionType getArray(int i)
public void setArray(int i,
KeyDescriptionType _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.