|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.cimxml.CIMMessage
public class CIMMessage
Class CIMMessage is used by the CIM-XML DOM parser.
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
protected CIMMessage()
public CIMMessage(String pCimVersion, String pDtdVersion, String pId, String pMethod)
pCimVersion
- pDtdVersion
- pId
- pMethod
- Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |