|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.rss10.elements.DublinCoreExtension
public class DublinCoreExtension
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://purl.org/dc/elements/1.1/}title"/> <element ref="{http://purl.org/dc/elements/1.1/}creator"/> <element ref="{http://purl.org/dc/elements/1.1/}subject" maxOccurs="unbounded"/> <element ref="{http://purl.org/dc/elements/1.1/}description"/> <element ref="{http://purl.org/dc/elements/1.1/}publisher"/> <element ref="{http://purl.org/dc/elements/1.1/}contributor" maxOccurs="unbounded"/> <element ref="{http://purl.org/dc/elements/1.1/}date"/> <element ref="{http://purl.org/dc/elements/1.1/}type"/> <element ref="{http://purl.org/dc/elements/1.1/}format"/> <element ref="{http://purl.org/dc/elements/1.1/}identifier"/> <element ref="{http://purl.org/dc/elements/1.1/}source"/> <element ref="{http://purl.org/dc/elements/1.1/}language"/> <element ref="{http://purl.org/dc/elements/1.1/}relation"/> <element ref="{http://purl.org/dc/elements/1.1/}coverage"/> <element ref="{http://purl.org/dc/elements/1.1/}rights"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<DcType> |
contributor
|
protected DcType |
coverage
|
protected DcType |
creator
|
protected DcType |
date
|
protected DcType |
description
|
protected DcType |
format
|
protected DcType |
identifier
|
protected DcType |
language
|
protected DcType |
publisher
|
protected DcType |
relation
|
protected DcType |
rights
|
protected DcType |
source
|
protected List<DcType> |
subject
|
protected DcType |
title
|
protected DcType |
type
|
Constructor Summary | |
---|---|
DublinCoreExtension()
|
Method Summary | |
---|---|
List<DcType> |
getContributor()
Gets the value of the contributor property. |
DcType |
getCoverage()
Gets the value of the coverage property. |
DcType |
getCreator()
Gets the value of the creator property. |
DcType |
getDate()
Gets the value of the date property. |
DcType |
getDescription()
Gets the value of the description property. |
DcType |
getFormat()
Gets the value of the format property. |
DcType |
getIdentifier()
Gets the value of the identifier property. |
DcType |
getLanguage()
Gets the value of the language property. |
DcType |
getPublisher()
Gets the value of the publisher property. |
DcType |
getRelation()
Gets the value of the relation property. |
DcType |
getRights()
Gets the value of the rights property. |
DcType |
getSource()
Gets the value of the source property. |
List<DcType> |
getSubject()
Gets the value of the subject property. |
DcType |
getTitle()
Gets the value of the title property. |
DcType |
getType()
Gets the value of the type property. |
void |
setCoverage(DcType value)
Sets the value of the coverage property. |
void |
setCreator(DcType value)
Sets the value of the creator property. |
void |
setDate(DcType value)
Sets the value of the date property. |
void |
setDescription(DcType value)
Sets the value of the description property. |
void |
setFormat(DcType value)
Sets the value of the format property. |
void |
setIdentifier(DcType value)
Sets the value of the identifier property. |
void |
setLanguage(DcType value)
Sets the value of the language property. |
void |
setPublisher(DcType value)
Sets the value of the publisher property. |
void |
setRelation(DcType value)
Sets the value of the relation property. |
void |
setRights(DcType value)
Sets the value of the rights property. |
void |
setSource(DcType value)
Sets the value of the source property. |
void |
setTitle(DcType value)
Sets the value of the title property. |
void |
setType(DcType value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DcType title
protected DcType creator
protected List<DcType> subject
protected DcType description
protected DcType publisher
protected List<DcType> contributor
protected DcType date
protected DcType type
protected DcType format
protected DcType identifier
protected DcType source
protected DcType language
protected DcType relation
protected DcType coverage
protected DcType rights
Constructor Detail |
---|
public DublinCoreExtension()
Method Detail |
---|
public DcType getTitle()
DcType
public void setTitle(DcType value)
value
- allowed object is
DcType
public DcType getCreator()
DcType
public void setCreator(DcType value)
value
- allowed object is
DcType
public List<DcType> getSubject()
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 subject property.
For example, to add a new item, do as follows:
getSubject().add(newItem);
Objects of the following type(s) are allowed in the list
DcType
public DcType getDescription()
DcType
public void setDescription(DcType value)
value
- allowed object is
DcType
public DcType getPublisher()
DcType
public void setPublisher(DcType value)
value
- allowed object is
DcType
public List<DcType> getContributor()
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 contributor property.
For example, to add a new item, do as follows:
getContributor().add(newItem);
Objects of the following type(s) are allowed in the list
DcType
public DcType getDate()
DcType
public void setDate(DcType value)
value
- allowed object is
DcType
public DcType getType()
DcType
public void setType(DcType value)
value
- allowed object is
DcType
public DcType getFormat()
DcType
public void setFormat(DcType value)
value
- allowed object is
DcType
public DcType getIdentifier()
DcType
public void setIdentifier(DcType value)
value
- allowed object is
DcType
public DcType getSource()
DcType
public void setSource(DcType value)
value
- allowed object is
DcType
public DcType getLanguage()
DcType
public void setLanguage(DcType value)
value
- allowed object is
DcType
public DcType getRelation()
DcType
public void setRelation(DcType value)
value
- allowed object is
DcType
public DcType getCoverage()
DcType
public void setCoverage(DcType value)
value
- allowed object is
DcType
public DcType getRights()
DcType
public void setRights(DcType value)
value
- allowed object is
DcType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |