org.sblim.cimclient.internal.cimxml
public class CIMMessage extends Object
Modifier and Type | Field and Description |
---|---|
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 |
Modifier | Constructor and Description |
---|---|
protected |
CIMMessage() |
|
CIMMessage(String pCimVersion,
String pDtdVersion,
String pId,
String pMethod)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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
|
protected Document iDoc
protected Hashtable<?,?> iElements
protected String iCimVersion
protected String iDtdVersion
protected String iId
protected String iProtocolVersion
protected String iMethod
protected boolean iIsCIMExport
protected boolean iIsSimple
protected boolean iIsRequest
public String getCIMVersion()
public String getDTDVersion()
public boolean isCIMOperation()
public boolean isCIMExport()
public void setId(String pId)
pId
- public void setMethod(String pMethod)
pMethod
- public void setCIMVersion(String pCimVersion)
pCimVersion
- public void setDTDVersion(String pDtdVersion)
pDtdVersion
- public void setIsRequest(boolean pValue)
pValue
- public String getId()
public String getProtocolVersion()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.