|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconvert.relaxng.output.xsd.basic.Located
convert.relaxng.output.xsd.basic.Annotated
convert.relaxng.output.xsd.basic.Definition
convert.relaxng.output.xsd.basic.SimpleTypeDefinition
public class SimpleTypeDefinition
Constructor Summary | |
---|---|
SimpleTypeDefinition(SourceLocation location,
Annotation annotation,
Schema parentSchema,
java.lang.String name,
SimpleType simpleType)
|
Method Summary | |
---|---|
void |
accept(SchemaVisitor visitor)
|
SimpleType |
getSimpleType()
|
void |
setSimpleType(SimpleType simpleType)
|
Methods inherited from class convert.relaxng.output.xsd.basic.Definition |
---|
getName, getParentSchema |
Methods inherited from class convert.relaxng.output.xsd.basic.Annotated |
---|
equals, getAnnotation, hashCode |
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 |
---|
public SimpleTypeDefinition(SourceLocation location, Annotation annotation, Schema parentSchema, java.lang.String name, SimpleType simpleType)
Method Detail |
---|
public SimpleType getSimpleType()
public void setSimpleType(SimpleType simpleType)
public void accept(SchemaVisitor visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |