yarfraw.generated.rss10.elements
Class DublinCoreExtension

java.lang.Object
  extended by yarfraw.generated.rss10.elements.DublinCoreExtension

public class DublinCoreExtension
extends Object

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

title

protected DcType title

creator

protected DcType creator

subject

protected List<DcType> subject

description

protected DcType description

publisher

protected DcType publisher

contributor

protected List<DcType> contributor

date

protected DcType date

type

protected DcType type

format

protected DcType format

identifier

protected DcType identifier

source

protected DcType source

language

protected DcType language

relation

protected DcType relation

coverage

protected DcType coverage

rights

protected DcType rights
Constructor Detail

DublinCoreExtension

public DublinCoreExtension()
Method Detail

getTitle

public DcType getTitle()
Gets the value of the title property.

Returns:
possible object is DcType

setTitle

public void setTitle(DcType value)
Sets the value of the title property.

Parameters:
value - allowed object is DcType

getCreator

public DcType getCreator()
Gets the value of the creator property.

Returns:
possible object is DcType

setCreator

public void setCreator(DcType value)
Sets the value of the creator property.

Parameters:
value - allowed object is DcType

getSubject

public List<DcType> getSubject()
Gets the value of the subject property.

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


getDescription

public DcType getDescription()
Gets the value of the description property.

Returns:
possible object is DcType

setDescription

public void setDescription(DcType value)
Sets the value of the description property.

Parameters:
value - allowed object is DcType

getPublisher

public DcType getPublisher()
Gets the value of the publisher property.

Returns:
possible object is DcType

setPublisher

public void setPublisher(DcType value)
Sets the value of the publisher property.

Parameters:
value - allowed object is DcType

getContributor

public List<DcType> getContributor()
Gets the value of the contributor property.

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


getDate

public DcType getDate()
Gets the value of the date property.

Returns:
possible object is DcType

setDate

public void setDate(DcType value)
Sets the value of the date property.

Parameters:
value - allowed object is DcType

getType

public DcType getType()
Gets the value of the type property.

Returns:
possible object is DcType

setType

public void setType(DcType value)
Sets the value of the type property.

Parameters:
value - allowed object is DcType

getFormat

public DcType getFormat()
Gets the value of the format property.

Returns:
possible object is DcType

setFormat

public void setFormat(DcType value)
Sets the value of the format property.

Parameters:
value - allowed object is DcType

getIdentifier

public DcType getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is DcType

setIdentifier

public void setIdentifier(DcType value)
Sets the value of the identifier property.

Parameters:
value - allowed object is DcType

getSource

public DcType getSource()
Gets the value of the source property.

Returns:
possible object is DcType

setSource

public void setSource(DcType value)
Sets the value of the source property.

Parameters:
value - allowed object is DcType

getLanguage

public DcType getLanguage()
Gets the value of the language property.

Returns:
possible object is DcType

setLanguage

public void setLanguage(DcType value)
Sets the value of the language property.

Parameters:
value - allowed object is DcType

getRelation

public DcType getRelation()
Gets the value of the relation property.

Returns:
possible object is DcType

setRelation

public void setRelation(DcType value)
Sets the value of the relation property.

Parameters:
value - allowed object is DcType

getCoverage

public DcType getCoverage()
Gets the value of the coverage property.

Returns:
possible object is DcType

setCoverage

public void setCoverage(DcType value)
Sets the value of the coverage property.

Parameters:
value - allowed object is DcType

getRights

public DcType getRights()
Gets the value of the rights property.

Returns:
possible object is DcType

setRights

public void setRights(DcType value)
Sets the value of the rights property.

Parameters:
value - allowed object is DcType


Copyright © 2008. All Rights Reserved.