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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
PublisherAssertions
public PublisherAssertions()
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)