com.ibm.uddi.datatypes
Class PublisherAssertions
- java.lang.Object
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
See Also:
Constructor Summary
Constructor and Description |
---|
PublisherAssertions()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAuthorizedName()
Deprecated. Returns the authorizedName of this PublisherAssertions.
|
|
getOperator()
Deprecated. Returns the operator of the UDDI registry that supplied this data.
|
getPublisherAssertionList()
Deprecated. Returns the
PublisherAssertionList which forms
the contents of the PublisherAssertions.
|
|
|
setAuthorizedName(java.lang.String authorizedName)
Deprecated. Sets the authorizedName of this PublisherAssertions.
|
|
setOperator(java.lang.String operatorName)
Deprecated. Sets the operator of the UDDI registry that supplied this data.
|
|
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.