public class SMImport extends SMOperation implements Serializable
| 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 |
getFileName()
Gets the fileName value for this SMImport.
|
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 |
setFileName(String fileName)
Sets the fileName value for this SMImport.
|
getAbstractResource, getCompletedDate, getDescription, getOperationId, getOperationStatus, getOperationType, getPortalLogin, getSubmissionDate, setAbstractResource, setCompletedDate, setDescription, setOperationId, setOperationStatus, setOperationType, setPortalLogin, setSubmissionDatepublic SMImport()
public SMImport(String fileName)
public String getFileName()
public void setFileName(String fileName)
fileName - public boolean equals(Object obj)
equals in class SMOperationpublic int hashCode()
hashCode in class SMOperationpublic 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.