convert.relaxng.output.xsd.basic
Class SimpleTypeRestriction

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.SimpleTypeRestriction

public class SimpleTypeRestriction
extends SimpleType


Constructor Summary
SimpleTypeRestriction(SourceLocation location, Annotation annotation, java.lang.String name, java.util.List<Facet> facets)
           
 
Method Summary
<T> T
accept(SimpleTypeVisitor<T> visitor)
           
 boolean equals(java.lang.Object obj)
           
 java.util.List<Facet> getFacets()
           
 java.lang.String getName()
          Name is the name of a builtin simple type.
 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

SimpleTypeRestriction

public SimpleTypeRestriction(SourceLocation location,
                             Annotation annotation,
                             java.lang.String name,
                             java.util.List<Facet> facets)
Method Detail

getName

public java.lang.String getName()
Name is the name of a builtin simple type. facets is a list of facets


getFacets

public java.util.List<Facet> getFacets()

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