cgl.axis.services.uddi.uddi_schema
Class Save_business

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

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

See Also:
Serialized Form

Constructor Summary
Save_business()
           
Save_business(AuthInfo authInfo, BusinessEntity[] businessEntity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Save_business.
 BusinessEntity[] getBusinessEntity()
          Gets the businessEntity value for this Save_business.
 BusinessEntity getBusinessEntity(int i)
           
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Save_business.
 void setBusinessEntity(BusinessEntity[] businessEntity)
          Sets the businessEntity value for this Save_business.
 void setBusinessEntity(int i, BusinessEntity _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Save_business

public Save_business()

Save_business

public Save_business(AuthInfo authInfo,
                     BusinessEntity[] businessEntity)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getBusinessEntity

public BusinessEntity[] getBusinessEntity()
Gets the businessEntity value for this Save_business.

Returns:
businessEntity

setBusinessEntity

public void setBusinessEntity(BusinessEntity[] businessEntity)
Sets the businessEntity value for this Save_business.

Parameters:
businessEntity -

getBusinessEntity

public BusinessEntity getBusinessEntity(int i)

setBusinessEntity

public void setBusinessEntity(int i,
                              BusinessEntity _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()