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

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

public class Get_assertionStatusReport
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Get_assertionStatusReport()
           
Get_assertionStatusReport(String authInfo, String completionStatus, String generic)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getAuthInfo()
          Gets the authInfo value for this Get_assertionStatusReport.
 String getCompletionStatus()
          Gets the completionStatus value for this Get_assertionStatusReport.
 String getGeneric()
          Gets the generic value for this Get_assertionStatusReport.
 int hashCode()
           
 void setAuthInfo(String authInfo)
          Sets the authInfo value for this Get_assertionStatusReport.
 void setCompletionStatus(String completionStatus)
          Sets the completionStatus value for this Get_assertionStatusReport.
 void setGeneric(String generic)
          Sets the generic value for this Get_assertionStatusReport.
 
Methods inherited from class uk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
addError, addError, errorThrown, getErrors, getFirstError, getResult, setResult
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Get_assertionStatusReport

public Get_assertionStatusReport()

Get_assertionStatusReport

public Get_assertionStatusReport(String authInfo,
                                 String completionStatus,
                                 String generic)
Method Detail

getAuthInfo

public String getAuthInfo()
Gets the authInfo value for this Get_assertionStatusReport.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(String authInfo)
Sets the authInfo value for this Get_assertionStatusReport.

Parameters:
authInfo -

getCompletionStatus

public String getCompletionStatus()
Gets the completionStatus value for this Get_assertionStatusReport.

Returns:
completionStatus

setCompletionStatus

public void setCompletionStatus(String completionStatus)
Sets the completionStatus value for this Get_assertionStatusReport.

Parameters:
completionStatus -

getGeneric

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

Returns:
generic

setGeneric

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

Parameters:
generic -

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