Uses of Interface
com.sun.xml.xsom.XSSimpleType
-
Uses of XSSimpleType in com.sun.xml.xsom
Subinterfaces of XSSimpleType in com.sun.xml.xsomModifier and TypeInterfaceDescriptioninterfaceList simple type.interfaceRestriction simple type.interfaceUnion simple type.Methods in com.sun.xml.xsom that return XSSimpleTypeModifier and TypeMethodDescriptionXSContentType.asSimpleType()Equivalent of(this instanceof XSSimpleType)?XSType.asSimpleType()Casts this object to XSSimpleType if possible, otherwise returns null.XSSchemaSet.getAnySimpleType()XSListSimpleType.getItemType()XSUnionSimpleType.getMember(int idx) XSSimpleType.getPrimitiveType()Gets the ancestor primitiveXSSimpleTypeif this type isatomic.XSSimpleType.getRedefinedBy()If thisXSSimpleTypeis redefined by another simple type, return that component.XSSimpleType.getSimpleBaseType()Gets the base type as XSSimpleType.XSSchema.getSimpleType(String localName) XSSchemaSet.getSimpleType(String namespaceURI, String localName) XSAttributeDecl.getType()Methods in com.sun.xml.xsom that return types with arguments of type XSSimpleTypeModifier and TypeMethodDescriptionXSSchema.getSimpleTypes()Gets all theXSSimpleTypes in this schema.XSSchema.iterateSimpleTypes()XSSchemaSet.iterateSimpleTypes()Iterates all simple type definitions in all the schemas.