Uses of Class
org.javastro.ivoa.entities.resource.sia.SIACapRestriction
Packages that use SIACapRestriction
-
Uses of SIACapRestriction in org.javastro.ivoa.entities.resource.sia
Subclasses of SIACapRestriction in org.javastro.ivoa.entities.resource.siaModifier and TypeClassDescriptionclassEditor's Notes: * This is a prototype definition to illustrate how to extend the schema to a specific standard interface.Methods in org.javastro.ivoa.entities.resource.sia with type parameters of type SIACapRestrictionModifier and TypeMethodDescriptionprotected <_P extends SIACapRestriction>
_PSIACapRestriction.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.sia that return SIACapRestrictionModifier and TypeMethodDescriptionSIACapRestriction.Builder.build()SIACapRestriction.clone()SIACapRestriction.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) SIACapRestriction.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) SIACapRestriction.createCopy()SIACapRestriction.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SIACapRestriction.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.sia with parameters of type SIACapRestrictionModifier and TypeMethodDescriptionstatic SimpleImageAccess.Builder<Void>SimpleImageAccess.copyExcept(SIACapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SIACapRestriction.Builder.copyOf(SIACapRestriction _other) static <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.copyOf(SIACapRestriction _other) static <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.copyOf(SIACapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SimpleImageAccess.Builder<Void>SimpleImageAccess.copyOnly(SIACapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.resource.sia with parameters of type SIACapRestrictionModifierConstructorDescriptionBuilder(_B _parentBuilder, SIACapRestriction _other, boolean _copy) Builder(_B _parentBuilder, SIACapRestriction _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)