public class JobOutput extends Object implements Serializable
| Constructor and Description |
|---|
JobOutput() |
JobOutput(String key,
String storageSystemID,
String subKey) |
| 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 |
getKey()
Gets the key value for this JobOutput.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStorageSystemID()
Gets the storageSystemID value for this JobOutput.
|
String |
getSubKey()
Gets the subKey value for this JobOutput.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setKey(String key)
Sets the key value for this JobOutput.
|
void |
setStorageSystemID(String storageSystemID)
Sets the storageSystemID value for this JobOutput.
|
void |
setSubKey(String subKey)
Sets the subKey value for this JobOutput.
|
public String getKey()
public void setKey(String key)
key - public String getSubKey()
public void setSubKey(String subKey)
subKey - public String getStorageSystemID()
public void setStorageSystemID(String storageSystemID)
storageSystemID - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2016. All Rights Reserved.