JML

net.sf.jml.protocol.outgoing
Class OutgoingCVR

java.lang.Object
  extended by net.sf.jml.protocol.MsnMessage
      extended by net.sf.jml.protocol.MsnOutgoingMessage
          extended by net.sf.jml.protocol.outgoing.OutgoingCVR

public class OutgoingCVR
extends MsnOutgoingMessage

Tell server current version and other information.

Supported Protocol: All

Syntax: CVR trId localeId osType osVersion computerArch clientName clientVersion MSMSGS email

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
OutgoingCVR(MsnProtocol protocol)
           
 
Method Summary
 String getClientName()
           
 String getClientVersion()
           
 String getComputerArch()
           
 String getEmail()
           
 String getLocaleId()
           
 String getOsType()
           
 String getOsVersion()
           
 void setClientName(String clientName)
           
 void setClientVersion(String version)
           
 void setComputerArch(String arch)
           
 void setEmail(Email email)
           
 void setLocalId(String localId)
           
 void setOsType(String osType)
           
 void setOsVersion(String osVersion)
           
 
Methods inherited from class net.sf.jml.protocol.MsnOutgoingMessage
messageSent, receivedResponse
 
Methods inherited from class net.sf.jml.protocol.MsnMessage
addParam, asString, clearParams, getChunkData, getCommand, getParam, getParamCount, getProtocol, getTransactionId, isSupportChunkData, isSupportTransactionId, load, save, setChunkData, setChunkData, setCommand, setParam, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutgoingCVR

public OutgoingCVR(MsnProtocol protocol)
Method Detail

setLocalId

public void setLocalId(String localId)

getLocaleId

public String getLocaleId()

setOsType

public void setOsType(String osType)

getOsType

public String getOsType()

setOsVersion

public void setOsVersion(String osVersion)

getOsVersion

public String getOsVersion()

setComputerArch

public void setComputerArch(String arch)

getComputerArch

public String getComputerArch()

setClientName

public void setClientName(String clientName)

getClientName

public String getClientName()

setClientVersion

public void setClientVersion(String version)

getClientVersion

public String getClientVersion()

setEmail

public void setEmail(Email email)

getEmail

public String getEmail()

JML