public class AssertionStatusReport
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AssertionStatusReport()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AssertionStatusItemList |
getAssertionStatusItemList()
Deprecated.
Returns the
AssertionStatusItemList which forms
the contents of the AssertionStatusReport. |
java.lang.String |
getOperator()
Deprecated.
Returns the operator of the UDDI registry that supplied this data.
|
void |
setAssertionStatusItemList(AssertionStatusItemList assertionStatusItemList)
Deprecated.
Sets the
AssertionStatusItemList which forms
the contents of the AssertionStatusReport. |
void |
setOperator(java.lang.String operatorName)
Deprecated.
Sets the operator of the UDDI registry that supplied this data.
|
public AssertionStatusItemList getAssertionStatusItemList()
AssertionStatusItemList
which forms
the contents of the AssertionStatusReport.public void setAssertionStatusItemList(AssertionStatusItemList assertionStatusItemList)
AssertionStatusItemList
which forms
the contents of the AssertionStatusReport.assertionStatusItemList
- the AssertionStatusItemList which forms the contents of the AssertionStatusReport.public java.lang.String getOperator()
public void setOperator(java.lang.String operatorName)
operatorName
- the operator of the UDDI registry that supplied this data.