org.sblim.cimclient.internal.cimxml
public class CIMMessage extends Object
| Field Summary | |
|---|---|
| protected String | iCimVersion |
| protected Document | iDoc |
| protected String | iDtdVersion |
| protected Hashtable<?,?> | iElements |
| protected String | iId |
| protected boolean | iIsCIMExport |
| protected boolean | iIsRequest |
| protected boolean | iIsSimple |
| protected String | iMethod |
| protected String | iProtocolVersion |
| Constructor Summary | |
|---|---|
| protected | CIMMessage() |
| CIMMessage(String pCimVersion, String pDtdVersion, String pId, String pMethod)
Ctor.
| |
| Method Summary | |
|---|---|
| String | getCIMVersion()
getCIMVersion
|
| String | getDTDVersion()
getDTDVersion
|
| String | getId()
getId
|
| String | getProtocolVersion()
getProtocolVersion
|
| boolean | isCIMExport()
isCIMExport
|
| boolean | isCIMOperation()
isCIMOperation
|
| void | setCIMVersion(String pCimVersion)
setCIMVersion
|
| void | setDTDVersion(String pDtdVersion)
setDTDVersion
|
| void | setId(String pId)
setId
|
| void | setIsRequest(boolean pValue)
setIsRequest
|
| void | setMethod(String pMethod)
setMethod
|
Parameters: pCimVersion pDtdVersion pId pMethod
Returns: String
Returns: String
Returns: String
Returns: String
Returns: String
Returns: String
Parameters: pCimVersion
Parameters: pDtdVersion
Parameters: pId
Parameters: pValue
Parameters: pMethod