uk.ac.soton.ecs.grimoires.server.impl.rdf
Class InquireResponseType

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.rdf.InquireResponseType
All Implemented Interfaces:
Serializable

public class InquireResponseType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InquireResponseType()
           
InquireResponseType(RecordType[] record)
           
 
Method Summary
 boolean equals(Object obj)
           
 RecordType[] getRecord()
          Gets the record value for this InquireResponseType.
 RecordType getRecord(int i)
           
 int hashCode()
           
 void setRecord(int i, RecordType _value)
           
 void setRecord(RecordType[] record)
          Sets the record value for this InquireResponseType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InquireResponseType

public InquireResponseType()

InquireResponseType

public InquireResponseType(RecordType[] record)
Method Detail

getRecord

public RecordType[] getRecord()
Gets the record value for this InquireResponseType.

Returns:
record

setRecord

public void setRecord(RecordType[] record)
Sets the record value for this InquireResponseType.

Parameters:
record -

getRecord

public RecordType getRecord(int i)

setRecord

public void setRecord(int i,
                      RecordType _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()