java.lang.Object
org.javastro.ivoa.entities.resource.Resource
org.javastro.ivoa.entities.resource.standard.Standard
All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Direct Known Subclasses:
ServiceStandard

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public class Standard extends Resource implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
This typically refers to an IVOA standard but is not limited to such.

Java class for Standard complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Standard">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/VOResource/v1.0}Resource">
       <sequence>
         <element name="endorsedVersion" type="{http://www.ivoa.net/xml/StandardsRegExt/v1.0}EndorsedVersion" maxOccurs="unbounded"/>
         <element name="schema" type="{http://www.ivoa.net/xml/StandardsRegExt/v1.0}Schema" maxOccurs="unbounded" minOccurs="0"/>
         <element name="deprecated" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="key" type="{http://www.ivoa.net/xml/StandardsRegExt/v1.0}StandardKey" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • endorsedVersions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<EndorsedVersion> endorsedVersions
      More than one version can be listed, indicating that any of these versions are recognized as acceptable for use.
    • schemas

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<Schema> schemas
      This is most typically an XML Schema, but it need not be strictly.
    • deprecated

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected String deprecated
      The explanation should indicate if another standard should be preferred.
    • keies

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<StandardKey> keies
      a defined key associated with this standard.
  • Constructor Details

  • Method Details

    • getEndorsedVersions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<EndorsedVersion> getEndorsedVersions()
      More than one version can be listed, indicating that any of these versions are recognized as acceptable for use. Gets the value of the endorsedVersions 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 endorsedVersions property.

      For example, to add a new item, do as follows:

       getEndorsedVersions().add(newItem);
       

      Objects of the following type(s) are allowed in the list EndorsedVersion

      Returns:
      The value of the endorsedVersions property.
    • getSchemas

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<Schema> getSchemas()
      This is most typically an XML Schema, but it need not be strictly. Gets the value of the schemas 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 schemas property.

      For example, to add a new item, do as follows:

       getSchemas().add(newItem);
       

      Objects of the following type(s) are allowed in the list Schema

      Returns:
      The value of the schemas property.
    • getDeprecated

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String getDeprecated()
      The explanation should indicate if another standard should be preferred.
      Returns:
      possible object is String
    • setDeprecated

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setDeprecated(String value)
      Sets the value of the deprecated property.
      Parameters:
      value - allowed object is String
      See Also:
    • getKeies

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<StandardKey> getKeies()
      a defined key associated with this standard. Gets the value of the keies 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 keies property.

      For example, to add a new item, do as follows:

       getKeies().add(newItem);
       

      Objects of the following type(s) are allowed in the list StandardKey

      Returns:
      The value of the keies property.
    • equals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public boolean equals(Object object)
      Overrides:
      equals in class Resource
    • hashCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public int hashCode()
      Overrides:
      hashCode in class Resource
    • toString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String toString()
      Overrides:
      toString in class Resource
    • append

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class Resource
    • appendFields

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class Resource
    • withEndorsedVersions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withEndorsedVersions(EndorsedVersion... values)
    • withEndorsedVersions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withEndorsedVersions(Collection<EndorsedVersion> values)
    • withSchemas

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withSchemas(Schema... values)
    • withSchemas

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withSchemas(Collection<Schema> values)
    • withDeprecated

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withDeprecated(String value)
    • withKeies

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withKeies(StandardKey... values)
    • withKeies

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withKeies(Collection<StandardKey> values)
    • withValidationLevels

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withValidationLevels(Validation... values)
      Overrides:
      withValidationLevels in class Resource
    • withValidationLevels

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withValidationLevels(Collection<Validation> values)
      Overrides:
      withValidationLevels in class Resource
    • withTitle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withTitle(String value)
      Overrides:
      withTitle in class Resource
    • withShortName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withShortName(String value)
      Overrides:
      withShortName in class Resource
    • withIdentifier

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withIdentifier(String value)
      Overrides:
      withIdentifier in class Resource
    • withAltIdentifiers

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withAltIdentifiers(String... values)
      Overrides:
      withAltIdentifiers in class Resource
    • withAltIdentifiers

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withAltIdentifiers(Collection<String> values)
      Overrides:
      withAltIdentifiers in class Resource
    • withCuration

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withCuration(Curation value)
      Overrides:
      withCuration in class Resource
    • withContent

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withContent(Content value)
      Overrides:
      withContent in class Resource
    • withCreated

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withCreated(LocalDateTime value)
      Overrides:
      withCreated in class Resource
    • withUpdated

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withUpdated(LocalDateTime value)
      Overrides:
      withUpdated in class Resource
    • withStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withStatus(String value)
      Overrides:
      withStatus in class Resource
    • withVersion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Standard withVersion(String value)
      Overrides:
      withVersion in class Resource
    • mergeFrom

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(Object left, Object right)
      Specified by:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class Resource
    • mergeFrom

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)
      Specified by:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class Resource
    • createNewInstance

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      createNewInstance in class Resource