public class HADOOPArgumentResource extends Object implements Serializable
| Constructor and Description |
|---|
HADOOPArgumentResource() |
HADOOPArgumentResource(int order,
String resourceValue) |
| 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
|
int |
getOrder()
Gets the order value for this HADOOPArgumentResource.
|
String |
getResourceValue()
Gets the resourceValue value for this HADOOPArgumentResource.
|
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 |
setOrder(int order)
Sets the order value for this HADOOPArgumentResource.
|
void |
setResourceValue(String resourceValue)
Sets the resourceValue value for this HADOOPArgumentResource.
|
public HADOOPArgumentResource()
public HADOOPArgumentResource(int order,
String resourceValue)
public String getResourceValue()
public void setResourceValue(String resourceValue)
resourceValue - public int getOrder()
public void setOrder(int order)
order - 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.