Uses of Class
org.javastro.ivoa.entities.vodml.ElementRef.Builder
Packages that use ElementRef.Builder
-
Uses of ElementRef.Builder in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return ElementRef.BuilderModifier and TypeMethodDescriptionstatic ElementRef.Builder<Void>ElementRef.builder()static ElementRef.Builder<Void>ElementRef.copyExcept(ElementRef _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ElementRef.Builder.copyOf(ElementRef _other) ElementRef.Builder.copyOf(ElementRef.Builder _other) static <_B> ElementRef.Builder<_B>ElementRef.copyOf(ElementRef _other) static <_B> ElementRef.Builder<_B>ElementRef.copyOf(ElementRef _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ElementRef.Builder<Void>ElementRef.copyOnly(ElementRef _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ElementRef.newCopyBuilder()<_B> ElementRef.Builder<_B>ElementRef.newCopyBuilder(_B _parentBuilder) <_B> ElementRef.Builder<_B>ElementRef.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ElementRef.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ElementRef.Builder<? extends Attribute.Builder<_B>>Attribute.Builder.withDatatype()Returns the existing builder or a new builder to build the value of the "datatype" property.ElementRef.Builder<? extends Composition.Builder<_B>>Composition.Builder.withDatatype()Returns the existing builder or a new builder to build the value of the "datatype" property.ElementRef.Builder<? extends Reference.Builder<_B>>Reference.Builder.withDatatype()Returns the existing builder or a new builder to build the value of the "datatype" property.ElementRef.Builder<? extends Relation.Builder<_B>>Relation.Builder.withDatatype()Returns the existing builder or a new builder to build the value of the "datatype" property.ElementRef.Builder<? extends Role.Builder<_B>>Role.Builder.withDatatype()Returns the existing builder or a new builder to build the value of the "datatype" property.ElementRef.Builder<? extends SubsettedRole.Builder<_B>>SubsettedRole.Builder.withDatatype()Returns the existing builder or a new builder to build the value of the "datatype" property.ElementRef.Builder<? extends DataType.Builder<_B>>DataType.Builder.withExtends()Returns the existing builder or a new builder to build the value of the "_extends" property.ElementRef.Builder<? extends Enumeration.Builder<_B>>Enumeration.Builder.withExtends()Returns the existing builder or a new builder to build the value of the "_extends" 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.ElementRef.Builder<? extends PrimitiveType.Builder<_B>>PrimitiveType.Builder.withExtends()Returns the existing builder or a new builder to build the value of the "_extends" property.ElementRef.Builder<? extends Type.Builder<_B>>Type.Builder.withExtends()Returns the existing builder or a new builder to build the value of the "_extends" property.ElementRef.Builder<? extends ValueType.Builder<_B>>ValueType.Builder.withExtends()Returns the existing builder or a new builder to build the value of the "_extends" property.ElementRef.Builder<? extends SubsettedRole.Builder<_B>>SubsettedRole.Builder.withRole()Returns the existing builder or a new builder to build the value of the "role" property.ElementRef.Builder.withVodmlRef(String vodmlRef) Sets the new value of "vodmlRef" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.vodml with parameters of type ElementRef.BuilderModifier and TypeMethodDescriptionElementRef.Builder.copyOf(ElementRef.Builder _other) <_B> voidElementRef.copyTo(ElementRef.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidElementRef.copyTo(ElementRef.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.