Uses of Class
org.apache.ws.commons.schema.XmlSchemaContentType

Packages that use XmlSchemaContentType
org.apache.ws.commons.schema   
 

Uses of XmlSchemaContentType in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return XmlSchemaContentType
 XmlSchemaContentType XmlSchemaComplexType.getContentType()
           
static XmlSchemaContentType XmlSchemaContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlSchemaContentType[] XmlSchemaContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaContentType
 void XmlSchemaComplexType.setContentType(XmlSchemaContentType contentType)
           
 



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