public class JavaPluginInstance extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private BaseData[] |
dependencies |
private JavaPluginLC |
javaPluginLC |
private PluginProperty[] |
settings |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
JavaPluginInstance() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
BaseData[] |
getDependencies() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
JavaPluginLC |
getJavaPluginLC() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
PluginProperty[] |
getSettings() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDependencies(BaseData[] dependencies) |
void |
setJavaPluginLC(JavaPluginLC javaPluginLC) |
void |
setSettings(PluginProperty[] settings) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private BaseData[] dependencies
private JavaPluginLC javaPluginLC
private PluginProperty[] settings
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public BaseData[] getDependencies()
public void setDependencies(BaseData[] dependencies)
public JavaPluginLC getJavaPluginLC()
public void setJavaPluginLC(JavaPluginLC javaPluginLC)
public PluginProperty[] getSettings()
public void setSettings(PluginProperty[] settings)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)