cgl.axis.services.uddi.uddi_schema
Class TModelBag

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.TModelBag
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
TModelBag()
           
TModelBag(org.apache.axis.types.URI[] TModelKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI[] getTModelKey()
          Gets the TModelKey value for this TModelBag.
 org.apache.axis.types.URI getTModelKey(int i)
           
 int hashCode()
           
 void setTModelKey(int i, org.apache.axis.types.URI _value)
           
 void setTModelKey(org.apache.axis.types.URI[] TModelKey)
          Sets the TModelKey value for this TModelBag.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelBag

public TModelBag()

TModelBag

public TModelBag(org.apache.axis.types.URI[] TModelKey)
Method Detail

getTModelKey

public org.apache.axis.types.URI[] getTModelKey()
Gets the TModelKey value for this TModelBag.

Returns:
TModelKey

setTModelKey

public void setTModelKey(org.apache.axis.types.URI[] TModelKey)
Sets the TModelKey value for this TModelBag.

Parameters:
TModelKey -

getTModelKey

public org.apache.axis.types.URI getTModelKey(int i)

setTModelKey

public void setTModelKey(int i,
                         org.apache.axis.types.URI _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()