uk.ac.ic.doc.automed.p2p.protocol
Class Request.Schema

java.lang.Object
  extended by uk.ac.ic.doc.automed.p2p.protocol.Request
      extended by uk.ac.ic.doc.automed.p2p.protocol.Request.Schema
Enclosing class:
Request

public static class Request.Schema
extends Request


Nested Class Summary
 
Nested classes/interfaces inherited from class uk.ac.ic.doc.automed.p2p.protocol.Request
Request.Pathway, Request.PathwayToSource, Request.Port, Request.Query, Request.Register, Request.Remove, Request.Schema, Request.Unknown
 
Field Summary
 java.lang.String schema
           
 
Fields inherited from class uk.ac.ic.doc.automed.p2p.protocol.Request
request
 
Constructor Summary
Request.Schema(java.lang.String schema)
           
 
Method Summary
 boolean isSchema()
           
 
Methods inherited from class uk.ac.ic.doc.automed.p2p.protocol.Request
buildMessage, isPathway, isPathwayToSource, isPort, isQuery, isRegister, isRemove, isUnknown, newRequest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

schema

public java.lang.String schema
Constructor Detail

Request.Schema

public Request.Schema(java.lang.String schema)
Method Detail

isSchema

public boolean isSchema()
Overrides:
isSchema in class Request