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