public class HADOOPOutputResource extends Object implements Serializable
| Constructor and Description |
|---|
HADOOPOutputResource() |
HADOOPOutputResource(boolean cleanup,
String resourceAccess,
AccessInfo resourceAccessInfo,
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
|
String |
getResourceAccess()
Gets the resourceAccess value for this HADOOPOutputResource.
|
AccessInfo |
getResourceAccessInfo()
Gets the resourceAccessInfo value for this HADOOPOutputResource.
|
String |
getResourceKey()
Gets the resourceKey value for this HADOOPOutputResource.
|
String |
getResourceReference()
Gets the resourceReference value for this HADOOPOutputResource.
|
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 HADOOPOutputResource.
|
void |
setCleanup(boolean cleanup)
Sets the cleanup value for this HADOOPOutputResource.
|
void |
setResourceAccess(String resourceAccess)
Sets the resourceAccess value for this HADOOPOutputResource.
|
void |
setResourceAccessInfo(AccessInfo resourceAccessInfo)
Sets the resourceAccessInfo value for this HADOOPOutputResource.
|
void |
setResourceKey(String resourceKey)
Sets the resourceKey value for this HADOOPOutputResource.
|
void |
setResourceReference(String resourceReference)
Sets the resourceReference value for this HADOOPOutputResource.
|
public HADOOPOutputResource()
public HADOOPOutputResource(boolean cleanup,
String resourceAccess,
AccessInfo resourceAccessInfo,
String resourceKey,
String resourceReference)
public String getResourceKey()
public void setResourceKey(String resourceKey)
resourceKey - public String getResourceAccess()
public void setResourceAccess(String resourceAccess)
resourceAccess - public AccessInfo getResourceAccessInfo()
public void setResourceAccessInfo(AccessInfo resourceAccessInfo)
resourceAccessInfo - public String getResourceReference()
public void setResourceReference(String resourceReference)
resourceReference - 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.