public class PublisherAssertions
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PublisherAssertions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getOperator()
public void setOperator(java.lang.String operatorName)
operatorName
- the operator of the UDDI registry that supplied this data.public java.lang.String getAuthorizedName()
public void setAuthorizedName(java.lang.String authorizedName)
authorizedName
- the authorizedName of this PublisherAssertions.public PublisherAssertionList getPublisherAssertionList()
PublisherAssertionList
which forms
the contents of the PublisherAssertions.public void setPublisherAssertionList(PublisherAssertionList publisherAssertionList)