coretypes
Class LogLevel

java.lang.Object
  extended by coretypes.LogLevel
All Implemented Interfaces:
java.io.Serializable

public class LogLevel
extends java.lang.Object
implements java.io.Serializable

A selection of constants that define the level of logging for an applicaton

See Also:
Serialized Form

Constructor Summary
LogLevel()
           
LogLevel(LogLevel DEBUG, int DEBUG_TYPE, LogLevel ERROR, int ERROR_TYPE, LogLevel FATAL, int FATAL_TYPE, LogLevel INFO, int INFO_TYPE, LogLevel WARN, int WARN_TYPE, int stringValue, int type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getDEBUG_TYPE()
          Gets the DEBUG_TYPE value for this LogLevel.
 LogLevel getDEBUG()
          Gets the DEBUG value for this LogLevel.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getERROR_TYPE()
          Gets the ERROR_TYPE value for this LogLevel.
 LogLevel getERROR()
          Gets the ERROR value for this LogLevel.
 int getFATAL_TYPE()
          Gets the FATAL_TYPE value for this LogLevel.
 LogLevel getFATAL()
          Gets the FATAL value for this LogLevel.
 int getINFO_TYPE()
          Gets the INFO_TYPE value for this LogLevel.
 LogLevel getINFO()
          Gets the INFO value for this LogLevel.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStringValue()
          Gets the stringValue value for this LogLevel.
 int getType()
          Gets the type value for this LogLevel.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getWARN_TYPE()
          Gets the WARN_TYPE value for this LogLevel.
 LogLevel getWARN()
          Gets the WARN value for this LogLevel.
 int hashCode()
           
 void setDEBUG_TYPE(int DEBUG_TYPE)
          Sets the DEBUG_TYPE value for this LogLevel.
 void setDEBUG(LogLevel DEBUG)
          Sets the DEBUG value for this LogLevel.
 void setERROR_TYPE(int ERROR_TYPE)
          Sets the ERROR_TYPE value for this LogLevel.
 void setERROR(LogLevel ERROR)
          Sets the ERROR value for this LogLevel.
 void setFATAL_TYPE(int FATAL_TYPE)
          Sets the FATAL_TYPE value for this LogLevel.
 void setFATAL(LogLevel FATAL)
          Sets the FATAL value for this LogLevel.
 void setINFO_TYPE(int INFO_TYPE)
          Sets the INFO_TYPE value for this LogLevel.
 void setINFO(LogLevel INFO)
          Sets the INFO value for this LogLevel.
 void setStringValue(int stringValue)
          Sets the stringValue value for this LogLevel.
 void setType(int type)
          Sets the type value for this LogLevel.
 void setWARN_TYPE(int WARN_TYPE)
          Sets the WARN_TYPE value for this LogLevel.
 void setWARN(LogLevel WARN)
          Sets the WARN value for this LogLevel.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogLevel

public LogLevel()

LogLevel

public LogLevel(LogLevel DEBUG,
                int DEBUG_TYPE,
                LogLevel ERROR,
                int ERROR_TYPE,
                LogLevel FATAL,
                int FATAL_TYPE,
                LogLevel INFO,
                int INFO_TYPE,
                LogLevel WARN,
                int WARN_TYPE,
                int stringValue,
                int type)
Method Detail

getDEBUG_TYPE

public int getDEBUG_TYPE()
Gets the DEBUG_TYPE value for this LogLevel.

Returns:
DEBUG_TYPE The debug type

setDEBUG_TYPE

public void setDEBUG_TYPE(int DEBUG_TYPE)
Sets the DEBUG_TYPE value for this LogLevel.

Parameters:
DEBUG_TYPE - The debug type

getERROR_TYPE

public int getERROR_TYPE()
Gets the ERROR_TYPE value for this LogLevel.

Returns:
ERROR_TYPE The error type

setERROR_TYPE

public void setERROR_TYPE(int ERROR_TYPE)
Sets the ERROR_TYPE value for this LogLevel.

Parameters:
ERROR_TYPE - The error type

getFATAL_TYPE

public int getFATAL_TYPE()
Gets the FATAL_TYPE value for this LogLevel.

Returns:
FATAL_TYPE The fatal type

setFATAL_TYPE

public void setFATAL_TYPE(int FATAL_TYPE)
Sets the FATAL_TYPE value for this LogLevel.

Parameters:
FATAL_TYPE - The fatal type

getINFO_TYPE

public int getINFO_TYPE()
Gets the INFO_TYPE value for this LogLevel.

Returns:
INFO_TYPE The info type

setINFO_TYPE

public void setINFO_TYPE(int INFO_TYPE)
Sets the INFO_TYPE value for this LogLevel.

Parameters:
INFO_TYPE - The info type

getStringValue

public int getStringValue()
Gets the stringValue value for this LogLevel.

Returns:
stringValue Field StringValue

setStringValue

public void setStringValue(int stringValue)
Sets the stringValue value for this LogLevel.

Parameters:
stringValue - Field StringValue

getType

public int getType()
Gets the type value for this LogLevel.

Returns:
type Field type

setType

public void setType(int type)
Sets the type value for this LogLevel.

Parameters:
type - Field type

getWARN_TYPE

public int getWARN_TYPE()
Gets the WARN_TYPE value for this LogLevel.

Returns:
WARN_TYPE The warn type

setWARN_TYPE

public void setWARN_TYPE(int WARN_TYPE)
Sets the WARN_TYPE value for this LogLevel.

Parameters:
WARN_TYPE - The warn type

getERROR

public LogLevel getERROR()
Gets the ERROR value for this LogLevel.

Returns:
ERROR

setERROR

public void setERROR(LogLevel ERROR)
Sets the ERROR value for this LogLevel.

Parameters:
ERROR -

getDEBUG

public LogLevel getDEBUG()
Gets the DEBUG value for this LogLevel.

Returns:
DEBUG

setDEBUG

public void setDEBUG(LogLevel DEBUG)
Sets the DEBUG value for this LogLevel.

Parameters:
DEBUG -

getFATAL

public LogLevel getFATAL()
Gets the FATAL value for this LogLevel.

Returns:
FATAL

setFATAL

public void setFATAL(LogLevel FATAL)
Sets the FATAL value for this LogLevel.

Parameters:
FATAL -

getINFO

public LogLevel getINFO()
Gets the INFO value for this LogLevel.

Returns:
INFO

setINFO

public void setINFO(LogLevel INFO)
Sets the INFO value for this LogLevel.

Parameters:
INFO -

getWARN

public LogLevel getWARN()
Gets the WARN value for this LogLevel.

Returns:
WARN

setWARN

public void setWARN(LogLevel WARN)
Sets the WARN value for this LogLevel.

Parameters:
WARN -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer