org.apache.ws.commons.schema
Class XmlSeverityType

java.lang.Object
  extended by org.apache.ws.commons.schema.constants.Enum
      extended by org.apache.ws.commons.schema.XmlSeverityType

public class XmlSeverityType
extends Enum

Represents the severity of the validation event.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ws.commons.schema.constants.Enum
Enum.EnumValueException
 
Field Summary
 
Fields inherited from class org.apache.ws.commons.schema.constants.Enum
NULL, value
 
Constructor Summary
XmlSeverityType()
          Creates new XmlSeverityType
XmlSeverityType(java.lang.String value)
           
 
Method Summary
 java.lang.String[] getValues()
           
 
Methods inherited from class org.apache.ws.commons.schema.constants.Enum
equals, getValue, index, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSeverityType

public XmlSeverityType()
Creates new XmlSeverityType


XmlSeverityType

public XmlSeverityType(java.lang.String value)
Method Detail

getValues

public java.lang.String[] getValues()
Specified by:
getValues in class Enum


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.