edu.ntnu.cikmr.arbitration.messages
Class ArbitrationMessage

java.lang.Object
  extended by edu.ntnu.cikmr.arbitration.messages.ArbitrationMessage

public class ArbitrationMessage
extends java.lang.Object


Constructor Summary
ArbitrationMessage()
           
 
Method Summary
static ArbitrationMessage fromXML(org.w3c.dom.Node n)
           
static ArbitrationMessage fromXML(java.lang.String xml)
           
 ConflictMessage getConflict()
           
 java.lang.String getPeerID()
           
 java.lang.String getPeerName()
           
 SolutionMessage getSolution()
           
 void setConflict(ConflictMessage conflict)
           
 void setPeerID(java.lang.String peerID)
           
 void setPeerName(java.lang.String peerName)
           
 void setSolution(SolutionMessage solution)
           
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArbitrationMessage

public ArbitrationMessage()
Method Detail

toXML

public java.lang.String toXML()

fromXML

public static ArbitrationMessage fromXML(org.w3c.dom.Node n)

fromXML

public static ArbitrationMessage fromXML(java.lang.String xml)

getPeerID

public java.lang.String getPeerID()

getPeerName

public java.lang.String getPeerName()

getConflict

public ConflictMessage getConflict()

getSolution

public SolutionMessage getSolution()

setPeerName

public void setPeerName(java.lang.String peerName)

setPeerID

public void setPeerID(java.lang.String peerID)

setSolution

public void setSolution(SolutionMessage solution)

setConflict

public void setConflict(ConflictMessage conflict)