IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class PublisherAssertions

java.lang.Object
  extended by com.ibm.uddi.datatypes.PublisherAssertions
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 'publisherAssertions' response message.

See Also:
Serialized Form

Constructor Summary
PublisherAssertions()
          Deprecated.  
 
Method Summary
 java.lang.String getAuthorizedName()
          Deprecated. Returns the authorizedName of this PublisherAssertions.
 java.lang.String getOperator()
          Deprecated. Returns the operator of the UDDI registry that supplied this data.
 PublisherAssertionList getPublisherAssertionList()
          Deprecated. Returns the PublisherAssertionList which forms the contents of the PublisherAssertions.
 void setAuthorizedName(java.lang.String authorizedName)
          Deprecated. Sets the authorizedName of this PublisherAssertions.
 void setOperator(java.lang.String operatorName)
          Deprecated. Sets the operator of the UDDI registry that supplied this data.
 void setPublisherAssertionList(PublisherAssertionList publisherAssertionList)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherAssertions

public PublisherAssertions()
Deprecated. 
Method Detail

getOperator

public java.lang.String getOperator()
Deprecated. 
Returns the operator of the UDDI registry that supplied this data.

Returns:
the operator of the UDDI registry that supplied this data.

setOperator

public void setOperator(java.lang.String operatorName)
Deprecated. 
Sets the operator of the UDDI registry that supplied this data.

Parameters:
operatorName - the operator of the UDDI registry that supplied this data.

getAuthorizedName

public java.lang.String getAuthorizedName()
Deprecated. 
Returns the authorizedName of this PublisherAssertions.

Returns:
the authorizedName of this PublisherAssertions.

setAuthorizedName

public void setAuthorizedName(java.lang.String authorizedName)
Deprecated. 
Sets the authorizedName of this PublisherAssertions.

Parameters:
authorizedName - the authorizedName of this PublisherAssertions.

getPublisherAssertionList

public PublisherAssertionList getPublisherAssertionList()
Deprecated. 
Returns the PublisherAssertionList which forms the contents of the PublisherAssertions.

Returns:
the PublisherAssertionList which forms the contents of the PublisherAssertions.

setPublisherAssertionList

public void setPublisherAssertionList(PublisherAssertionList publisherAssertionList)
Deprecated. 

IBM WebSphere Application ServerTM
Release 8