gov.nih.nci.cagrid.sdkquery4.beans.domaininfo
Class DomainType

java.lang.Object
  extended by gov.nih.nci.cagrid.sdkquery4.beans.domaininfo.DomainType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
DomainType()
           
DomainType(java.lang.String javaClassName, java.lang.String[] subclassName, java.lang.String superclassName, TypeAttribute[] typeAttribute)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getJavaClassName()
          Gets the javaClassName value for this DomainType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String[] getSubclassName()
          Gets the subclassName value for this DomainType.
 java.lang.String getSubclassName(int i)
           
 java.lang.String getSuperclassName()
          Gets the superclassName value for this DomainType.
 TypeAttribute[] getTypeAttribute()
          Gets the typeAttribute value for this DomainType.
 TypeAttribute getTypeAttribute(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setJavaClassName(java.lang.String javaClassName)
          Sets the javaClassName value for this DomainType.
 void setSubclassName(int i, java.lang.String _value)
           
 void setSubclassName(java.lang.String[] subclassName)
          Sets the subclassName value for this DomainType.
 void setSuperclassName(java.lang.String superclassName)
          Sets the superclassName value for this DomainType.
 void setTypeAttribute(int i, TypeAttribute _value)
           
 void setTypeAttribute(TypeAttribute[] typeAttribute)
          Sets the typeAttribute value for this DomainType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainType

public DomainType()

DomainType

public DomainType(java.lang.String javaClassName,
                  java.lang.String[] subclassName,
                  java.lang.String superclassName,
                  TypeAttribute[] typeAttribute)
Method Detail

getTypeAttribute

public TypeAttribute[] getTypeAttribute()
Gets the typeAttribute value for this DomainType.

Returns:
typeAttribute

setTypeAttribute

public void setTypeAttribute(TypeAttribute[] typeAttribute)
Sets the typeAttribute value for this DomainType.

Parameters:
typeAttribute -

getTypeAttribute

public TypeAttribute getTypeAttribute(int i)

setTypeAttribute

public void setTypeAttribute(int i,
                             TypeAttribute _value)

getSubclassName

public java.lang.String[] getSubclassName()
Gets the subclassName value for this DomainType.

Returns:
subclassName

setSubclassName

public void setSubclassName(java.lang.String[] subclassName)
Sets the subclassName value for this DomainType.

Parameters:
subclassName -

getSubclassName

public java.lang.String getSubclassName(int i)

setSubclassName

public void setSubclassName(int i,
                            java.lang.String _value)

getSuperclassName

public java.lang.String getSuperclassName()
Gets the superclassName value for this DomainType.

Returns:
superclassName

setSuperclassName

public void setSuperclassName(java.lang.String superclassName)
Sets the superclassName value for this DomainType.

Parameters:
superclassName -

getJavaClassName

public java.lang.String getJavaClassName()
Gets the javaClassName value for this DomainType.

Returns:
javaClassName

setJavaClassName

public void setJavaClassName(java.lang.String javaClassName)
Sets the javaClassName value for this DomainType.

Parameters:
javaClassName -

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