Uses of Class
org.javastro.ivoa.entities.resource.dataservice.DataCollection
Packages that use DataCollection
-
Uses of DataCollection in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type DataCollectionModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<DataCollection,AccessURL> DataCollection.PropInfo.ACCESS_URLstatic final com.kscs.util.jaxb.SinglePropertyInfo<DataCollection,Coverage> DataCollection.PropInfo.COVERAGEstatic final com.kscs.util.jaxb.CollectionPropertyInfo<DataCollection,ResourceName> DataCollection.PropInfo.FACILITIESstatic final com.kscs.util.jaxb.CollectionPropertyInfo<DataCollection,Format> DataCollection.PropInfo.FORMATSstatic final com.kscs.util.jaxb.CollectionPropertyInfo<DataCollection,ResourceName> DataCollection.PropInfo.INSTRUMENTSstatic final com.kscs.util.jaxb.CollectionPropertyInfo<DataCollection,Rights> DataCollection.PropInfo.RIGHTSstatic final com.kscs.util.jaxb.SinglePropertyInfo<DataCollection,Tableset> DataCollection.PropInfo.TABLESETMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type DataCollectionModifier and TypeMethodDescriptionprotected <_P extends DataCollection>
_PDataCollection.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return DataCollectionModifier and TypeMethodDescriptionDataCollection.Builder.build()DataCollection.clone()DataCollection.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) DataCollection.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) DataCollection.createCopy()DataCollection.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createDataCollection()Create an instance ofDataCollectionDataCollection.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type DataCollectionModifier and TypeMethodDescriptionstatic DataCollection.Builder<Void>DataCollection.copyExcept(DataCollection _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DataCollection.Builder.copyOf(DataCollection _other) static <_B> DataCollection.Builder<_B>DataCollection.copyOf(DataCollection _other) static <_B> DataCollection.Builder<_B>DataCollection.copyOf(DataCollection _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static DataCollection.Builder<Void>DataCollection.copyOnly(DataCollection _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type DataCollectionModifierConstructorDescriptionBuilder(_B _parentBuilder, DataCollection _other, boolean _copy) Builder(_B _parentBuilder, DataCollection _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)