org.apache.juddi.datatype.response
Class AssertionStatusReport
java.lang.Object
org.apache.juddi.datatype.response.AssertionStatusReport
- All Implemented Interfaces:
- RegistryObject, java.io.Serializable
- public class AssertionStatusReport
- extends java.lang.Object
- implements RegistryObject
- Author:
- Steve Viens (sviens@apache.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATUS_COMPLETE
public static final java.lang.String STATUS_COMPLETE
- See Also:
- Constant Field Values
STATUS_TO_KEY_INCOMPLETE
public static final java.lang.String STATUS_TO_KEY_INCOMPLETE
- See Also:
- Constant Field Values
STATUS_FROM_KEY_INCOMPLETE
public static final java.lang.String STATUS_FROM_KEY_INCOMPLETE
- See Also:
- Constant Field Values
AssertionStatusReport
public AssertionStatusReport()
- default constructor
setGeneric
public void setGeneric(java.lang.String genericValue)
- Parameters:
genericValue
-
getGeneric
public java.lang.String getGeneric()
- Returns:
- String UDDI response generic value.
setOperator
public void setOperator(java.lang.String operator)
getOperator
public java.lang.String getOperator()
getAssertionStatusItemVector
public java.util.Vector getAssertionStatusItemVector()
addAssertionStatusItem
public void addAssertionStatusItem(AssertionStatusItem item)
setAssertionStatusItemVector
public void setAssertionStatusItemVector(java.util.Vector items)
Copyright ? 2003 Apache Software Foundation. All rights reserved.