org.apache.ws.commons.schema
Class XmlSchemaContentType

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

public class XmlSchemaContentType
extends Enum

Enumerations for the content model of the complex type. This represents the content in the post-schema-validation infoset.


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

XmlSchemaContentType

public XmlSchemaContentType()
Creates new XmlSchemaContentType


XmlSchemaContentType

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