|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.PublisherAssertions
public class PublisherAssertions
Corresponds to UDDI v2.0 'publisherAssertions' response message.
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 |
---|
public PublisherAssertions()
Method Detail |
---|
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)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |