interfaceelements
Class ModuleDescription

java.lang.Object
  extended by interfaceelements.ModuleDescription
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExtensionDescription

public class ModuleDescription
extends java.lang.Object
implements java.io.Serializable

Describes a LexBIG integrated software module.

See Also:
Serialized Form

Constructor Summary
ModuleDescription()
           
ModuleDescription(java.lang.String description, java.lang.String name, java.lang.String version)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this ModuleDescription.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getName()
          Gets the name value for this ModuleDescription.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersion()
          Gets the version value for this ModuleDescription.
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this ModuleDescription.
 void setName(java.lang.String name)
          Sets the name value for this ModuleDescription.
 void setVersion(java.lang.String version)
          Sets the version value for this ModuleDescription.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleDescription

public ModuleDescription()

ModuleDescription

public ModuleDescription(java.lang.String description,
                         java.lang.String name,
                         java.lang.String version)
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description value for this ModuleDescription.

Returns:
description A description of the module function, etc.

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ModuleDescription.

Parameters:
description - A description of the module function, etc.

getName

public java.lang.String getName()
Gets the name value for this ModuleDescription.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ModuleDescription.

Parameters:
name -

getVersion

public java.lang.String getVersion()
Gets the version value for this ModuleDescription.

Returns:
version

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this ModuleDescription.

Parameters:
version -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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