Uses of Class
yarfraw.generated.rss10.elements.DcType

Packages that use DcType
yarfraw.generated.rss10.elements   
 

Uses of DcType in yarfraw.generated.rss10.elements
 

Fields in yarfraw.generated.rss10.elements declared as DcType
protected  DcType DublinCoreExtension.coverage
           
protected  DcType DublinCoreExtension.creator
           
protected  DcType DublinCoreExtension.date
           
protected  DcType DublinCoreExtension.description
           
protected  DcType DublinCoreExtension.format
           
protected  DcType DublinCoreExtension.identifier
           
protected  DcType DublinCoreExtension.language
           
protected  DcType DublinCoreExtension.publisher
           
protected  DcType DublinCoreExtension.relation
           
protected  DcType DublinCoreExtension.rights
           
protected  DcType DublinCoreExtension.source
           
protected  DcType DublinCoreExtension.title
           
protected  DcType DublinCoreExtension.type
           
 

Fields in yarfraw.generated.rss10.elements with type parameters of type DcType
protected  List<DcType> DublinCoreExtension.contributor
           
protected  List<DcType> DublinCoreExtension.subject
           
 

Methods in yarfraw.generated.rss10.elements that return DcType
 DcType ObjectFactory.createDcType()
          Create an instance of DcType
 DcType DublinCoreExtension.getCoverage()
          Gets the value of the coverage property.
 DcType DublinCoreExtension.getCreator()
          Gets the value of the creator property.
 DcType DublinCoreExtension.getDate()
          Gets the value of the date property.
 DcType DublinCoreExtension.getDescription()
          Gets the value of the description property.
 DcType DublinCoreExtension.getFormat()
          Gets the value of the format property.
 DcType DublinCoreExtension.getIdentifier()
          Gets the value of the identifier property.
 DcType DublinCoreExtension.getLanguage()
          Gets the value of the language property.
 DcType DublinCoreExtension.getPublisher()
          Gets the value of the publisher property.
 DcType DublinCoreExtension.getRelation()
          Gets the value of the relation property.
 DcType DublinCoreExtension.getRights()
          Gets the value of the rights property.
 DcType DublinCoreExtension.getSource()
          Gets the value of the source property.
 DcType DublinCoreExtension.getTitle()
          Gets the value of the title property.
 DcType DublinCoreExtension.getType()
          Gets the value of the type property.
 

Methods in yarfraw.generated.rss10.elements that return types with arguments of type DcType
 JAXBElement<DcType> ObjectFactory.createContributor(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createCoverage(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createCreator(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createDate(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createDescription(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createFormat(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createIdentifier(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createLanguage(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createPublisher(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createRelation(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createRights(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createSource(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createSubject(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createTitle(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createType(DcType value)
          Create an instance of JAXBElement<DcType>}
 List<DcType> DublinCoreExtension.getContributor()
          Gets the value of the contributor property.
 List<DcType> DublinCoreExtension.getSubject()
          Gets the value of the subject property.
 

Methods in yarfraw.generated.rss10.elements with parameters of type DcType
 JAXBElement<DcType> ObjectFactory.createContributor(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createCoverage(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createCreator(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createDate(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createDescription(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createFormat(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createIdentifier(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createLanguage(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createPublisher(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createRelation(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createRights(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createSource(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createSubject(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createTitle(DcType value)
          Create an instance of JAXBElement<DcType>}
 JAXBElement<DcType> ObjectFactory.createType(DcType value)
          Create an instance of JAXBElement<DcType>}
 void DublinCoreExtension.setCoverage(DcType value)
          Sets the value of the coverage property.
 void DublinCoreExtension.setCreator(DcType value)
          Sets the value of the creator property.
 void DublinCoreExtension.setDate(DcType value)
          Sets the value of the date property.
 void DublinCoreExtension.setDescription(DcType value)
          Sets the value of the description property.
 void DublinCoreExtension.setFormat(DcType value)
          Sets the value of the format property.
 void DublinCoreExtension.setIdentifier(DcType value)
          Sets the value of the identifier property.
 void DublinCoreExtension.setLanguage(DcType value)
          Sets the value of the language property.
 void DublinCoreExtension.setPublisher(DcType value)
          Sets the value of the publisher property.
 void DublinCoreExtension.setRelation(DcType value)
          Sets the value of the relation property.
 void DublinCoreExtension.setRights(DcType value)
          Sets the value of the rights property.
 void DublinCoreExtension.setSource(DcType value)
          Sets the value of the source property.
 void DublinCoreExtension.setTitle(DcType value)
          Sets the value of the title property.
 void DublinCoreExtension.setType(DcType value)
          Sets the value of the type property.
 



Copyright © 2008. All Rights Reserved.