convert.relaxng.output.xsd.basic
Class SimpleTypeList

java.lang.Object
  extended by convert.relaxng.output.xsd.basic.Located
      extended by convert.relaxng.output.xsd.basic.Annotated
          extended by convert.relaxng.output.xsd.basic.SimpleType
              extended by convert.relaxng.output.xsd.basic.SimpleTypeList

public class SimpleTypeList
extends SimpleType


Constructor Summary
SimpleTypeList(SourceLocation location, Annotation annotation, SimpleType itemType, Occurs occurs)
           
 
Method Summary
<T> T
accept(SimpleTypeVisitor<T> visitor)
           
 boolean equals(java.lang.Object obj)
           
 SimpleType getItemType()
           
 Occurs getOccurs()
           
 int hashCode()
           
 
Methods inherited from class convert.relaxng.output.xsd.basic.Annotated
getAnnotation
 
Methods inherited from class convert.relaxng.output.xsd.basic.Located
getLocation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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:
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