cgl.axis.services.uddi.uddi_ext_schema
Class ServiceAttributeInfo

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

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

See Also:
Serialized Form

Constructor Summary
ServiceAttributeInfo()
           
ServiceAttributeInfo(org.apache.axis.types.URI attributeKey, java.lang.String keyName, java.lang.String keyType, org.apache.axis.types.URI serviceKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getAttributeKey()
          Gets the attributeKey value for this ServiceAttributeInfo.
 java.lang.String getKeyName()
          Gets the keyName value for this ServiceAttributeInfo.
 java.lang.String getKeyType()
          Gets the keyType value for this ServiceAttributeInfo.
 org.apache.axis.types.URI getServiceKey()
          Gets the serviceKey value for this ServiceAttributeInfo.
 int hashCode()
           
 void setAttributeKey(org.apache.axis.types.URI attributeKey)
          Sets the attributeKey value for this ServiceAttributeInfo.
 void setKeyName(java.lang.String keyName)
          Sets the keyName value for this ServiceAttributeInfo.
 void setKeyType(java.lang.String keyType)
          Sets the keyType value for this ServiceAttributeInfo.
 void setServiceKey(org.apache.axis.types.URI serviceKey)
          Sets the serviceKey value for this ServiceAttributeInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAttributeInfo

public ServiceAttributeInfo()

ServiceAttributeInfo

public ServiceAttributeInfo(org.apache.axis.types.URI attributeKey,
                            java.lang.String keyName,
                            java.lang.String keyType,
                            org.apache.axis.types.URI serviceKey)
Method Detail

getAttributeKey

public org.apache.axis.types.URI getAttributeKey()
Gets the attributeKey value for this ServiceAttributeInfo.

Returns:
attributeKey

setAttributeKey

public void setAttributeKey(org.apache.axis.types.URI attributeKey)
Sets the attributeKey value for this ServiceAttributeInfo.

Parameters:
attributeKey -

getKeyName

public java.lang.String getKeyName()
Gets the keyName value for this ServiceAttributeInfo.

Returns:
keyName

setKeyName

public void setKeyName(java.lang.String keyName)
Sets the keyName value for this ServiceAttributeInfo.

Parameters:
keyName -

getKeyType

public java.lang.String getKeyType()
Gets the keyType value for this ServiceAttributeInfo.

Returns:
keyType

setKeyType

public void setKeyType(java.lang.String keyType)
Sets the keyType value for this ServiceAttributeInfo.

Parameters:
keyType -

getServiceKey

public org.apache.axis.types.URI getServiceKey()
Gets the serviceKey value for this ServiceAttributeInfo.

Returns:
serviceKey

setServiceKey

public void setServiceKey(org.apache.axis.types.URI serviceKey)
Sets the serviceKey value for this ServiceAttributeInfo.

Parameters:
serviceKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()