net.ivoa.xml.vodataservice.v1
Class StandardSTC
java.lang.Object
net.ivoa.xml.voresource.v1.Resource
net.ivoa.xml.vodataservice.v1.StandardSTC
public class StandardSTC
- extends Resource
This resource provides a mechanism for registering standard
coordinate systems which other resources may reference as
part of a coverage descripiton. In particular, coverage
descriptions will refer to components of the STC
descriptions in this resource via an IVOA identifier. It
is intended that an application consuming such coverage
descriptions be able to semantically interpret the
identifier without resolving it. For this reason, once a
standard STC description is registered with this resource
type, updating the description is strongly discouraged.
Java class for StandardSTC complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StandardSTC">
<complexContent>
<extension base="{http://www.ivoa.net/xml/VOResource/v1.0}Resource">
<sequence>
<element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}STCResourceProfile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Method Summary |
java.util.List<AstroSTCDescriptionType> |
getSTCResourceProfile()
Because the STC schema sets
elementFormDefault="qualified", it is
recommended that this element specify the STC
default namespace via an xmlns namespace. |
Methods inherited from class net.ivoa.xml.voresource.v1.Resource |
getContent, getCreated, getCuration, getIdentifier, getShortName, getStatus, getTitle, getUpdated, getValidationLevel, setContent, setCreated, setCuration, setIdentifier, setShortName, setStatus, setTitle, setUpdated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stcResourceProfile
protected java.util.List<AstroSTCDescriptionType> stcResourceProfile
StandardSTC
public StandardSTC()
getSTCResourceProfile
public java.util.List<AstroSTCDescriptionType> getSTCResourceProfile()
- Because the STC schema sets
elementFormDefault="qualified", it is
recommended that this element specify the STC
default namespace via an xmlns namespace.
Gets the value of the stcResourceProfile property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the stcResourceProfile property.
For example, to add a new item, do as follows:
getSTCResourceProfile().add(newItem);
Objects of the following type(s) are allowed in the list
AstroSTCDescriptionType
Copyright © 2011 VAMDC. All Rights Reserved.