Class SimpleTypeList
- java.lang.Object
-
- com.thaiopensource.relaxng.output.xsd.basic.Located
-
- com.thaiopensource.relaxng.output.xsd.basic.Annotated
-
- com.thaiopensource.relaxng.output.xsd.basic.SimpleType
-
- com.thaiopensource.relaxng.output.xsd.basic.SimpleTypeList
-
public class SimpleTypeList extends SimpleType
-
-
Constructor Summary
Constructors Constructor Description SimpleTypeList(SourceLocation location, Annotation annotation, SimpleType itemType, Occurs occurs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(SimpleTypeVisitor<T> visitor)booleanequals(java.lang.Object obj)SimpleTypegetItemType()OccursgetOccurs()inthashCode()-
Methods inherited from class com.thaiopensource.relaxng.output.xsd.basic.Annotated
getAnnotation
-
Methods inherited from class com.thaiopensource.relaxng.output.xsd.basic.Located
getLocation
-
-
-
-
Constructor Detail
-
SimpleTypeList
public SimpleTypeList(SourceLocation location, Annotation annotation, SimpleType itemType, Occurs occurs)
-
-
Method Detail
-
getItemType
public SimpleType getItemType()
-
getOccurs
public Occurs getOccurs()
-
accept
public <T> T accept(SimpleTypeVisitor<T> visitor)
- Specified by:
acceptin classSimpleType
-
-