Uses of Class
org.javastro.ivoa.entities.resource.dataservice.Format.Builder
Packages that use Format.Builder
-
Uses of Format.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return Format.BuilderModifier and TypeMethodDescriptionFormat.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.addFormats()Returns a new builder to build an additional value of the "Formats" property.static Format.Builder<Void>Format.builder()static Format.Builder<Void>Format.copyExcept(Format _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Format.Builder.copyOf(Format.Builder _other) static <_B> Format.Builder<_B>static <_B> Format.Builder<_B>Format.copyOf(Format _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Format.Builder<Void>Format.newCopyBuilder()<_B> Format.Builder<_B>Format.newCopyBuilder(_B _parentBuilder) <_B> Format.Builder<_B>Format.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Format.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Format.Builder.withIsMIMEType(Boolean isMIMEType) Sets the new value of "isMIMEType" (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.dataservice with parameters of type Format.BuilderModifier and TypeMethodDescriptionFormat.Builder.copyOf(Format.Builder _other) <_B> voidFormat.copyTo(Format.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidFormat.copyTo(Format.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.