public class SMFile extends SMResource implements Serializable
| Constructor and Description |
|---|
SMFile() |
SMFile(String mimeType,
String remoteName,
String url) |
| 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 |
getMimeType()
Gets the mimeType value for this SMFile.
|
String |
getRemoteName()
Gets the remoteName value for this SMFile.
|
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
|
String |
getUrl()
Gets the url value for this SMFile.
|
int |
hashCode() |
void |
setMimeType(String mimeType)
Sets the mimeType value for this SMFile.
|
void |
setRemoteName(String remoteName)
Sets the remoteName value for this SMFile.
|
void |
setUrl(String url)
Sets the url value for this SMFile.
|
getAlgorithm, getCreationDate, getDescription, getName, getOperationId, getPortalLogin, getProvenance, getResourceId, getResourceType, setAlgorithm, setCreationDate, setDescription, setName, setOperationId, setPortalLogin, setProvenance, setResourceId, setResourceTypepublic String getUrl()
public void setUrl(String url)
url - public String getMimeType()
public void setMimeType(String mimeType)
mimeType - public String getRemoteName()
public void setRemoteName(String remoteName)
remoteName - public boolean equals(Object obj)
equals in class SMResourcepublic int hashCode()
hashCode in class SMResourcepublic 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.