public class ResourceArray extends Object implements Serializable
| Constructor and Description |
|---|
ResourceArray() |
ResourceArray(Resource[] resourceList) |
| 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
|
Resource[] |
getResourceList()
Gets the resourceList value for this ResourceArray.
|
Resource |
getResourceList(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 |
setResourceList(int i,
Resource _value) |
void |
setResourceList(Resource[] resourceList)
Sets the resourceList value for this ResourceArray.
|
public ResourceArray()
public ResourceArray(Resource[] resourceList)
public Resource[] getResourceList()
public void setResourceList(Resource[] resourceList)
resourceList - public Resource getResourceList(int i)
public void setResourceList(int i,
Resource _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.