gov.nih.nci.cagrid.metadata.dataservice
Class DomainModelExposedUMLAssociationCollection

java.lang.Object
  extended by gov.nih.nci.cagrid.metadata.dataservice.DomainModelExposedUMLAssociationCollection
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  UMLAssociation[] UMLAssociation
           
 
Constructor Summary
DomainModelExposedUMLAssociationCollection()
           
DomainModelExposedUMLAssociationCollection(UMLAssociation[] UMLAssociation)
           
 
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
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
 UMLAssociation[] getUMLAssociation()
          Gets the UMLAssociation value for this DomainModelExposedUMLAssociationCollection.
 UMLAssociation getUMLAssociation(int i)
           
 int hashCode()
           
 void setUMLAssociation(int i, UMLAssociation _value)
           
 void setUMLAssociation(UMLAssociation[] UMLAssociation)
          Sets the UMLAssociation value for this DomainModelExposedUMLAssociationCollection.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UMLAssociation

private UMLAssociation[] UMLAssociation

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

DomainModelExposedUMLAssociationCollection

public DomainModelExposedUMLAssociationCollection()

DomainModelExposedUMLAssociationCollection

public DomainModelExposedUMLAssociationCollection(UMLAssociation[] UMLAssociation)
Method Detail

getUMLAssociation

public UMLAssociation[] getUMLAssociation()
Gets the UMLAssociation value for this DomainModelExposedUMLAssociationCollection.

Returns:
UMLAssociation

setUMLAssociation

public void setUMLAssociation(UMLAssociation[] UMLAssociation)
Sets the UMLAssociation value for this DomainModelExposedUMLAssociationCollection.

Parameters:
UMLAssociation -

getUMLAssociation

public UMLAssociation getUMLAssociation(int i)

setUMLAssociation

public void setUMLAssociation(int i,
                              UMLAssociation _value)

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