Uses of Class
org.javastro.ivoa.entities.vodml.Model.Builder
Packages that use Model.Builder
-
Uses of Model.Builder in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return Model.BuilderModifier and TypeMethodDescriptionModel.Builder.addAuthors(Iterable<? extends String> authors) Adds the given items to the value of "authors"Model.Builder.addAuthors(String... authors) Adds the given items to the value of "authors"Model.Builder.addDataTypes(Iterable<? extends DataType> dataTypes) Adds the given items to the value of "dataTypes"Model.Builder.addDataTypes(DataType... dataTypes) Adds the given items to the value of "dataTypes"Model.Builder.addEnumerations(Iterable<? extends Enumeration> enumerations) Adds the given items to the value of "enumerations"Model.Builder.addEnumerations(Enumeration... enumerations) Adds the given items to the value of "enumerations"Model.Builder.addImports(Iterable<? extends ModelImport> imports) Adds the given items to the value of "imports"Model.Builder.addImports(ModelImport... imports) Adds the given items to the value of "imports"Model.Builder.addObjectTypes(Iterable<? extends ObjectType> objectTypes) Adds the given items to the value of "objectTypes"Model.Builder.addObjectTypes(ObjectType... objectTypes) Adds the given items to the value of "objectTypes"Model.Builder.addPackages(Iterable<? extends Package> packages) Adds the given items to the value of "packages"Model.Builder.addPackages(Package... packages) Adds the given items to the value of "packages"Model.Builder.addPrimitiveTypes(Iterable<? extends PrimitiveType> primitiveTypes) Adds the given items to the value of "primitiveTypes"Model.Builder.addPrimitiveTypes(PrimitiveType... primitiveTypes) Adds the given items to the value of "primitiveTypes"static Model.Builder<Void>Model.builder()static Model.Builder<Void>Model.copyExcept(Model _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Model.Builder.copyOf(Model.Builder _other) static <_B> Model.Builder<_B>static <_B> Model.Builder<_B>Model.copyOf(Model _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Model.Builder<Void>Model.newCopyBuilder()<_B> Model.Builder<_B>Model.newCopyBuilder(_B _parentBuilder) <_B> Model.Builder<_B>Model.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Model.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Model.Builder.withAuthors(Iterable<? extends String> authors) Sets the new value of "authors" (any previous value will be replaced)Model.Builder.withAuthors(String... authors) Sets the new value of "authors" (any previous value will be replaced)Model.Builder.withDataTypes(Iterable<? extends DataType> dataTypes) Sets the new value of "dataTypes" (any previous value will be replaced)Model.Builder.withDataTypes(DataType... dataTypes) Sets the new value of "dataTypes" (any previous value will be replaced)Model.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Model.Builder.withEnumerations(Iterable<? extends Enumeration> enumerations) Sets the new value of "enumerations" (any previous value will be replaced)Model.Builder.withEnumerations(Enumeration... enumerations) Sets the new value of "enumerations" (any previous value will be replaced)Model.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)Model.Builder.withImports(Iterable<? extends ModelImport> imports) Sets the new value of "imports" (any previous value will be replaced)Model.Builder.withImports(ModelImport... imports) Sets the new value of "imports" (any previous value will be replaced)Model.Builder.withLastModified(LocalDateTime lastModified) Sets the new value of "lastModified" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)Model.Builder.withObjectTypes(Iterable<? extends ObjectType> objectTypes) Sets the new value of "objectTypes" (any previous value will be replaced)Model.Builder.withObjectTypes(ObjectType... objectTypes) Sets the new value of "objectTypes" (any previous value will be replaced)Model.Builder.withPackages(Iterable<? extends Package> packages) Sets the new value of "packages" (any previous value will be replaced)Model.Builder.withPackages(Package... packages) Sets the new value of "packages" (any previous value will be replaced)Model.Builder.withPreviousVersion(String previousVersion) Sets the new value of "previousVersion" (any previous value will be replaced)Model.Builder.withPrimitiveTypes(Iterable<? extends PrimitiveType> primitiveTypes) Sets the new value of "primitiveTypes" (any previous value will be replaced)Model.Builder.withPrimitiveTypes(PrimitiveType... primitiveTypes) Sets the new value of "primitiveTypes" (any previous value will be replaced)Model.Builder.withSchemaVersion(String schemaVersion) Sets the new value of "schemaVersion" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)Sets the new value of "uri" (any previous value will be replaced)Model.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type Model.BuilderModifier and TypeMethodDescriptionDataType.Builder<? extends Model.Builder<_B>>Model.Builder.addDataTypes()Returns a new builder to build an additional value of the "DataTypes" property.Enumeration.Builder<? extends Model.Builder<_B>>Model.Builder.addEnumerations()Returns a new builder to build an additional value of the "Enumerations" property.ModelImport.Builder<? extends Model.Builder<_B>>Model.Builder.addImports()Returns a new builder to build an additional value of the "Imports" property.ObjectType.Builder<? extends Model.Builder<_B>>Model.Builder.addObjectTypes()Returns a new builder to build an additional value of the "ObjectTypes" property.Package.Builder<? extends Model.Builder<_B>>Model.Builder.addPackages()Returns a new builder to build an additional value of the "Packages" property.PrimitiveType.Builder<? extends Model.Builder<_B>>Model.Builder.addPrimitiveTypes()Returns a new builder to build an additional value of the "PrimitiveTypes" property.Methods in org.javastro.ivoa.entities.vodml with parameters of type Model.BuilderModifier and TypeMethodDescriptionModel.Builder.copyOf(Model.Builder _other) <_B> voidModel.copyTo(Model.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidModel.copyTo(Model.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.