Uses of Class
org.javastro.ivoa.entities.resource.dataservice.CatalogService
Packages that use CatalogService
-
Uses of CatalogService in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type CatalogServiceModifier and TypeMethodDescriptionprotected <_P extends CatalogService>
_PCatalogService.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return CatalogServiceModifier and TypeMethodDescriptionCatalogService.Builder.build()CatalogService.clone()CatalogService.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) CatalogService.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createCatalogService()Create an instance ofCatalogServiceCatalogService.createCopy()CatalogService.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CatalogService.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type CatalogServiceModifier and TypeMethodDescriptionstatic CatalogService.Builder<Void>CatalogService.copyExcept(CatalogService _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CatalogService.Builder.copyOf(CatalogService _other) static <_B> CatalogService.Builder<_B>CatalogService.copyOf(CatalogService _other) static <_B> CatalogService.Builder<_B>CatalogService.copyOf(CatalogService _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static CatalogService.Builder<Void>CatalogService.copyOnly(CatalogService _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type CatalogServiceModifierConstructorDescriptionBuilder(_B _parentBuilder, CatalogService _other, boolean _copy) Builder(_B _parentBuilder, CatalogService _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)