Module org.glassfish.jaxb.runtime
Interface SimpleType
-
- All Superinterfaces:
Annotated,SimpleDerivation,com.sun.xml.txw2.TypedXmlWriter
public interface SimpleType extends com.sun.xml.txw2.TypedXmlWriter, Annotated, SimpleDerivation
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleType_final(String value)SimpleType_final(String[] value)SimpleTypename(String value)-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Annotated
annotation, id
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleDerivation
list, restriction, union
-
-
-
-
Method Detail
-
_final
SimpleType _final(String value)
-
_final
SimpleType _final(String[] value)
-
name
SimpleType name(String value)
-
-