|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.PublisherAssertions
Corresponds to UDDI v2.0 'publisherAssertions' response message.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVA_COPYRIGHT
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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |