public class HADOOPInputResource extends Object implements Serializable
| Constructor and Description |
|---|
HADOOPInputResource() |
HADOOPInputResource(boolean cleanup,
byte[] inMessageBytePayload,
String inMessageStringPayload,
String resourceAccess,
String resourceKey,
String resourceReference) |
| 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
|
byte[] |
getInMessageBytePayload()
Gets the inMessageBytePayload value for this HADOOPInputResource.
|
String |
getInMessageStringPayload()
Gets the inMessageStringPayload value for this HADOOPInputResource.
|
String |
getResourceAccess()
Gets the resourceAccess value for this HADOOPInputResource.
|
String |
getResourceKey()
Gets the resourceKey value for this HADOOPInputResource.
|
String |
getResourceReference()
Gets the resourceReference value for this HADOOPInputResource.
|
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() |
boolean |
isCleanup()
Gets the cleanup value for this HADOOPInputResource.
|
void |
setCleanup(boolean cleanup)
Sets the cleanup value for this HADOOPInputResource.
|
void |
setInMessageBytePayload(byte[] inMessageBytePayload)
Sets the inMessageBytePayload value for this HADOOPInputResource.
|
void |
setInMessageStringPayload(String inMessageStringPayload)
Sets the inMessageStringPayload value for this HADOOPInputResource.
|
void |
setResourceAccess(String resourceAccess)
Sets the resourceAccess value for this HADOOPInputResource.
|
void |
setResourceKey(String resourceKey)
Sets the resourceKey value for this HADOOPInputResource.
|
void |
setResourceReference(String resourceReference)
Sets the resourceReference value for this HADOOPInputResource.
|
public String getResourceKey()
public void setResourceKey(String resourceKey)
resourceKey - public String getResourceAccess()
public void setResourceAccess(String resourceAccess)
resourceAccess - public String getResourceReference()
public void setResourceReference(String resourceReference)
resourceReference - public byte[] getInMessageBytePayload()
public void setInMessageBytePayload(byte[] inMessageBytePayload)
inMessageBytePayload - public String getInMessageStringPayload()
public void setInMessageStringPayload(String inMessageStringPayload)
inMessageStringPayload - public boolean isCleanup()
public void setCleanup(boolean cleanup)
cleanup - 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.