|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinterfaceelements.ModuleDescription
public class ModuleDescription
Describes a LexBIG integrated software module.
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
description
A description of the module function, etc. |
private java.lang.String |
name
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private java.lang.String |
version
|
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 |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String description
private java.lang.String name
private java.lang.String version
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public ModuleDescription()
public ModuleDescription(java.lang.String description, java.lang.String name, java.lang.String version)
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- A description of the module function, etc.public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |