Class SimpleTypeUnion
- 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.SimpleTypeUnion
-
public class SimpleTypeUnion extends SimpleType
-
-
Constructor Summary
Constructors Constructor Description SimpleTypeUnion(SourceLocation location, Annotation annotation, java.util.List<SimpleType> children)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(SimpleTypeVisitor<T> visitor)booleanequals(java.lang.Object obj)java.util.List<SimpleType>getChildren()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
-
SimpleTypeUnion
public SimpleTypeUnion(SourceLocation location, Annotation annotation, java.util.List<SimpleType> children)
-
-
Method Detail
-
getChildren
public java.util.List<SimpleType> getChildren()
-
accept
public <T> T accept(SimpleTypeVisitor<T> visitor)
- Specified by:
acceptin classSimpleType
-
-