cgl.axis.services.uddi.uddi_ext_schema
Class Save_serviceAttribute

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

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

See Also:
Serialized Form

Constructor Summary
Save_serviceAttribute()
           
Save_serviceAttribute(AuthInfo authInfo, MetadataBag metadataBag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Save_serviceAttribute.
 MetadataBag getMetadataBag()
          Gets the metadataBag value for this Save_serviceAttribute.
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Save_serviceAttribute.
 void setMetadataBag(MetadataBag metadataBag)
          Sets the metadataBag value for this Save_serviceAttribute.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Save_serviceAttribute

public Save_serviceAttribute()

Save_serviceAttribute

public Save_serviceAttribute(AuthInfo authInfo,
                             MetadataBag metadataBag)
Method Detail

getAuthInfo

public AuthInfo getAuthInfo()
Gets the authInfo value for this Save_serviceAttribute.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)
Sets the authInfo value for this Save_serviceAttribute.

Parameters:
authInfo -

getMetadataBag

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

Returns:
metadataBag

setMetadataBag

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

Parameters:
metadataBag -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()