|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.astrogrid.acr.ivoa.resource.Content
public class Content
Metadata about the general content of a resource.
Resource,
Serialized Form| Constructor Summary | |
|---|---|
Content()
|
|
| Method Summary | |
|---|---|
String[] |
getContentLevel()
Description of the content level (intended audience) for this rsource |
String |
getDescription()
An account of the nature of the resource |
URI |
getReferenceURI()
URI pointing to a human-readable document describing this resource |
URL |
getReferenceURL()
Deprecated. use Content.getReferenceURI() |
Relationship[] |
getRelationships()
a description of a relationship to another resource. |
Source |
getSource()
a bibliographic reference from which the present resource is derived or extracted. |
String[] |
getSubject()
a topic, object type, or other descriptive keywords about the resource. |
String[] |
getType()
Nature or genre of the content of the resource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Content()
| Method Detail |
|---|
public String[] getContentLevel()
public String getDescription()
@Deprecated public URL getReferenceURL()
Content.getReferenceURI()
Content.getReferenceURI()public URI getReferenceURI()
public Relationship[] getRelationships()
public String[] getSubject()
public String[] getType()
public Source getSource()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||