XSOM 20110809-redhat-3

com.sun.xml.xsom
Interface XSListSimpleType

All Superinterfaces:
XSComponent, XSContentType, XSDeclaration, XSSimpleType, XSType
All Known Implementing Classes:
ListSimpleTypeImpl

public interface XSListSimpleType
extends XSSimpleType

List simple type.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Field Summary
 
Fields inherited from interface com.sun.xml.xsom.XSType
EXTENSION, RESTRICTION, SUBSTITUTION
 
Method Summary
 XSSimpleType getItemType()
           
 
Methods inherited from interface com.sun.xml.xsom.XSSimpleType
apply, asList, asRestriction, asUnion, getBaseListType, getBaseUnionType, getFacet, getFacets, getPrimitiveType, getRedefinedBy, getSimpleBaseType, getVariety, isFinal, isList, isPrimitive, isRestriction, isUnion, visit
 
Methods inherited from interface com.sun.xml.xsom.XSType
asComplexType, asSimpleType, getBaseType, getDerivationMethod, getRedefinedCount, isComplexType, isDerivedFrom, isSimpleType, listSubstitutables
 
Methods inherited from interface com.sun.xml.xsom.XSDeclaration
getName, getTargetNamespace, isAnonymous, isGlobal, isLocal
 
Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
 
Methods inherited from interface com.sun.xml.xsom.XSContentType
apply, asEmpty, asParticle, asSimpleType, visit
 

Method Detail

getItemType

XSSimpleType getItemType()

XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.