uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class AssertionStatusReport

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.AssertionStatusReport
All Implemented Interfaces:
Serializable, UDDIv2DataModelVisitable

public class AssertionStatusReport
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
AssertionStatusReport()
           
AssertionStatusReport(AssertionStatusItem[] assertionStatusItem, String generic, String operator)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 AssertionStatusItem[] getAssertionStatusItem()
          Gets the assertionStatusItem value for this AssertionStatusReport.
 AssertionStatusItem getAssertionStatusItem(int i)
           
 String getGeneric()
          Gets the generic value for this AssertionStatusReport.
 String getOperator()
          Gets the operator value for this AssertionStatusReport.
 int hashCode()
           
 void setAssertionStatusItem(AssertionStatusItem[] assertionStatusItem)
          Sets the assertionStatusItem value for this AssertionStatusReport.
 void setAssertionStatusItem(int i, AssertionStatusItem _value)
           
 void setGeneric(String generic)
          Sets the generic value for this AssertionStatusReport.
 void setOperator(String operator)
          Sets the operator value for this AssertionStatusReport.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionStatusReport

public AssertionStatusReport()

AssertionStatusReport

public AssertionStatusReport(AssertionStatusItem[] assertionStatusItem,
                             String generic,
                             String operator)
Method Detail

getAssertionStatusItem

public AssertionStatusItem[] getAssertionStatusItem()
Gets the assertionStatusItem value for this AssertionStatusReport.

Returns:
assertionStatusItem

setAssertionStatusItem

public void setAssertionStatusItem(AssertionStatusItem[] assertionStatusItem)
Sets the assertionStatusItem value for this AssertionStatusReport.

Parameters:
assertionStatusItem -

getAssertionStatusItem

public AssertionStatusItem getAssertionStatusItem(int i)

setAssertionStatusItem

public void setAssertionStatusItem(int i,
                                   AssertionStatusItem _value)

getGeneric

public String getGeneric()
Gets the generic value for this AssertionStatusReport.

Returns:
generic

setGeneric

public void setGeneric(String generic)
Sets the generic value for this AssertionStatusReport.

Parameters:
generic -

getOperator

public String getOperator()
Gets the operator value for this AssertionStatusReport.

Returns:
operator

setOperator

public void setOperator(String operator)
Sets the operator value for this AssertionStatusReport.

Parameters:
operator -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception