public class PluginDescription extends Object implements Serializable
| Constructor and Description |
|---|
PluginDescription() |
PluginDescription(String description,
String name,
org.gcube.common.core.types.DescriptiveProperty[] property,
String[] schema) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getName()
public void setName(String name)
name - public String getDescription()
public void setDescription(String description)
description - public org.gcube.common.core.types.DescriptiveProperty[] getProperty()
public void setProperty(org.gcube.common.core.types.DescriptiveProperty[] property)
property - public org.gcube.common.core.types.DescriptiveProperty getProperty(int i)
public void setProperty(int i,
org.gcube.common.core.types.DescriptiveProperty _value)
public String[] getSchema()
public void setSchema(String[] schema)
schema - public String getSchema(int i)
public void setSchema(int i,
String _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.