Uses of Class
org.javastro.ivoa.entities.vodml.ObjectType.Builder
Packages that use ObjectType.Builder
-
Uses of ObjectType.Builder in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return ObjectType.BuilderModifier and TypeMethodDescriptionObjectType.Builder.addAttributes(Iterable<? extends Attribute> attributes) Adds the given items to the value of "attributes"ObjectType.Builder.addAttributes(Attribute... attributes) Adds the given items to the value of "attributes"ObjectType.Builder.addCompositions(Iterable<? extends Composition> compositions) Adds the given items to the value of "compositions"ObjectType.Builder.addCompositions(Composition... compositions) Adds the given items to the value of "compositions"ObjectType.Builder.addConstraints(Iterable<? extends Constraint> constraints) Adds the given items to the value of "constraints"ObjectType.Builder.addConstraints(Constraint... constraints) Adds the given items to the value of "constraints"ObjectType.Builder<? extends Model.Builder<_B>>Model.Builder.addObjectTypes()Returns a new builder to build an additional value of the "ObjectTypes" property.ObjectType.Builder<? extends Package.Builder<_B>>Package.Builder.addObjectTypes()Returns a new builder to build an additional value of the "ObjectTypes" property.ObjectType.Builder.addReferences(Iterable<? extends Reference> references) Adds the given items to the value of "references"ObjectType.Builder.addReferences(Reference... references) Adds the given items to the value of "references"static ObjectType.Builder<Void>ObjectType.builder()static ObjectType.Builder<Void>ObjectType.copyExcept(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ObjectType.Builder<Void>ObjectType.copyExcept(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ObjectType.Builder<Void>ObjectType.copyExcept(Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectType.Builder.copyOf(ObjectType _other) ObjectType.Builder.copyOf(ObjectType.Builder _other) static <_B> ObjectType.Builder<_B>ObjectType.copyOf(ObjectType _other) static <_B> ObjectType.Builder<_B>ObjectType.copyOf(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> ObjectType.Builder<_B>ObjectType.copyOf(ReferableElement _other) static <_B> ObjectType.Builder<_B>ObjectType.copyOf(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> ObjectType.Builder<_B>static <_B> ObjectType.Builder<_B>ObjectType.copyOf(Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ObjectType.Builder<Void>ObjectType.copyOnly(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ObjectType.Builder<Void>ObjectType.copyOnly(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ObjectType.Builder<Void>ObjectType.newCopyBuilder()<_B> ObjectType.Builder<_B>ObjectType.newCopyBuilder(_B _parentBuilder) <_B> ObjectType.Builder<_B>ObjectType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectType.Builder.withAbstract(Boolean _abstract) Sets the new value of "_abstract" (any previous value will be replaced)ObjectType.Builder.withAttributes(Iterable<? extends Attribute> attributes) Sets the new value of "attributes" (any previous value will be replaced)ObjectType.Builder.withAttributes(Attribute... attributes) Sets the new value of "attributes" (any previous value will be replaced)ObjectType.Builder.withCompositions(Iterable<? extends Composition> compositions) Sets the new value of "compositions" (any previous value will be replaced)ObjectType.Builder.withCompositions(Composition... compositions) Sets the new value of "compositions" (any previous value will be replaced)ObjectType.Builder.withConstraints(Iterable<? extends Constraint> constraints) Sets the new value of "constraints" (any previous value will be replaced)ObjectType.Builder.withConstraints(Constraint... constraints) Sets the new value of "constraints" (any previous value will be replaced)ObjectType.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)ObjectType.Builder.withExtends(ElementRef _extends) Sets the new value of "_extends" (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)ObjectType.Builder.withReferences(Iterable<? extends Reference> references) Sets the new value of "references" (any previous value will be replaced)ObjectType.Builder.withReferences(Reference... references) Sets the new value of "references" (any previous value will be replaced)ObjectType.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 ObjectType.BuilderModifier and TypeMethodDescriptionAttribute.Builder<? extends ObjectType.Builder<_B>>ObjectType.Builder.addAttributes()Returns a new builder to build an additional value of the "Attributes" property.Composition.Builder<? extends ObjectType.Builder<_B>>ObjectType.Builder.addCompositions()Returns a new builder to build an additional value of the "Compositions" property.Reference.Builder<? extends ObjectType.Builder<_B>>ObjectType.Builder.addReferences()Returns a new builder to build an additional value of the "References" property.ElementRef.Builder<? extends ObjectType.Builder<_B>>ObjectType.Builder.withExtends()Returns the existing builder or a new builder to build the value of the "_extends" property.Methods in org.javastro.ivoa.entities.vodml with parameters of type ObjectType.BuilderModifier and TypeMethodDescriptionObjectType.Builder.copyOf(ObjectType.Builder _other) <_B> voidObjectType.copyTo(ObjectType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidObjectType.copyTo(ObjectType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.