Uses of Class
org.javastro.ivoa.entities.resource.AccessURL.Builder
Packages that use AccessURL.Builder
Package
Description
-
Uses of AccessURL.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return AccessURL.BuilderModifier and TypeMethodDescriptionAccessURL.Builder<? extends ServiceInterface.Builder<_B>>ServiceInterface.Builder.addAccessURLs()Returns a new builder to build an additional value of the "AccessURLs" property.static AccessURL.Builder<Void>AccessURL.builder()static AccessURL.Builder<Void>AccessURL.copyExcept(AccessURL _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AccessURL.Builder.copyOf(AccessURL.Builder _other) static <_B> AccessURL.Builder<_B>static <_B> AccessURL.Builder<_B>AccessURL.copyOf(AccessURL _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static AccessURL.Builder<Void>AccessURL.newCopyBuilder()<_B> AccessURL.Builder<_B>AccessURL.newCopyBuilder(_B _parentBuilder) <_B> AccessURL.Builder<_B>AccessURL.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) AccessURL.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Sets the new value of "use" (any previous value will be replaced)Sets the new value of "value" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource with parameters of type AccessURL.BuilderModifier and TypeMethodDescriptionAccessURL.Builder.copyOf(AccessURL.Builder _other) <_B> voidAccessURL.copyTo(AccessURL.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidAccessURL.copyTo(AccessURL.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder. -
Uses of AccessURL.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return AccessURL.BuilderModifier and TypeMethodDescriptionAccessURL.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.withAccessURL()Returns the existing builder or a new builder to build the value of the "accessURL" property.