Class SimpleTypeDefinition
- java.lang.Object
-
- com.thaiopensource.relaxng.output.xsd.basic.Located
-
- com.thaiopensource.relaxng.output.xsd.basic.Annotated
-
- com.thaiopensource.relaxng.output.xsd.basic.Definition
-
- com.thaiopensource.relaxng.output.xsd.basic.SimpleTypeDefinition
-
- All Implemented Interfaces:
TopLevel
public class SimpleTypeDefinition extends Definition
-
-
Constructor Summary
Constructors Constructor Description SimpleTypeDefinition(SourceLocation location, Annotation annotation, Schema parentSchema, java.lang.String name, SimpleType simpleType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(SchemaVisitor visitor)SimpleTypegetSimpleType()voidsetSimpleType(SimpleType simpleType)-
Methods inherited from class com.thaiopensource.relaxng.output.xsd.basic.Definition
getName, getParentSchema
-
Methods inherited from class com.thaiopensource.relaxng.output.xsd.basic.Annotated
equals, getAnnotation, hashCode
-
Methods inherited from class com.thaiopensource.relaxng.output.xsd.basic.Located
getLocation
-
-
-
-
Constructor Detail
-
SimpleTypeDefinition
public SimpleTypeDefinition(SourceLocation location, Annotation annotation, Schema parentSchema, java.lang.String name, SimpleType simpleType)
-
-
Method Detail
-
getSimpleType
public SimpleType getSimpleType()
-
setSimpleType
public void setSimpleType(SimpleType simpleType)
-
accept
public void accept(SchemaVisitor visitor)
-
-