Uses of Class
org.javastro.ivoa.entities.resource.standard.Schema
Packages that use Schema
-
Uses of Schema in org.javastro.ivoa.entities.resource.standard
Fields in org.javastro.ivoa.entities.resource.standard with type parameters of type SchemaModifier and TypeFieldDescriptionStandard.schemasThis is most typically an XML Schema, but it need not be strictly.Methods in org.javastro.ivoa.entities.resource.standard that return SchemaModifier and TypeMethodDescriptionObjectFactory.createSchema()Create an instance ofSchemaSchema.withDescription(String value) Schema.withExamples(String... values) Schema.withExamples(Collection<String> values) Schema.withLocation(String value) Schema.withNamespace(String value) Methods in org.javastro.ivoa.entities.resource.standard that return types with arguments of type SchemaModifier and TypeMethodDescriptionStandard.getSchemas()This is most typically an XML Schema, but it need not be strictly.Methods in org.javastro.ivoa.entities.resource.standard with parameters of type SchemaModifier and TypeMethodDescriptionServiceStandard.withSchemas(Schema... values) Standard.withSchemas(Schema... values) Method parameters in org.javastro.ivoa.entities.resource.standard with type arguments of type SchemaModifier and TypeMethodDescriptionServiceStandard.withSchemas(Collection<Schema> values) Standard.withSchemas(Collection<Schema> values)