edu.ntnu.cikmr.arbitration.messages
Class ArbitrationMessage
java.lang.Object
edu.ntnu.cikmr.arbitration.messages.ArbitrationMessage
public class ArbitrationMessage
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArbitrationMessage
public ArbitrationMessage()
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)