public class Standard extends Object implements Serializable
<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>
Constructor and Description |
---|
Standard() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Method equals.
|
String |
getBody()
Get the body which published the standard (Example: "W3C",
"OASIS", "ISO" etc.).
|
String |
getId()
Get an identifier for the standard (Example: ISO/IEC 15438,
RFC2397, JSR206 etc.).
|
String |
getTitle()
Get the expanded title of the standard.
|
String |
getUrl()
Get an URL pointing to the standard (main website or
specification document).
|
int |
hashCode()
Method hashCode.
|
void |
setBody(String body)
Set the body which published the standard (Example: "W3C",
"OASIS", "ISO" etc.).
|
void |
setId(String id)
Set an identifier for the standard (Example: ISO/IEC 15438,
RFC2397, JSR206 etc.).
|
void |
setTitle(String title)
Set the expanded title of the standard.
|
void |
setUrl(String url)
Set an URL pointing to the standard (main website or
specification document).
|
String |
toString()
Method toString.
|
public boolean equals(Object other)
public String getBody()
public String getId()
public String getTitle()
public String getUrl()
public void setBody(String body)
body
- public void setId(String id)
id
- public void setTitle(String title)
title
- public void setUrl(String url)
url
- Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.