convert.relaxng.output.xsd.basic
Class SimpleTypeList
java.lang.Object
convert.relaxng.output.xsd.basic.Located
convert.relaxng.output.xsd.basic.Annotated
convert.relaxng.output.xsd.basic.SimpleType
convert.relaxng.output.xsd.basic.SimpleTypeList
public class SimpleTypeList
- extends SimpleType
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SimpleTypeList
public SimpleTypeList(SourceLocation location,
Annotation annotation,
SimpleType itemType,
Occurs occurs)
getItemType
public SimpleType getItemType()
getOccurs
public Occurs getOccurs()
accept
public <T> T accept(SimpleTypeVisitor<T> visitor)
- Specified by:
accept
in class SimpleType
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class Annotated
hashCode
public int hashCode()
- Overrides:
hashCode
in class Annotated