Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.SimpleType
-
Packages that use SimpleType Package Description org.eclipse.persistence.internal.oxm.schema org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of SimpleType in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema that return SimpleType Modifier and Type Method Description protected SimpleTypeSchemaModelGenerator. buildNewSimpleType(String name)Create and return a SimpleType with name set to the given name.protected SimpleTypeSchemaModelGenerator. buildSimpleType(Descriptor desc, Schema workingSchema, boolean global)Create and return a SimpleType for a given XMLDescriptor. -
Uses of SimpleType in org.eclipse.persistence.internal.oxm.schema.model
Methods in org.eclipse.persistence.internal.oxm.schema.model that return SimpleType Modifier and Type Method Description SimpleTypeList. getSimpleType()SimpleTypeRestriction. getSimpleType()SimpleTypeSimpleComponent. getSimpleType()Methods in org.eclipse.persistence.internal.oxm.schema.model that return types with arguments of type SimpleType Modifier and Type Method Description List<SimpleType>Union. getSimpleTypes()Map<String,SimpleType>Schema. getTopLevelSimpleTypes()Methods in org.eclipse.persistence.internal.oxm.schema.model with parameters of type SimpleType Modifier and Type Method Description voidSchema. addTopLevelSimpleTypes(SimpleType simpleType)voidList. setSimpleType(SimpleType simpleType)voidRestriction. setSimpleType(SimpleType simpleType)voidSimpleComponent. setSimpleType(SimpleType simpleType)Method parameters in org.eclipse.persistence.internal.oxm.schema.model with type arguments of type SimpleType Modifier and Type Method Description voidUnion. setSimpleTypes(List<SimpleType> simpleTypes)voidSchema. setTopLevelSimpleTypes(Map<String,SimpleType> topLevelSimpleTypes)
-