Uses of Class
org.javastro.ivoa.entities.vodml.Attribute.Builder
Packages that use Attribute.Builder
-
Uses of Attribute.Builder in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return Attribute.BuilderModifier and TypeMethodDescriptionAttribute.Builder<? extends DataType.Builder<_B>>DataType.Builder.addAttributes()Returns a new builder to build an additional value of the "Attributes" property.Attribute.Builder<? extends ObjectType.Builder<_B>>ObjectType.Builder.addAttributes()Returns a new builder to build an additional value of the "Attributes" property.static Attribute.Builder<Void>Attribute.builder()static Attribute.Builder<Void>Attribute.copyExcept(Attribute _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Attribute.Builder<Void>Attribute.copyExcept(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Attribute.Builder<Void>Attribute.copyExcept(Role _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Attribute.Builder.copyOf(Attribute.Builder _other) static <_B> Attribute.Builder<_B>static <_B> Attribute.Builder<_B>Attribute.copyOf(Attribute _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Attribute.Builder<_B>Attribute.copyOf(ReferableElement _other) static <_B> Attribute.Builder<_B>Attribute.copyOf(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Attribute.Builder<_B>static <_B> Attribute.Builder<_B>Attribute.copyOf(Role _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Attribute.Builder<Void>static Attribute.Builder<Void>Attribute.copyOnly(ReferableElement _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Attribute.Builder<Void>Attribute.newCopyBuilder()<_B> Attribute.Builder<_B>Attribute.newCopyBuilder(_B _parentBuilder) <_B> Attribute.Builder<_B>Attribute.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Attribute.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Attribute.Builder.withDatatype(ElementRef datatype) Sets the new value of "datatype" (any previous value will be replaced)Attribute.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Attribute.Builder.withMultiplicity(Multiplicity multiplicity) Sets the new value of "multiplicity" (any previous value will be replaced)Sets the new value of "name" (any previous value will be replaced)Attribute.Builder.withSemanticconcept(SemanticConcept semanticconcept) Sets the new value of "semanticconcept" (any previous value will be replaced)Attribute.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 Attribute.BuilderModifier and TypeMethodDescriptionElementRef.Builder<? extends Attribute.Builder<_B>>Attribute.Builder.withDatatype()Returns the existing builder or a new builder to build the value of the "datatype" property.Multiplicity.Builder<? extends Attribute.Builder<_B>>Attribute.Builder.withMultiplicity()Returns the existing builder or a new builder to build the value of the "multiplicity" property.SemanticConcept.Builder<? extends Attribute.Builder<_B>>Attribute.Builder.withSemanticconcept()Returns the existing builder or a new builder to build the value of the "semanticconcept" property.Methods in org.javastro.ivoa.entities.vodml with parameters of type Attribute.BuilderModifier and TypeMethodDescriptionAttribute.Builder.copyOf(Attribute.Builder _other) <_B> voidAttribute.copyTo(Attribute.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidAttribute.copyTo(Attribute.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.