Uses of Class
org.javastro.ivoa.entities.resource.Source.Builder
Packages that use Source.Builder
-
Uses of Source.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return Source.BuilderModifier and TypeMethodDescriptionstatic Source.Builder<Void>Source.builder()static Source.Builder<Void>Source.copyExcept(Source _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Source.Builder.copyOf(Source.Builder _other) static <_B> Source.Builder<_B>static <_B> Source.Builder<_B>Source.copyOf(Source _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Source.Builder<Void>Source.newCopyBuilder()<_B> Source.Builder<_B>Source.newCopyBuilder(_B _parentBuilder) <_B> Source.Builder<_B>Source.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Source.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Source.Builder.withFormat(String format) Sets the new value of "format" (any previous value will be replaced)Source.Builder<? extends Content.Builder<_B>>Content.Builder.withSource()Returns the existing builder or a new builder to build the value of the "source" property.Sets the new value of "value" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource with parameters of type Source.BuilderModifier and TypeMethodDescriptionSource.Builder.copyOf(Source.Builder _other) <_B> voidSource.copyTo(Source.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSource.copyTo(Source.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.