com.ebm_ws.infra.xmlmapping
Interface IXmlModelMessage

All Known Implementing Classes:
ModelMessageImpl

public interface IXmlModelMessage


Field Summary
static int INST_ERROR
          Message Severity: instanciation error (blocking)
static int INST_INFO
          Message Severity: instanciation information
static int INST_WARNING
          Message Severity: instanciation warning
static int VALID_ERROR
          Message Severity: validation error (blocking)
static int VALID_INFO
          Message Severity: validation information
static int VALID_WARNING
          Message Severity: validation warning
 
Method Summary
 org.w3c.dom.Element getElement()
           
 java.lang.String getMappingName()
           
 java.lang.String getMessage()
           
 IXmlObject getObject()
           
 int getSeverity()
           
 

Field Detail

INST_INFO

static final int INST_INFO
Message Severity: instanciation information

See Also:
Constant Field Values

INST_WARNING

static final int INST_WARNING
Message Severity: instanciation warning

See Also:
Constant Field Values

INST_ERROR

static final int INST_ERROR
Message Severity: instanciation error (blocking)

See Also:
Constant Field Values

VALID_INFO

static final int VALID_INFO
Message Severity: validation information

See Also:
Constant Field Values

VALID_WARNING

static final int VALID_WARNING
Message Severity: validation warning

See Also:
Constant Field Values

VALID_ERROR

static final int VALID_ERROR
Message Severity: validation error (blocking)

See Also:
Constant Field Values
Method Detail

getSeverity

int getSeverity()

getObject

IXmlObject getObject()

getMappingName

java.lang.String getMappingName()

getMessage

java.lang.String getMessage()

getElement

org.w3c.dom.Element getElement()


Copyright © 2008 eBMWebsourcing. All Rights Reserved.