Uses of Interface
com.sun.xml.xsom.XSSimpleType
-
-
Uses of XSSimpleType in com.sun.xml.xsom
Subinterfaces of XSSimpleType in com.sun.xml.xsom Modifier and Type Interface Description interfaceXSListSimpleTypeList simple type.interfaceXSRestrictionSimpleTypeRestriction simple type.interfaceXSUnionSimpleTypeUnion simple type.Methods in com.sun.xml.xsom that return XSSimpleType Modifier and Type Method Description XSSimpleTypeXSContentType. asSimpleType()Equivalent of(this instanceof XSSimpleType)?this:nullXSSimpleTypeXSType. asSimpleType()Casts this object to XSSimpleType if possible, otherwise returns null.XSSimpleTypeXSSchemaSet. getAnySimpleType()XSSimpleTypeXSListSimpleType. getItemType()XSSimpleTypeXSUnionSimpleType. getMember(int idx)XSSimpleTypeXSSimpleType. getPrimitiveType()Gets the ancestor primitiveXSSimpleTypeif this type isatomic.XSSimpleTypeXSSimpleType. getRedefinedBy()If thisXSSimpleTypeis redefined by another simple type, return that component.XSSimpleTypeXSSimpleType. getSimpleBaseType()Gets the base type as XSSimpleType.XSSimpleTypeXSSchema. getSimpleType(java.lang.String localName)XSSimpleTypeXSSchemaSet. getSimpleType(java.lang.String namespaceURI, java.lang.String localName)XSSimpleTypeXSAttributeDecl. getType()Methods in com.sun.xml.xsom that return types with arguments of type XSSimpleType Modifier and Type Method Description java.util.Map<java.lang.String,XSSimpleType>XSSchema. getSimpleTypes()Gets all theXSSimpleTypes in this schema.java.util.Iterator<XSSimpleType>XSSchema. iterateSimpleTypes()java.util.Iterator<XSSimpleType>XSSchemaSet. iterateSimpleTypes()Iterates all simple type definitions in all the schemas.
-