Class Standard
java.lang.Object
org.apache.maven.plugin.doap.options.Standard
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod equals.getBody()Get the body which published the standard (Example: "W3C", "OASIS", "ISO" etc.).getId()Get an identifier for the standard (Example: ISO/IEC 15438, RFC2397, JSR206 etc.).getTitle()Get the expanded title of the standard.getUrl()Get an URL pointing to the standard (main website or specification document).inthashCode()Method hashCode.voidSet the body which published the standard (Example: "W3C", "OASIS", "ISO" etc.).voidSet an identifier for the standard (Example: ISO/IEC 15438, RFC2397, JSR206 etc.).voidSet the expanded title of the standard.voidSet an URL pointing to the standard (main website or specification document).toString()Method toString.
-
Constructor Details
-
Standard
public Standard()
-
-
Method Details
-
equals
-
getBody
Get the body which published the standard (Example: "W3C", "OASIS", "ISO" etc.). Required.- Returns:
- String
- See Also:
-
getId
Get an identifier for the standard (Example: ISO/IEC 15438, RFC2397, JSR206 etc.). Required.- Returns:
- String
- See Also:
-
getTitle
Get the expanded title of the standard. Required.- Returns:
- String
- See Also:
-
getUrl
Get an URL pointing to the standard (main website or specification document). Optional.- Returns:
- String
- See Also:
-
hashCode
-
setBody
Set the body which published the standard (Example: "W3C", "OASIS", "ISO" etc.). Required.- Parameters:
body- a body object.- See Also:
-
setId
Set an identifier for the standard (Example: ISO/IEC 15438, RFC2397, JSR206 etc.). Required.- Parameters:
id- a id object.- See Also:
-
setTitle
Set the expanded title of the standard. Required.- Parameters:
title- a title object.- See Also:
-
setUrl
Set an URL pointing to the standard (main website or specification document). Optional.- Parameters:
url- a url object.- See Also:
-
toString
-