org.gcube.data.tm.stubs
Class PluginDescription

java.lang.Object
  extended by org.gcube.data.tm.stubs.PluginDescription
All Implemented Interfaces:
Serializable

public class PluginDescription
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PluginDescription()
           
PluginDescription(String description, String name, org.gcube.common.core.types.DescriptiveProperty[] property, String[] schema)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this PluginDescription.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this PluginDescription.
 org.gcube.common.core.types.DescriptiveProperty[] getProperty()
          Gets the property value for this PluginDescription.
 org.gcube.common.core.types.DescriptiveProperty getProperty(int i)
           
 String[] getSchema()
          Gets the schema value for this PluginDescription.
 String getSchema(int i)
           
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 setDescription(String description)
          Sets the description value for this PluginDescription.
 void setName(String name)
          Sets the name value for this PluginDescription.
 void setProperty(org.gcube.common.core.types.DescriptiveProperty[] property)
          Sets the property value for this PluginDescription.
 void setProperty(int i, org.gcube.common.core.types.DescriptiveProperty _value)
           
 void setSchema(int i, String _value)
           
 void setSchema(String[] schema)
          Sets the schema value for this PluginDescription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginDescription

public PluginDescription()

PluginDescription

public PluginDescription(String description,
                         String name,
                         org.gcube.common.core.types.DescriptiveProperty[] property,
                         String[] schema)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

public String getDescription()
Gets the description value for this PluginDescription.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this PluginDescription.

Parameters:
description -

getProperty

public org.gcube.common.core.types.DescriptiveProperty[] getProperty()
Gets the property value for this PluginDescription.

Returns:
property

setProperty

public void setProperty(org.gcube.common.core.types.DescriptiveProperty[] property)
Sets the property value for this PluginDescription.

Parameters:
property -

getProperty

public org.gcube.common.core.types.DescriptiveProperty getProperty(int i)

setProperty

public void setProperty(int i,
                        org.gcube.common.core.types.DescriptiveProperty _value)

getSchema

public String[] getSchema()
Gets the schema value for this PluginDescription.

Returns:
schema

setSchema

public void setSchema(String[] schema)
Sets the schema value for this PluginDescription.

Parameters:
schema -

getSchema

public String getSchema(int i)

setSchema

public void setSchema(int i,
                      String _value)

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.