Uses of Class
org.javastro.ivoa.entities.vodml.Package.Builder
Packages that use Package.Builder
-
Uses of Package.Builder in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return Package.BuilderModifier and TypeMethodDescriptionPackage.Builder.addDataTypes(Iterable<? extends DataType> dataTypes) Adds the given items to the value of "dataTypes"Package.Builder.addDataTypes(DataType... dataTypes) Adds the given items to the value of "dataTypes"Package.Builder.addEnumerations(Iterable<? extends Enumeration> enumerations) Adds the given items to the value of "enumerations"Package.Builder.addEnumerations(Enumeration... enumerations) Adds the given items to the value of "enumerations"Package.Builder.addObjectTypes(Iterable<? extends ObjectType> objectTypes) Adds the given items to the value of "objectTypes"Package.Builder.addObjectTypes(ObjectType... objectTypes) Adds the given items to the value of "objectTypes"Package.Builder<? extends Model.Builder<_B>>Model.Builder.addPackages()Returns a new builder to build an additional value of the "Packages" property.Package.Builder<? extends Package.Builder<_B>>Package.Builder.addPackages()Returns a new builder to build an additional value of the "Packages" property.Package.Builder.addPackages(Iterable<? extends Package> packages) Adds the given items to the value of "packages"Package.Builder.addPackages(Package... packages) Adds the given items to the value of "packages"Package.Builder.addPrimitiveTypes(Iterable<? extends PrimitiveType> primitiveTypes) Adds the given items to the value of "primitiveTypes"Package.Builder.addPrimitiveTypes(PrimitiveType... primitiveTypes) Adds the given items to the value of "primitiveTypes"static Package.Builder<Void>Package.builder()static Package.Builder<Void>Package.copyExcept(Package _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Package.Builder<Void>Package.copyExcept(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Package.Builder.copyOf(Package.Builder _other) static <_B> Package.Builder<_B>static <_B> Package.Builder<_B>Package.copyOf(Package _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Package.Builder<_B>Package.copyOf(ReferableElement _other) static <_B> Package.Builder<_B>Package.copyOf(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Package.Builder<Void>static Package.Builder<Void>Package.copyOnly(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Package.newCopyBuilder()<_B> Package.Builder<_B>Package.newCopyBuilder(_B _parentBuilder) <_B> Package.Builder<_B>Package.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Package.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Package.Builder.withDataTypes(Iterable<? extends DataType> dataTypes) Sets the new value of "dataTypes" (any previous value will be replaced)Package.Builder.withDataTypes(DataType... dataTypes) Sets the new value of "dataTypes" (any previous value will be replaced)Package.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Package.Builder.withEnumerations(Iterable<? extends Enumeration> enumerations) Sets the new value of "enumerations" (any previous value will be replaced)Package.Builder.withEnumerations(Enumeration... enumerations) Sets the new value of "enumerations" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)Package.Builder.withObjectTypes(Iterable<? extends ObjectType> objectTypes) Sets the new value of "objectTypes" (any previous value will be replaced)Package.Builder.withObjectTypes(ObjectType... objectTypes) Sets the new value of "objectTypes" (any previous value will be replaced)Package.Builder.withPackages(Iterable<? extends Package> packages) Sets the new value of "packages" (any previous value will be replaced)Package.Builder.withPackages(Package... packages) Sets the new value of "packages" (any previous value will be replaced)Package.Builder.withPrimitiveTypes(Iterable<? extends PrimitiveType> primitiveTypes) Sets the new value of "primitiveTypes" (any previous value will be replaced)Package.Builder.withPrimitiveTypes(PrimitiveType... primitiveTypes) Sets the new value of "primitiveTypes" (any previous value will be replaced)Package.Builder.withVodmlId(String vodmlId) Sets the new value of "vodmlId" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type Package.BuilderModifier and TypeMethodDescriptionDataType.Builder<? extends Package.Builder<_B>>Package.Builder.addDataTypes()Returns a new builder to build an additional value of the "DataTypes" property.Enumeration.Builder<? extends Package.Builder<_B>>Package.Builder.addEnumerations()Returns a new builder to build an additional value of the "Enumerations" property.ObjectType.Builder<? extends Package.Builder<_B>>Package.Builder.addObjectTypes()Returns a new builder to build an additional value of the "ObjectTypes" property.Package.Builder<? extends Package.Builder<_B>>Package.Builder.addPackages()Returns a new builder to build an additional value of the "Packages" property.PrimitiveType.Builder<? extends Package.Builder<_B>>Package.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 Package.BuilderModifier and TypeMethodDescriptionPackage.Builder.copyOf(Package.Builder _other) <_B> voidPackage.copyTo(Package.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidPackage.copyTo(Package.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.