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 TypeFieldDescriptionprotected 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.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type StcDescriptionTypeMethod parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type StcDescriptionTypeModifier and TypeMethodDescriptionStandardSTC.withStcDefinitions(Collection<StcDescriptionType> values) -
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 spaceMethods in org.javastro.ivoa.entities.stc.v1 that return StcDescriptionTypeModifier and TypeMethodDescriptionObjectFactory.createStcDescriptionType()Create an instance ofStcDescriptionTypeStcDescriptionType.withCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... values) StcDescriptionType.withCoordAreas(Collection<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> values) StcDescriptionType.withCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... values) StcDescriptionType.withCoords(Collection<jakarta.xml.bind.JAXBElement<? extends CoordsType>> values) StcDescriptionType.withCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... values) StcDescriptionType.withCoordSys(Collection<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> values) StcDescriptionType.withIDREFType(String value) StcDescriptionType.withIDType(String value)