org.apache.ws.commons.schema
Class XmlSchemaContentProcessing

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

public class XmlSchemaContentProcessing
extends Enum

Provides information about the validation mode of any and anyAttribute element replacements.


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
XmlSchemaContentProcessing()
          Creates new XmlSeverityType
XmlSchemaContentProcessing(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

XmlSchemaContentProcessing

public XmlSchemaContentProcessing()
Creates new XmlSeverityType


XmlSchemaContentProcessing

public XmlSchemaContentProcessing(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.