Uses of Class
org.javastro.ivoa.entities.resource.dataservice.CatalogResource
Packages that use CatalogResource
-
Uses of CatalogResource in org.javastro.ivoa.entities.resource.dataservice
Subclasses of CatalogResource in org.javastro.ivoa.entities.resource.dataserviceModifier and TypeClassDescriptionclassThis is the appropriate resource type for normal VO services, e.g., TAP, SSAP, SIAP, ConeSearch.Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type CatalogResourceModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<CatalogResource,Tableset> CatalogResource.PropInfo.TABLESETMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type CatalogResourceModifier and TypeMethodDescriptionprotected <_P extends CatalogResource>
_PCatalogResource.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return CatalogResourceModifier and TypeMethodDescriptionCatalogResource.Builder.build()CatalogResource.clone()CatalogResource.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) CatalogResource.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createCatalogResource()Create an instance ofCatalogResourceCatalogResource.createCopy()CatalogResource.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CatalogResource.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type CatalogResourceModifier and TypeMethodDescriptionstatic CatalogResource.Builder<Void>CatalogResource.copyExcept(CatalogResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CatalogService.Builder<Void>CatalogService.copyExcept(CatalogResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CatalogResource.Builder.copyOf(CatalogResource _other) static <_B> CatalogResource.Builder<_B>CatalogResource.copyOf(CatalogResource _other) static <_B> CatalogResource.Builder<_B>CatalogResource.copyOf(CatalogResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CatalogService.Builder<_B>CatalogService.copyOf(CatalogResource _other) static <_B> CatalogService.Builder<_B>CatalogService.copyOf(CatalogResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static CatalogResource.Builder<Void>CatalogResource.copyOnly(CatalogResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CatalogService.Builder<Void>CatalogService.copyOnly(CatalogResource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type CatalogResourceModifierConstructorDescriptionBuilder(_B _parentBuilder, CatalogResource _other, boolean _copy) Builder(_B _parentBuilder, CatalogResource _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)