public class GHNArray extends Object implements Serializable
| Constructor and Description |
|---|
GHNArray() |
GHNArray(String[] GHNElement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String[] |
getGHNElement()
Gets the GHNElement value for this GHNArray.
|
String |
getGHNElement(int i) |
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 |
setGHNElement(int i,
String _value) |
void |
setGHNElement(String[] GHNElement)
Sets the GHNElement value for this GHNArray.
|
public GHNArray()
public GHNArray(String[] GHNElement)
public String[] getGHNElement()
public void setGHNElement(String[] GHNElement)
GHNElement - public String getGHNElement(int i)
public void setGHNElement(int i,
String _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All Rights Reserved.