com.ibm.uddi.datatypes
Class PublisherAssertions

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.PublisherAssertions
All Implemented Interfaces:
java.io.Serializable

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

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

See Also:
Serialized Form

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

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

PublisherAssertions

public PublisherAssertions()
Method Detail

getOperator

public java.lang.String getOperator()
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)
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()
Returns the authorizedName of this PublisherAssertions.
Returns:
the authorizedName of this PublisherAssertions.

setAuthorizedName

public void setAuthorizedName(java.lang.String authorizedName)
Sets the authorizedName of this PublisherAssertions.
Parameters:
authorizedName - the authorizedName of this PublisherAssertions.

getPublisherAssertionList

public PublisherAssertionList getPublisherAssertionList()
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)