org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class SMFile

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMResource
      extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMFile
All Implemented Interfaces:
Serializable

public class SMFile
extends SMResource
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMFile()
           
SMFile(String mimeType, String url)
           
 
Method Summary
 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.
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 setUrl(String url)
          Sets the url value for this SMFile.
 
Methods inherited from class org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMResource
getDescription, getName, getResourceId, getResourceType, setDescription, setName, setResourceId, setResourceType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMFile

public SMFile()

SMFile

public SMFile(String mimeType,
              String url)
Method Detail

getUrl

public String getUrl()
Gets the url value for this SMFile.

Returns:
url

setUrl

public void setUrl(String url)
Sets the url value for this SMFile.

Parameters:
url -

getMimeType

public String getMimeType()
Gets the mimeType value for this SMFile.

Returns:
mimeType

setMimeType

public void setMimeType(String mimeType)
Sets the mimeType value for this SMFile.

Parameters:
mimeType -

equals

public boolean equals(Object obj)
Overrides:
equals in class SMResource

hashCode

public int hashCode()
Overrides:
hashCode in class SMResource

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.