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