org.gcube_system.namespaces.application.aquamaps.types
Class File

java.lang.Object
  extended by org.gcube_system.namespaces.application.aquamaps.types.File
All Implemented Interfaces:
Serializable

public class File
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
File()
           
File(String name, String type, 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 getName()
          Gets the name value for this File.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getType()
          Gets the type value for this File.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUrl()
          Gets the url value for this File.
 int hashCode()
           
 void setName(String name)
          Sets the name value for this File.
 void setType(String type)
          Sets the type value for this File.
 void setUrl(String url)
          Sets the url value for this File.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File

public File()

File

public File(String name,
            String type,
            String url)
Method Detail

getName

public String getName()
Gets the name value for this File.

Returns:
name

setName

public void setName(String name)
Sets the name value for this File.

Parameters:
name -

getType

public String getType()
Gets the type value for this File.

Returns:
type

setType

public void setType(String type)
Sets the type value for this File.

Parameters:
type -

getUrl

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

Returns:
url

setUrl

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

Parameters:
url -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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 © 2013. All Rights Reserved.