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