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 declared as SchemaFields in org.javastro.ivoa.entities.resource.standard with type parameters of type SchemaModifier and TypeFieldDescriptionSchema.PropInfo.DESCRIPTIONSchema.PropInfo.EXAMPLESSchema.PropInfo.LOCATIONSchema.PropInfo.NAMESPACEStandard.schemasThis is most typically an XML Schema, but it need not be strictly.Standard.PropInfo.SCHEMASMethods in org.javastro.ivoa.entities.resource.standard with type parameters of type SchemaModifier and TypeMethodDescriptionprotected <_P extends Schema>
_PSchema.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.standard that return SchemaModifier and TypeMethodDescriptionSchema.Builder.build()Schema.clone()Schema.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Schema.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Schema.createCopy()Schema.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createSchema()Create an instance ofSchemaSchema.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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.Standard.Modifier.getSchemas()Methods in org.javastro.ivoa.entities.resource.standard with parameters of type SchemaModifier and TypeMethodDescriptionServiceStandard.Builder.addSchemas(Schema... schemas) Adds the given items to the value of "schemas"Standard.Builder.addSchemas(Schema... schemas) Adds the given items to the value of "schemas"static Schema.Builder<Void>Schema.copyExcept(Schema _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Schema.Builder<_B>static <_B> Schema.Builder<_B>Schema.copyOf(Schema _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Schema.Builder<Void>ServiceStandard.Builder.withSchemas(Schema... schemas) Sets the new value of "schemas" (any previous value will be replaced)Standard.Builder.withSchemas(Schema... schemas) Sets the new value of "schemas" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.standard with type arguments of type SchemaModifier and TypeMethodDescriptionServiceStandard.Builder.addSchemas(Iterable<? extends Schema> schemas) Adds the given items to the value of "schemas"Standard.Builder.addSchemas(Iterable<? extends Schema> schemas) Adds the given items to the value of "schemas"ServiceStandard.Builder.withSchemas(Iterable<? extends Schema> schemas) Sets the new value of "schemas" (any previous value will be replaced)Standard.Builder.withSchemas(Iterable<? extends Schema> schemas) Sets the new value of "schemas" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.standard with parameters of type Schema