Uses of Class
org.javastro.ivoa.entities.resource.registry.RegCapRestriction.Builder
Packages that use RegCapRestriction.Builder
-
Uses of RegCapRestriction.Builder in org.javastro.ivoa.entities.resource.registry
Subclasses of RegCapRestriction.Builder in org.javastro.ivoa.entities.resource.registryModifier and TypeClassDescriptionstatic classHarvest.Builder<_B>static classSearch.Builder<_B>Methods in org.javastro.ivoa.entities.resource.registry that return RegCapRestriction.BuilderModifier and TypeMethodDescriptionRegCapRestriction.Builder.addInterfaces(Iterable<? extends ServiceInterface> interfaces) Adds the given items to the value of "interfaces"RegCapRestriction.Builder.addInterfaces(ServiceInterface... interfaces) Adds the given items to the value of "interfaces"RegCapRestriction.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"RegCapRestriction.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"RegCapRestriction.Builder.copyOf(RegCapRestriction _other) RegCapRestriction.Builder.copyOf(RegCapRestriction.Builder _other) abstract RegCapRestriction.Builder<Void>RegCapRestriction.newCopyBuilder()abstract <_B> RegCapRestriction.Builder<_B>RegCapRestriction.newCopyBuilder(_B _parentBuilder) abstract <_B> RegCapRestriction.Builder<_B>RegCapRestriction.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract RegCapRestriction.Builder<Void>RegCapRestriction.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) RegCapRestriction.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)RegCapRestriction.Builder.withInterfaces(Iterable<? extends ServiceInterface> interfaces) Sets the new value of "interfaces" (any previous value will be replaced)RegCapRestriction.Builder.withInterfaces(ServiceInterface... interfaces) Sets the new value of "interfaces" (any previous value will be replaced)RegCapRestriction.Builder.withStandardID(String standardID) Sets the new value of "standardID" (any previous value will be replaced)RegCapRestriction.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)RegCapRestriction.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry with parameters of type RegCapRestriction.BuilderModifier and TypeMethodDescriptionRegCapRestriction.Builder.copyOf(RegCapRestriction.Builder _other) <_B> voidRegCapRestriction.copyTo(RegCapRestriction.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidRegCapRestriction.copyTo(RegCapRestriction.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.