Uses of Class
org.javastro.ivoa.entities.stc.v1.StcDescriptionType
Packages that use StcDescriptionType
Package
Description
-
Uses of StcDescriptionType in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type StcDescriptionTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<StandardSTC,StcDescriptionType> StandardSTC.PropInfo.STC_DEFINITIONSprotected List<StcDescriptionType>StandardSTC.stcDefinitionsBecause the STC schema sets elementFormDefault="qualified", it is recommended that this element specify the STC default namespace via an xmlns namespace.Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type StcDescriptionTypeModifier and TypeMethodDescriptionStandardSTC.getStcDefinitions()Because the STC schema sets elementFormDefault="qualified", it is recommended that this element specify the STC default namespace via an xmlns namespace.StandardSTC.Modifier.getStcDefinitions()Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type StcDescriptionTypeModifier and TypeMethodDescriptionStandardSTC.Builder.addStcDefinitions(StcDescriptionType... stcDefinitions) Adds the given items to the value of "stcDefinitions"StandardSTC.Builder.withStcDefinitions(StcDescriptionType... stcDefinitions) Sets the new value of "stcDefinitions" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type StcDescriptionTypeModifier and TypeMethodDescriptionStandardSTC.Builder.addStcDefinitions(Iterable<? extends StcDescriptionType> stcDefinitions) Adds the given items to the value of "stcDefinitions"StandardSTC.Builder.withStcDefinitions(Iterable<? extends StcDescriptionType> stcDefinitions) Sets the new value of "stcDefinitions" (any previous value will be replaced) -
Uses of StcDescriptionType in org.javastro.ivoa.entities.stc.v1
Subclasses of StcDescriptionType in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionclassType for generic astronomical STC metadata, in particular Resource Profile, Search Location, Catalog Entry.classType for an observatory locationclassType to specify a pixel spaceFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type StcDescriptionTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.IndirectCollectionPropertyInfo<StcDescriptionType,CoordAreaType> StcDescriptionType.PropInfo.COORD_AREASstatic final com.kscs.util.jaxb.IndirectCollectionPropertyInfo<StcDescriptionType,CoordSysType> StcDescriptionType.PropInfo.COORD_SYSstatic final com.kscs.util.jaxb.IndirectCollectionPropertyInfo<StcDescriptionType,CoordsType> StcDescriptionType.PropInfo.COORDSMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type StcDescriptionTypeModifier and TypeMethodDescriptionprotected <_P extends StcDescriptionType>
_PStcDescriptionType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return StcDescriptionTypeModifier and TypeMethodDescriptionStcDescriptionType.Builder.build()StcDescriptionType.clone()StcDescriptionType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) StcDescriptionType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) StcDescriptionType.createCopy()StcDescriptionType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createStcDescriptionType()Create an instance ofStcDescriptionTypeStcDescriptionType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type StcDescriptionTypeModifier and TypeMethodDescriptionstatic AstroSTCDescriptionType.Builder<Void>AstroSTCDescriptionType.copyExcept(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ObservatoryLocationType.Builder<Void>ObservatoryLocationType.copyExcept(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelSpaceType.Builder<Void>PixelSpaceType.copyExcept(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static StcDescriptionType.Builder<Void>StcDescriptionType.copyExcept(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> AstroSTCDescriptionType.Builder<_B>AstroSTCDescriptionType.copyOf(StcDescriptionType _other) static <_B> AstroSTCDescriptionType.Builder<_B>AstroSTCDescriptionType.copyOf(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> ObservatoryLocationType.Builder<_B>ObservatoryLocationType.copyOf(StcDescriptionType _other) static <_B> ObservatoryLocationType.Builder<_B>ObservatoryLocationType.copyOf(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> PixelSpaceType.Builder<_B>PixelSpaceType.copyOf(StcDescriptionType _other) static <_B> PixelSpaceType.Builder<_B>PixelSpaceType.copyOf(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) StcDescriptionType.Builder.copyOf(StcDescriptionType _other) static <_B> StcDescriptionType.Builder<_B>StcDescriptionType.copyOf(StcDescriptionType _other) static <_B> StcDescriptionType.Builder<_B>StcDescriptionType.copyOf(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static AstroSTCDescriptionType.Builder<Void>AstroSTCDescriptionType.copyOnly(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static ObservatoryLocationType.Builder<Void>ObservatoryLocationType.copyOnly(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelSpaceType.Builder<Void>PixelSpaceType.copyOnly(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static StcDescriptionType.Builder<Void>StcDescriptionType.copyOnly(StcDescriptionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type StcDescriptionTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, StcDescriptionType _other, boolean _copy) Builder(_B _parentBuilder, StcDescriptionType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)