cgl.axis.services.uddi.uddi_ext_schema
Class ServiceAttributeList

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_ext_schema.ServiceAttributeList
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceAttributeList()
           
ServiceAttributeList(ServiceAttributeInfos serviceAttributeInfos)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ServiceAttributeInfos getServiceAttributeInfos()
          Gets the serviceAttributeInfos value for this ServiceAttributeList.
 int hashCode()
           
 void setServiceAttributeInfos(ServiceAttributeInfos serviceAttributeInfos)
          Sets the serviceAttributeInfos value for this ServiceAttributeList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAttributeList

public ServiceAttributeList()

ServiceAttributeList

public ServiceAttributeList(ServiceAttributeInfos serviceAttributeInfos)
Method Detail

getServiceAttributeInfos

public ServiceAttributeInfos getServiceAttributeInfos()
Gets the serviceAttributeInfos value for this ServiceAttributeList.

Returns:
serviceAttributeInfos

setServiceAttributeInfos

public void setServiceAttributeInfos(ServiceAttributeInfos serviceAttributeInfos)
Sets the serviceAttributeInfos value for this ServiceAttributeList.

Parameters:
serviceAttributeInfos -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()