cgl.axis.services.uddi.uddi_schema
Class BindingTemplate

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

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

See Also:
Serialized Form

Constructor Summary
BindingTemplate()
           
BindingTemplate(TModelInstanceDetails TModelInstanceDetails, AccessPoint accessPoint, org.apache.axis.types.URI bindingKey, CategoryBag categoryBag, Description[] description, HostingRedirector hostingRedirector, org.apache.axis.types.URI serviceKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AccessPoint getAccessPoint()
          Gets the accessPoint value for this BindingTemplate.
 org.apache.axis.types.URI getBindingKey()
          Gets the bindingKey value for this BindingTemplate.
 CategoryBag getCategoryBag()
          Gets the categoryBag value for this BindingTemplate.
 Description[] getDescription()
          Gets the description value for this BindingTemplate.
 Description getDescription(int i)
           
 HostingRedirector getHostingRedirector()
          Gets the hostingRedirector value for this BindingTemplate.
 org.apache.axis.types.URI getServiceKey()
          Gets the serviceKey value for this BindingTemplate.
 TModelInstanceDetails getTModelInstanceDetails()
          Gets the TModelInstanceDetails value for this BindingTemplate.
 int hashCode()
           
 void setAccessPoint(AccessPoint accessPoint)
          Sets the accessPoint value for this BindingTemplate.
 void setBindingKey(org.apache.axis.types.URI bindingKey)
          Sets the bindingKey value for this BindingTemplate.
 void setCategoryBag(CategoryBag categoryBag)
          Sets the categoryBag value for this BindingTemplate.
 void setDescription(Description[] description)
          Sets the description value for this BindingTemplate.
 void setDescription(int i, Description _value)
           
 void setHostingRedirector(HostingRedirector hostingRedirector)
          Sets the hostingRedirector value for this BindingTemplate.
 void setServiceKey(org.apache.axis.types.URI serviceKey)
          Sets the serviceKey value for this BindingTemplate.
 void setTModelInstanceDetails(TModelInstanceDetails TModelInstanceDetails)
          Sets the TModelInstanceDetails value for this BindingTemplate.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingTemplate

public BindingTemplate()

BindingTemplate

public BindingTemplate(TModelInstanceDetails TModelInstanceDetails,
                       AccessPoint accessPoint,
                       org.apache.axis.types.URI bindingKey,
                       CategoryBag categoryBag,
                       Description[] description,
                       HostingRedirector hostingRedirector,
                       org.apache.axis.types.URI serviceKey)
Method Detail

getTModelInstanceDetails

public TModelInstanceDetails getTModelInstanceDetails()
Gets the TModelInstanceDetails value for this BindingTemplate.

Returns:
TModelInstanceDetails

setTModelInstanceDetails

public void setTModelInstanceDetails(TModelInstanceDetails TModelInstanceDetails)
Sets the TModelInstanceDetails value for this BindingTemplate.

Parameters:
TModelInstanceDetails -

getAccessPoint

public AccessPoint getAccessPoint()
Gets the accessPoint value for this BindingTemplate.

Returns:
accessPoint

setAccessPoint

public void setAccessPoint(AccessPoint accessPoint)
Sets the accessPoint value for this BindingTemplate.

Parameters:
accessPoint -

getBindingKey

public org.apache.axis.types.URI getBindingKey()
Gets the bindingKey value for this BindingTemplate.

Returns:
bindingKey

setBindingKey

public void setBindingKey(org.apache.axis.types.URI bindingKey)
Sets the bindingKey value for this BindingTemplate.

Parameters:
bindingKey -

getCategoryBag

public CategoryBag getCategoryBag()
Gets the categoryBag value for this BindingTemplate.

Returns:
categoryBag

setCategoryBag

public void setCategoryBag(CategoryBag categoryBag)
Sets the categoryBag value for this BindingTemplate.

Parameters:
categoryBag -

getDescription

public Description[] getDescription()
Gets the description value for this BindingTemplate.

Returns:
description

setDescription

public void setDescription(Description[] description)
Sets the description value for this BindingTemplate.

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getHostingRedirector

public HostingRedirector getHostingRedirector()
Gets the hostingRedirector value for this BindingTemplate.

Returns:
hostingRedirector

setHostingRedirector

public void setHostingRedirector(HostingRedirector hostingRedirector)
Sets the hostingRedirector value for this BindingTemplate.

Parameters:
hostingRedirector -

getServiceKey

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

Returns:
serviceKey

setServiceKey

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

Parameters:
serviceKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()