Uses of Class
org.javastro.ivoa.entities.resource.registry.iface.VOResources
Packages that use VOResources
Package
Description
-
Uses of VOResources in org.javastro.ivoa.entities.jaxb
Methods in org.javastro.ivoa.entities.jaxb with parameters of type VOResources -
Uses of VOResources in org.javastro.ivoa.entities.resource.registry.iface
Fields in org.javastro.ivoa.entities.resource.registry.iface declared as VOResourcesFields in org.javastro.ivoa.entities.resource.registry.iface with type parameters of type VOResourcesModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<VOResources,BigInteger> VOResources.PropInfo.FROMstatic final com.kscs.util.jaxb.CollectionPropertyInfo<VOResources,String> VOResources.PropInfo.IDENTIFIERSstatic final com.kscs.util.jaxb.SinglePropertyInfo<VOResources,Boolean> VOResources.PropInfo.MOREstatic final com.kscs.util.jaxb.SinglePropertyInfo<VOResources,BigInteger> VOResources.PropInfo.NUMBER_RETURNEDstatic final com.kscs.util.jaxb.CollectionPropertyInfo<VOResources,Resource> VOResources.PropInfo.RESOURCESMethods in org.javastro.ivoa.entities.resource.registry.iface with type parameters of type VOResourcesModifier and TypeMethodDescriptionprotected <_P extends VOResources>
_PVOResources.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.registry.iface that return VOResourcesModifier and TypeMethodDescriptionVOResources.Builder.build()VOResources.clone()VOResources.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) VOResources.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) VOResources.createCopy()VOResources.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createVOResources()Create an instance ofVOResourcesVOResources.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.registry.iface with parameters of type VOResourcesModifier and TypeMethodDescriptionstatic VOResources.Builder<Void>VOResources.copyExcept(VOResources _other, com.kscs.util.jaxb.PropertyTree _propertyTree) VOResources.Builder.copyOf(VOResources _other) static <_B> VOResources.Builder<_B>VOResources.copyOf(VOResources _other) static <_B> VOResources.Builder<_B>VOResources.copyOf(VOResources _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static VOResources.Builder<Void>VOResources.copyOnly(VOResources _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.resource.registry.iface with parameters of type VOResourcesModifierConstructorDescriptionBuilder(_B _parentBuilder, VOResources _other, boolean _copy) Builder(_B _parentBuilder, VOResources _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)