Class Standard

java.lang.Object
org.apache.maven.plugin.doap.options.Standard
All Implemented Interfaces:
Serializable

public class Standard extends Object implements Serializable
The "Standard" element is used to list all the relevant standards implemented by the project. These standards include W3C or ISO standards, RFCs, various technical specifications etc. Example:
<asfext:implements>
  <asfext:Standard>
    <asfext:title>Extensible
Stylesheet Language - Formatting Objects (XSL-FO
1.1)</asfext:title>
    <asfext:body>W3C</asfext:body>
    <asfext:id>XSL
1.1</asfext:id>
    <asfext:url
rdf:resource="http://www.w3.org/TR/xsl11/"/>
  </asfext:Standard>
</asfext:implements>
Version:
$Revision$ $Date$
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
    Method equals.
    Get the body which published the standard (Example: "W3C", "OASIS", "ISO" etc.).
    Get an identifier for the standard (Example: ISO/IEC 15438, RFC2397, JSR206 etc.).
    Get the expanded title of the standard.
    Get an URL pointing to the standard (main website or specification document).
    int
    Method hashCode.
    void
    Set the body which published the standard (Example: "W3C", "OASIS", "ISO" etc.).
    void
    Set an identifier for the standard (Example: ISO/IEC 15438, RFC2397, JSR206 etc.).
    void
    Set the expanded title of the standard.
    void
    Set an URL pointing to the standard (main website or specification document).
    Method toString.

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait