cgl.axis.services.uddi.uddi_ext_schema
Class ServiceAttributeDetail

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

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

See Also:
Serialized Form

Constructor Summary
ServiceAttributeDetail()
           
ServiceAttributeDetail(ListDescription listDescription, MetadataBag metadataBag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ListDescription getListDescription()
          Gets the listDescription value for this ServiceAttributeDetail.
 MetadataBag getMetadataBag()
          Gets the metadataBag value for this ServiceAttributeDetail.
 int hashCode()
           
 void setListDescription(ListDescription listDescription)
          Sets the listDescription value for this ServiceAttributeDetail.
 void setMetadataBag(MetadataBag metadataBag)
          Sets the metadataBag value for this ServiceAttributeDetail.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAttributeDetail

public ServiceAttributeDetail()

ServiceAttributeDetail

public ServiceAttributeDetail(ListDescription listDescription,
                              MetadataBag metadataBag)
Method Detail

getListDescription

public ListDescription getListDescription()
Gets the listDescription value for this ServiceAttributeDetail.

Returns:
listDescription

setListDescription

public void setListDescription(ListDescription listDescription)
Sets the listDescription value for this ServiceAttributeDetail.

Parameters:
listDescription -

getMetadataBag

public MetadataBag getMetadataBag()
Gets the metadataBag value for this ServiceAttributeDetail.

Returns:
metadataBag

setMetadataBag

public void setMetadataBag(MetadataBag metadataBag)
Sets the metadataBag value for this ServiceAttributeDetail.

Parameters:
metadataBag -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()