Uses of Interface
org.purl.dc.elements.x11.SimpleLiteral

Packages that use SimpleLiteral
net.opengis.cat.csw.x202   
net.opengis.cat.csw.x202.impl   
org.purl.dc.elements.x11   
org.purl.dc.elements.x11.impl   
org.purl.dc.terms   
org.purl.dc.terms.impl   
 

Uses of SimpleLiteral in net.opengis.cat.csw.x202
 

Methods in net.opengis.cat.csw.x202 that return SimpleLiteral
 SimpleLiteral SummaryRecordType.addNewAbstract()
          Appends and returns a new empty value (as xml) as the last "abstract" element
 SimpleLiteral DCMIRecordType.addNewDCElement()
          Appends and returns a new empty value (as xml) as the last "DC-element" element
 SimpleLiteral SummaryRecordType.addNewFormat()
          Appends and returns a new empty value (as xml) as the last "format" element
 SimpleLiteral SummaryRecordType.addNewIdentifier()
          Appends and returns a new empty value (as xml) as the last "identifier" element
 SimpleLiteral BriefRecordType.addNewIdentifier()
          Appends and returns a new empty value (as xml) as the last "identifier" element
 SimpleLiteral SummaryRecordType.addNewModified()
          Appends and returns a new empty value (as xml) as the last "modified" element
 SimpleLiteral SummaryRecordType.addNewRelation()
          Appends and returns a new empty value (as xml) as the last "relation" element
 SimpleLiteral SummaryRecordType.addNewSpatial()
          Appends and returns a new empty value (as xml) as the last "spatial" element
 SimpleLiteral SummaryRecordType.addNewSubject()
          Appends and returns a new empty value (as xml) as the last "subject" element
 SimpleLiteral SummaryRecordType.addNewTitle()
          Appends and returns a new empty value (as xml) as the last "title" element
 SimpleLiteral BriefRecordType.addNewTitle()
          Appends and returns a new empty value (as xml) as the last "title" element
 SimpleLiteral SummaryRecordType.addNewType()
          Appends and returns a new empty "type" element
 SimpleLiteral BriefRecordType.addNewType()
          Appends and returns a new empty "type" element
 SimpleLiteral[] SummaryRecordType.getAbstractArray()
          Gets array of all "abstract" elements
 SimpleLiteral SummaryRecordType.getAbstractArray(int i)
          Gets ith "abstract" element
 SimpleLiteral[] DCMIRecordType.getDCElementArray()
          Gets array of all "DC-element" elements
 SimpleLiteral DCMIRecordType.getDCElementArray(int i)
          Gets ith "DC-element" element
 SimpleLiteral[] SummaryRecordType.getFormatArray()
          Gets array of all "format" elements
 SimpleLiteral SummaryRecordType.getFormatArray(int i)
          Gets ith "format" element
 SimpleLiteral[] SummaryRecordType.getIdentifierArray()
          Gets array of all "identifier" elements
 SimpleLiteral[] BriefRecordType.getIdentifierArray()
          Gets array of all "identifier" elements
 SimpleLiteral SummaryRecordType.getIdentifierArray(int i)
          Gets ith "identifier" element
 SimpleLiteral BriefRecordType.getIdentifierArray(int i)
          Gets ith "identifier" element
 SimpleLiteral[] SummaryRecordType.getModifiedArray()
          Gets array of all "modified" elements
 SimpleLiteral SummaryRecordType.getModifiedArray(int i)
          Gets ith "modified" element
 SimpleLiteral[] SummaryRecordType.getRelationArray()
          Gets array of all "relation" elements
 SimpleLiteral SummaryRecordType.getRelationArray(int i)
          Gets ith "relation" element
 SimpleLiteral[] SummaryRecordType.getSpatialArray()
          Gets array of all "spatial" elements
 SimpleLiteral SummaryRecordType.getSpatialArray(int i)
          Gets ith "spatial" element
 SimpleLiteral[] SummaryRecordType.getSubjectArray()
          Gets array of all "subject" elements
 SimpleLiteral SummaryRecordType.getSubjectArray(int i)
          Gets ith "subject" element
 SimpleLiteral[] SummaryRecordType.getTitleArray()
          Gets array of all "title" elements
 SimpleLiteral[] BriefRecordType.getTitleArray()
          Gets array of all "title" elements
 SimpleLiteral SummaryRecordType.getTitleArray(int i)
          Gets ith "title" element
 SimpleLiteral BriefRecordType.getTitleArray(int i)
          Gets ith "title" element
 SimpleLiteral SummaryRecordType.getType()
          Gets the "type" element
 SimpleLiteral BriefRecordType.getType()
          Gets the "type" element
 SimpleLiteral SummaryRecordType.insertNewAbstract(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract" element
 SimpleLiteral DCMIRecordType.insertNewDCElement(int i)
          Inserts and returns a new empty value (as xml) as the ith "DC-element" element
 SimpleLiteral SummaryRecordType.insertNewFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "format" element
 SimpleLiteral SummaryRecordType.insertNewIdentifier(int i)
          Inserts and returns a new empty value (as xml) as the ith "identifier" element
 SimpleLiteral BriefRecordType.insertNewIdentifier(int i)
          Inserts and returns a new empty value (as xml) as the ith "identifier" element
 SimpleLiteral SummaryRecordType.insertNewModified(int i)
          Inserts and returns a new empty value (as xml) as the ith "modified" element
 SimpleLiteral SummaryRecordType.insertNewRelation(int i)
          Inserts and returns a new empty value (as xml) as the ith "relation" element
 SimpleLiteral SummaryRecordType.insertNewSpatial(int i)
          Inserts and returns a new empty value (as xml) as the ith "spatial" element
 SimpleLiteral SummaryRecordType.insertNewSubject(int i)
          Inserts and returns a new empty value (as xml) as the ith "subject" element
 SimpleLiteral SummaryRecordType.insertNewTitle(int i)
          Inserts and returns a new empty value (as xml) as the ith "title" element
 SimpleLiteral BriefRecordType.insertNewTitle(int i)
          Inserts and returns a new empty value (as xml) as the ith "title" element
 

Methods in net.opengis.cat.csw.x202 with parameters of type SimpleLiteral
 void SummaryRecordType.setAbstractArray(int i, SimpleLiteral xabstract)
          Sets ith "abstract" element
 void SummaryRecordType.setAbstractArray(SimpleLiteral[] xabstractArray)
          Sets array of all "abstract" element
 void DCMIRecordType.setDCElementArray(int i, SimpleLiteral dcElement)
          Sets ith "DC-element" element
 void DCMIRecordType.setDCElementArray(SimpleLiteral[] dcElementArray)
          Sets array of all "DC-element" element
 void SummaryRecordType.setFormatArray(int i, SimpleLiteral format)
          Sets ith "format" element
 void SummaryRecordType.setFormatArray(SimpleLiteral[] formatArray)
          Sets array of all "format" element
 void SummaryRecordType.setIdentifierArray(int i, SimpleLiteral identifier)
          Sets ith "identifier" element
 void BriefRecordType.setIdentifierArray(int i, SimpleLiteral identifier)
          Sets ith "identifier" element
 void SummaryRecordType.setIdentifierArray(SimpleLiteral[] identifierArray)
          Sets array of all "identifier" element
 void BriefRecordType.setIdentifierArray(SimpleLiteral[] identifierArray)
          Sets array of all "identifier" element
 void SummaryRecordType.setModifiedArray(int i, SimpleLiteral modified)
          Sets ith "modified" element
 void SummaryRecordType.setModifiedArray(SimpleLiteral[] modifiedArray)
          Sets array of all "modified" element
 void SummaryRecordType.setRelationArray(int i, SimpleLiteral relation)
          Sets ith "relation" element
 void SummaryRecordType.setRelationArray(SimpleLiteral[] relationArray)
          Sets array of all "relation" element
 void SummaryRecordType.setSpatialArray(int i, SimpleLiteral spatial)
          Sets ith "spatial" element
 void SummaryRecordType.setSpatialArray(SimpleLiteral[] spatialArray)
          Sets array of all "spatial" element
 void SummaryRecordType.setSubjectArray(int i, SimpleLiteral subject)
          Sets ith "subject" element
 void SummaryRecordType.setSubjectArray(SimpleLiteral[] subjectArray)
          Sets array of all "subject" element
 void SummaryRecordType.setTitleArray(int i, SimpleLiteral title)
          Sets ith "title" element
 void BriefRecordType.setTitleArray(int i, SimpleLiteral title)
          Sets ith "title" element
 void SummaryRecordType.setTitleArray(SimpleLiteral[] titleArray)
          Sets array of all "title" element
 void BriefRecordType.setTitleArray(SimpleLiteral[] titleArray)
          Sets array of all "title" element
 void SummaryRecordType.setType(SimpleLiteral type)
          Sets the "type" element
 void BriefRecordType.setType(SimpleLiteral type)
          Sets the "type" element
 

Uses of SimpleLiteral in net.opengis.cat.csw.x202.impl
 

Methods in net.opengis.cat.csw.x202.impl that return SimpleLiteral
 SimpleLiteral SummaryRecordTypeImpl.addNewAbstract()
          Appends and returns a new empty value (as xml) as the last "abstract" element
 SimpleLiteral DCMIRecordTypeImpl.addNewDCElement()
          Appends and returns a new empty value (as xml) as the last "DC-element" element
 SimpleLiteral SummaryRecordTypeImpl.addNewFormat()
          Appends and returns a new empty value (as xml) as the last "format" element
 SimpleLiteral SummaryRecordTypeImpl.addNewIdentifier()
          Appends and returns a new empty value (as xml) as the last "identifier" element
 SimpleLiteral BriefRecordTypeImpl.addNewIdentifier()
          Appends and returns a new empty value (as xml) as the last "identifier" element
 SimpleLiteral SummaryRecordTypeImpl.addNewModified()
          Appends and returns a new empty value (as xml) as the last "modified" element
 SimpleLiteral SummaryRecordTypeImpl.addNewRelation()
          Appends and returns a new empty value (as xml) as the last "relation" element
 SimpleLiteral SummaryRecordTypeImpl.addNewSpatial()
          Appends and returns a new empty value (as xml) as the last "spatial" element
 SimpleLiteral SummaryRecordTypeImpl.addNewSubject()
          Appends and returns a new empty value (as xml) as the last "subject" element
 SimpleLiteral SummaryRecordTypeImpl.addNewTitle()
          Appends and returns a new empty value (as xml) as the last "title" element
 SimpleLiteral BriefRecordTypeImpl.addNewTitle()
          Appends and returns a new empty value (as xml) as the last "title" element
 SimpleLiteral SummaryRecordTypeImpl.addNewType()
          Appends and returns a new empty "type" element
 SimpleLiteral BriefRecordTypeImpl.addNewType()
          Appends and returns a new empty "type" element
 SimpleLiteral[] SummaryRecordTypeImpl.getAbstractArray()
          Gets array of all "abstract" elements
 SimpleLiteral SummaryRecordTypeImpl.getAbstractArray(int i)
          Gets ith "abstract" element
 SimpleLiteral[] DCMIRecordTypeImpl.getDCElementArray()
          Gets array of all "DC-element" elements
 SimpleLiteral DCMIRecordTypeImpl.getDCElementArray(int i)
          Gets ith "DC-element" element
 SimpleLiteral[] SummaryRecordTypeImpl.getFormatArray()
          Gets array of all "format" elements
 SimpleLiteral SummaryRecordTypeImpl.getFormatArray(int i)
          Gets ith "format" element
 SimpleLiteral[] SummaryRecordTypeImpl.getIdentifierArray()
          Gets array of all "identifier" elements
 SimpleLiteral[] BriefRecordTypeImpl.getIdentifierArray()
          Gets array of all "identifier" elements
 SimpleLiteral SummaryRecordTypeImpl.getIdentifierArray(int i)
          Gets ith "identifier" element
 SimpleLiteral BriefRecordTypeImpl.getIdentifierArray(int i)
          Gets ith "identifier" element
 SimpleLiteral[] SummaryRecordTypeImpl.getModifiedArray()
          Gets array of all "modified" elements
 SimpleLiteral SummaryRecordTypeImpl.getModifiedArray(int i)
          Gets ith "modified" element
 SimpleLiteral[] SummaryRecordTypeImpl.getRelationArray()
          Gets array of all "relation" elements
 SimpleLiteral SummaryRecordTypeImpl.getRelationArray(int i)
          Gets ith "relation" element
 SimpleLiteral[] SummaryRecordTypeImpl.getSpatialArray()
          Gets array of all "spatial" elements
 SimpleLiteral SummaryRecordTypeImpl.getSpatialArray(int i)
          Gets ith "spatial" element
 SimpleLiteral[] SummaryRecordTypeImpl.getSubjectArray()
          Gets array of all "subject" elements
 SimpleLiteral SummaryRecordTypeImpl.getSubjectArray(int i)
          Gets ith "subject" element
 SimpleLiteral[] SummaryRecordTypeImpl.getTitleArray()
          Gets array of all "title" elements
 SimpleLiteral[] BriefRecordTypeImpl.getTitleArray()
          Gets array of all "title" elements
 SimpleLiteral SummaryRecordTypeImpl.getTitleArray(int i)
          Gets ith "title" element
 SimpleLiteral BriefRecordTypeImpl.getTitleArray(int i)
          Gets ith "title" element
 SimpleLiteral SummaryRecordTypeImpl.getType()
          Gets the "type" element
 SimpleLiteral BriefRecordTypeImpl.getType()
          Gets the "type" element
 SimpleLiteral SummaryRecordTypeImpl.insertNewAbstract(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract" element
 SimpleLiteral DCMIRecordTypeImpl.insertNewDCElement(int i)
          Inserts and returns a new empty value (as xml) as the ith "DC-element" element
 SimpleLiteral SummaryRecordTypeImpl.insertNewFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "format" element
 SimpleLiteral SummaryRecordTypeImpl.insertNewIdentifier(int i)
          Inserts and returns a new empty value (as xml) as the ith "identifier" element
 SimpleLiteral BriefRecordTypeImpl.insertNewIdentifier(int i)
          Inserts and returns a new empty value (as xml) as the ith "identifier" element
 SimpleLiteral SummaryRecordTypeImpl.insertNewModified(int i)
          Inserts and returns a new empty value (as xml) as the ith "modified" element
 SimpleLiteral SummaryRecordTypeImpl.insertNewRelation(int i)
          Inserts and returns a new empty value (as xml) as the ith "relation" element
 SimpleLiteral SummaryRecordTypeImpl.insertNewSpatial(int i)
          Inserts and returns a new empty value (as xml) as the ith "spatial" element
 SimpleLiteral SummaryRecordTypeImpl.insertNewSubject(int i)
          Inserts and returns a new empty value (as xml) as the ith "subject" element
 SimpleLiteral SummaryRecordTypeImpl.insertNewTitle(int i)
          Inserts and returns a new empty value (as xml) as the ith "title" element
 SimpleLiteral BriefRecordTypeImpl.insertNewTitle(int i)
          Inserts and returns a new empty value (as xml) as the ith "title" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type SimpleLiteral
 void SummaryRecordTypeImpl.setAbstractArray(int i, SimpleLiteral xabstract)
          Sets ith "abstract" element
 void SummaryRecordTypeImpl.setAbstractArray(SimpleLiteral[] xabstractArray)
          Sets array of all "abstract" element
 void DCMIRecordTypeImpl.setDCElementArray(int i, SimpleLiteral dcElement)
          Sets ith "DC-element" element
 void DCMIRecordTypeImpl.setDCElementArray(SimpleLiteral[] dcElementArray)
          Sets array of all "DC-element" element
 void SummaryRecordTypeImpl.setFormatArray(int i, SimpleLiteral format)
          Sets ith "format" element
 void SummaryRecordTypeImpl.setFormatArray(SimpleLiteral[] formatArray)
          Sets array of all "format" element
 void SummaryRecordTypeImpl.setIdentifierArray(int i, SimpleLiteral identifier)
          Sets ith "identifier" element
 void BriefRecordTypeImpl.setIdentifierArray(int i, SimpleLiteral identifier)
          Sets ith "identifier" element
 void SummaryRecordTypeImpl.setIdentifierArray(SimpleLiteral[] identifierArray)
          Sets array of all "identifier" element
 void BriefRecordTypeImpl.setIdentifierArray(SimpleLiteral[] identifierArray)
          Sets array of all "identifier" element
 void SummaryRecordTypeImpl.setModifiedArray(int i, SimpleLiteral modified)
          Sets ith "modified" element
 void SummaryRecordTypeImpl.setModifiedArray(SimpleLiteral[] modifiedArray)
          Sets array of all "modified" element
 void SummaryRecordTypeImpl.setRelationArray(int i, SimpleLiteral relation)
          Sets ith "relation" element
 void SummaryRecordTypeImpl.setRelationArray(SimpleLiteral[] relationArray)
          Sets array of all "relation" element
 void SummaryRecordTypeImpl.setSpatialArray(int i, SimpleLiteral spatial)
          Sets ith "spatial" element
 void SummaryRecordTypeImpl.setSpatialArray(SimpleLiteral[] spatialArray)
          Sets array of all "spatial" element
 void SummaryRecordTypeImpl.setSubjectArray(int i, SimpleLiteral subject)
          Sets ith "subject" element
 void SummaryRecordTypeImpl.setSubjectArray(SimpleLiteral[] subjectArray)
          Sets array of all "subject" element
 void SummaryRecordTypeImpl.setTitleArray(int i, SimpleLiteral title)
          Sets ith "title" element
 void BriefRecordTypeImpl.setTitleArray(int i, SimpleLiteral title)
          Sets ith "title" element
 void SummaryRecordTypeImpl.setTitleArray(SimpleLiteral[] titleArray)
          Sets array of all "title" element
 void BriefRecordTypeImpl.setTitleArray(SimpleLiteral[] titleArray)
          Sets array of all "title" element
 void SummaryRecordTypeImpl.setType(SimpleLiteral type)
          Sets the "type" element
 void BriefRecordTypeImpl.setType(SimpleLiteral type)
          Sets the "type" element
 

Uses of SimpleLiteral in org.purl.dc.elements.x11
 

Methods in org.purl.dc.elements.x11 that return SimpleLiteral
 SimpleLiteral ContributorDocument.addNewContributor()
          Appends and returns a new empty "contributor" element
 SimpleLiteral CoverageDocument.addNewCoverage()
          Appends and returns a new empty "coverage" element
 SimpleLiteral CreatorDocument.addNewCreator()
          Appends and returns a new empty "creator" element
 SimpleLiteral DateDocument.addNewDate()
          Appends and returns a new empty "date" element
 SimpleLiteral ElementContainer.addNewDCElement()
          Appends and returns a new empty value (as xml) as the last "DC-element" element
 SimpleLiteral DCElementDocument.addNewDCElement()
          Appends and returns a new empty "DC-element" element
 SimpleLiteral DescriptionDocument.addNewDescription()
          Appends and returns a new empty "description" element
 SimpleLiteral FormatDocument.addNewFormat()
          Appends and returns a new empty "format" element
 SimpleLiteral IdentifierDocument.addNewIdentifier()
          Appends and returns a new empty "identifier" element
 SimpleLiteral LanguageDocument.addNewLanguage()
          Appends and returns a new empty "language" element
 SimpleLiteral PublisherDocument.addNewPublisher()
          Appends and returns a new empty "publisher" element
 SimpleLiteral RelationDocument.addNewRelation()
          Appends and returns a new empty "relation" element
 SimpleLiteral RightsDocument.addNewRights()
          Appends and returns a new empty "rights" element
 SimpleLiteral SourceDocument.addNewSource()
          Appends and returns a new empty "source" element
 SimpleLiteral SubjectDocument.addNewSubject()
          Appends and returns a new empty "subject" element
 SimpleLiteral TitleDocument.addNewTitle()
          Appends and returns a new empty "title" element
 SimpleLiteral TypeDocument.addNewType()
          Appends and returns a new empty "type" element
 SimpleLiteral ContributorDocument.getContributor()
          Gets the "contributor" element
 SimpleLiteral CoverageDocument.getCoverage()
          Gets the "coverage" element
 SimpleLiteral CreatorDocument.getCreator()
          Gets the "creator" element
 SimpleLiteral DateDocument.getDate()
          Gets the "date" element
 SimpleLiteral DCElementDocument.getDCElement()
          Gets the "DC-element" element
 SimpleLiteral[] ElementContainer.getDCElementArray()
          Gets array of all "DC-element" elements
 SimpleLiteral ElementContainer.getDCElementArray(int i)
          Gets ith "DC-element" element
 SimpleLiteral DescriptionDocument.getDescription()
          Gets the "description" element
 SimpleLiteral FormatDocument.getFormat()
          Gets the "format" element
 SimpleLiteral IdentifierDocument.getIdentifier()
          Gets the "identifier" element
 SimpleLiteral LanguageDocument.getLanguage()
          Gets the "language" element
 SimpleLiteral PublisherDocument.getPublisher()
          Gets the "publisher" element
 SimpleLiteral RelationDocument.getRelation()
          Gets the "relation" element
 SimpleLiteral RightsDocument.getRights()
          Gets the "rights" element
 SimpleLiteral SourceDocument.getSource()
          Gets the "source" element
 SimpleLiteral SubjectDocument.getSubject()
          Gets the "subject" element
 SimpleLiteral TitleDocument.getTitle()
          Gets the "title" element
 SimpleLiteral TypeDocument.getType()
          Gets the "type" element
 SimpleLiteral ElementContainer.insertNewDCElement(int i)
          Inserts and returns a new empty value (as xml) as the ith "DC-element" element
static SimpleLiteral SimpleLiteral.Factory.newInstance()
           
static SimpleLiteral SimpleLiteral.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SimpleLiteral SimpleLiteral.Factory.parse(File file)
           
static SimpleLiteral SimpleLiteral.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SimpleLiteral SimpleLiteral.Factory.parse(InputStream is)
           
static SimpleLiteral SimpleLiteral.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SimpleLiteral SimpleLiteral.Factory.parse(Node node)
           
static SimpleLiteral SimpleLiteral.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SimpleLiteral SimpleLiteral.Factory.parse(Reader r)
           
static SimpleLiteral SimpleLiteral.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SimpleLiteral SimpleLiteral.Factory.parse(String xmlAsString)
           
static SimpleLiteral SimpleLiteral.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SimpleLiteral SimpleLiteral.Factory.parse(URL u)
           
static SimpleLiteral SimpleLiteral.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SimpleLiteral SimpleLiteral.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SimpleLiteral SimpleLiteral.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SimpleLiteral SimpleLiteral.Factory.parse(XMLStreamReader sr)
           
static SimpleLiteral SimpleLiteral.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.purl.dc.elements.x11 with parameters of type SimpleLiteral
 void ContributorDocument.setContributor(SimpleLiteral contributor)
          Sets the "contributor" element
 void CoverageDocument.setCoverage(SimpleLiteral coverage)
          Sets the "coverage" element
 void CreatorDocument.setCreator(SimpleLiteral creator)
          Sets the "creator" element
 void DateDocument.setDate(SimpleLiteral date)
          Sets the "date" element
 void DCElementDocument.setDCElement(SimpleLiteral dcElement)
          Sets the "DC-element" element
 void ElementContainer.setDCElementArray(int i, SimpleLiteral dcElement)
          Sets ith "DC-element" element
 void ElementContainer.setDCElementArray(SimpleLiteral[] dcElementArray)
          Sets array of all "DC-element" element
 void DescriptionDocument.setDescription(SimpleLiteral description)
          Sets the "description" element
 void FormatDocument.setFormat(SimpleLiteral format)
          Sets the "format" element
 void IdentifierDocument.setIdentifier(SimpleLiteral identifier)
          Sets the "identifier" element
 void LanguageDocument.setLanguage(SimpleLiteral language)
          Sets the "language" element
 void PublisherDocument.setPublisher(SimpleLiteral publisher)
          Sets the "publisher" element
 void RelationDocument.setRelation(SimpleLiteral relation)
          Sets the "relation" element
 void RightsDocument.setRights(SimpleLiteral rights)
          Sets the "rights" element
 void SourceDocument.setSource(SimpleLiteral source)
          Sets the "source" element
 void SubjectDocument.setSubject(SimpleLiteral subject)
          Sets the "subject" element
 void TitleDocument.setTitle(SimpleLiteral title)
          Sets the "title" element
 void TypeDocument.setType(SimpleLiteral type)
          Sets the "type" element
 

Uses of SimpleLiteral in org.purl.dc.elements.x11.impl
 

Classes in org.purl.dc.elements.x11.impl that implement SimpleLiteral
 class SimpleLiteralImpl
          An XML SimpleLiteral(@http://purl.org/dc/elements/1.1/).
 

Methods in org.purl.dc.elements.x11.impl that return SimpleLiteral
 SimpleLiteral ContributorDocumentImpl.addNewContributor()
          Appends and returns a new empty "contributor" element
 SimpleLiteral CoverageDocumentImpl.addNewCoverage()
          Appends and returns a new empty "coverage" element
 SimpleLiteral CreatorDocumentImpl.addNewCreator()
          Appends and returns a new empty "creator" element
 SimpleLiteral DateDocumentImpl.addNewDate()
          Appends and returns a new empty "date" element
 SimpleLiteral ElementContainerImpl.addNewDCElement()
          Appends and returns a new empty value (as xml) as the last "DC-element" element
 SimpleLiteral DCElementDocumentImpl.addNewDCElement()
          Appends and returns a new empty "DC-element" element
 SimpleLiteral DescriptionDocumentImpl.addNewDescription()
          Appends and returns a new empty "description" element
 SimpleLiteral FormatDocumentImpl.addNewFormat()
          Appends and returns a new empty "format" element
 SimpleLiteral IdentifierDocumentImpl.addNewIdentifier()
          Appends and returns a new empty "identifier" element
 SimpleLiteral LanguageDocumentImpl.addNewLanguage()
          Appends and returns a new empty "language" element
 SimpleLiteral PublisherDocumentImpl.addNewPublisher()
          Appends and returns a new empty "publisher" element
 SimpleLiteral RelationDocumentImpl.addNewRelation()
          Appends and returns a new empty "relation" element
 SimpleLiteral RightsDocumentImpl.addNewRights()
          Appends and returns a new empty "rights" element
 SimpleLiteral SourceDocumentImpl.addNewSource()
          Appends and returns a new empty "source" element
 SimpleLiteral SubjectDocumentImpl.addNewSubject()
          Appends and returns a new empty "subject" element
 SimpleLiteral TitleDocumentImpl.addNewTitle()
          Appends and returns a new empty "title" element
 SimpleLiteral TypeDocumentImpl.addNewType()
          Appends and returns a new empty "type" element
 SimpleLiteral ContributorDocumentImpl.getContributor()
          Gets the "contributor" element
 SimpleLiteral CoverageDocumentImpl.getCoverage()
          Gets the "coverage" element
 SimpleLiteral CreatorDocumentImpl.getCreator()
          Gets the "creator" element
 SimpleLiteral DateDocumentImpl.getDate()
          Gets the "date" element
 SimpleLiteral DCElementDocumentImpl.getDCElement()
          Gets the "DC-element" element
 SimpleLiteral[] ElementContainerImpl.getDCElementArray()
          Gets array of all "DC-element" elements
 SimpleLiteral ElementContainerImpl.getDCElementArray(int i)
          Gets ith "DC-element" element
 SimpleLiteral DescriptionDocumentImpl.getDescription()
          Gets the "description" element
 SimpleLiteral FormatDocumentImpl.getFormat()
          Gets the "format" element
 SimpleLiteral IdentifierDocumentImpl.getIdentifier()
          Gets the "identifier" element
 SimpleLiteral LanguageDocumentImpl.getLanguage()
          Gets the "language" element
 SimpleLiteral PublisherDocumentImpl.getPublisher()
          Gets the "publisher" element
 SimpleLiteral RelationDocumentImpl.getRelation()
          Gets the "relation" element
 SimpleLiteral RightsDocumentImpl.getRights()
          Gets the "rights" element
 SimpleLiteral SourceDocumentImpl.getSource()
          Gets the "source" element
 SimpleLiteral SubjectDocumentImpl.getSubject()
          Gets the "subject" element
 SimpleLiteral TitleDocumentImpl.getTitle()
          Gets the "title" element
 SimpleLiteral TypeDocumentImpl.getType()
          Gets the "type" element
 SimpleLiteral ElementContainerImpl.insertNewDCElement(int i)
          Inserts and returns a new empty value (as xml) as the ith "DC-element" element
 

Methods in org.purl.dc.elements.x11.impl with parameters of type SimpleLiteral
 void ContributorDocumentImpl.setContributor(SimpleLiteral contributor)
          Sets the "contributor" element
 void CoverageDocumentImpl.setCoverage(SimpleLiteral coverage)
          Sets the "coverage" element
 void CreatorDocumentImpl.setCreator(SimpleLiteral creator)
          Sets the "creator" element
 void DateDocumentImpl.setDate(SimpleLiteral date)
          Sets the "date" element
 void DCElementDocumentImpl.setDCElement(SimpleLiteral dcElement)
          Sets the "DC-element" element
 void ElementContainerImpl.setDCElementArray(int i, SimpleLiteral dcElement)
          Sets ith "DC-element" element
 void ElementContainerImpl.setDCElementArray(SimpleLiteral[] dcElementArray)
          Sets array of all "DC-element" element
 void DescriptionDocumentImpl.setDescription(SimpleLiteral description)
          Sets the "description" element
 void FormatDocumentImpl.setFormat(SimpleLiteral format)
          Sets the "format" element
 void IdentifierDocumentImpl.setIdentifier(SimpleLiteral identifier)
          Sets the "identifier" element
 void LanguageDocumentImpl.setLanguage(SimpleLiteral language)
          Sets the "language" element
 void PublisherDocumentImpl.setPublisher(SimpleLiteral publisher)
          Sets the "publisher" element
 void RelationDocumentImpl.setRelation(SimpleLiteral relation)
          Sets the "relation" element
 void RightsDocumentImpl.setRights(SimpleLiteral rights)
          Sets the "rights" element
 void SourceDocumentImpl.setSource(SimpleLiteral source)
          Sets the "source" element
 void SubjectDocumentImpl.setSubject(SimpleLiteral subject)
          Sets the "subject" element
 void TitleDocumentImpl.setTitle(SimpleLiteral title)
          Sets the "title" element
 void TypeDocumentImpl.setType(SimpleLiteral type)
          Sets the "type" element
 

Uses of SimpleLiteral in org.purl.dc.terms
 

Methods in org.purl.dc.terms that return SimpleLiteral
 SimpleLiteral AbstractDocument.addNewAbstract()
          Appends and returns a new empty "abstract" element
 SimpleLiteral AccessRightsDocument.addNewAccessRights()
          Appends and returns a new empty "accessRights" element
 SimpleLiteral AlternativeDocument.addNewAlternative()
          Appends and returns a new empty "alternative" element
 SimpleLiteral AudienceDocument.addNewAudience()
          Appends and returns a new empty "audience" element
 SimpleLiteral AvailableDocument.addNewAvailable()
          Appends and returns a new empty "available" element
 SimpleLiteral BibliographicCitationDocument.addNewBibliographicCitation()
          Appends and returns a new empty "bibliographicCitation" element
 SimpleLiteral ConformsToDocument.addNewConformsTo()
          Appends and returns a new empty "conformsTo" element
 SimpleLiteral CreatedDocument.addNewCreated()
          Appends and returns a new empty "created" element
 SimpleLiteral DateAcceptedDocument.addNewDateAccepted()
          Appends and returns a new empty "dateAccepted" element
 SimpleLiteral DateCopyrightedDocument.addNewDateCopyrighted()
          Appends and returns a new empty "dateCopyrighted" element
 SimpleLiteral DateSubmittedDocument.addNewDateSubmitted()
          Appends and returns a new empty "dateSubmitted" element
 SimpleLiteral EducationLevelDocument.addNewEducationLevel()
          Appends and returns a new empty "educationLevel" element
 SimpleLiteral ExtentDocument.addNewExtent()
          Appends and returns a new empty "extent" element
 SimpleLiteral HasFormatDocument.addNewHasFormat()
          Appends and returns a new empty "hasFormat" element
 SimpleLiteral HasPartDocument.addNewHasPart()
          Appends and returns a new empty "hasPart" element
 SimpleLiteral HasVersionDocument.addNewHasVersion()
          Appends and returns a new empty "hasVersion" element
 SimpleLiteral IsFormatOfDocument.addNewIsFormatOf()
          Appends and returns a new empty "isFormatOf" element
 SimpleLiteral IsPartOfDocument.addNewIsPartOf()
          Appends and returns a new empty "isPartOf" element
 SimpleLiteral IsReferencedByDocument.addNewIsReferencedBy()
          Appends and returns a new empty "isReferencedBy" element
 SimpleLiteral IsReplacedByDocument.addNewIsReplacedBy()
          Appends and returns a new empty "isReplacedBy" element
 SimpleLiteral IsRequiredByDocument.addNewIsRequiredBy()
          Appends and returns a new empty "isRequiredBy" element
 SimpleLiteral IssuedDocument.addNewIssued()
          Appends and returns a new empty "issued" element
 SimpleLiteral IsVersionOfDocument.addNewIsVersionOf()
          Appends and returns a new empty "isVersionOf" element
 SimpleLiteral LicenseDocument.addNewLicense()
          Appends and returns a new empty "license" element
 SimpleLiteral MediatorDocument.addNewMediator()
          Appends and returns a new empty "mediator" element
 SimpleLiteral MediumDocument.addNewMedium()
          Appends and returns a new empty "medium" element
 SimpleLiteral ModifiedDocument.addNewModified()
          Appends and returns a new empty "modified" element
 SimpleLiteral ProvenanceDocument.addNewProvenance()
          Appends and returns a new empty "provenance" element
 SimpleLiteral ReferencesDocument.addNewReferences()
          Appends and returns a new empty "references" element
 SimpleLiteral ReplacesDocument.addNewReplaces()
          Appends and returns a new empty "replaces" element
 SimpleLiteral RequiresDocument.addNewRequires()
          Appends and returns a new empty "requires" element
 SimpleLiteral RightsHolderDocument.addNewRightsHolder()
          Appends and returns a new empty "rightsHolder" element
 SimpleLiteral SpatialDocument.addNewSpatial()
          Appends and returns a new empty "spatial" element
 SimpleLiteral TableOfContentsDocument.addNewTableOfContents()
          Appends and returns a new empty "tableOfContents" element
 SimpleLiteral TemporalDocument.addNewTemporal()
          Appends and returns a new empty "temporal" element
 SimpleLiteral ValidDocument.addNewValid()
          Appends and returns a new empty "valid" element
 SimpleLiteral AbstractDocument.getAbstract()
          Gets the "abstract" element
 SimpleLiteral AccessRightsDocument.getAccessRights()
          Gets the "accessRights" element
 SimpleLiteral AlternativeDocument.getAlternative()
          Gets the "alternative" element
 SimpleLiteral AudienceDocument.getAudience()
          Gets the "audience" element
 SimpleLiteral AvailableDocument.getAvailable()
          Gets the "available" element
 SimpleLiteral BibliographicCitationDocument.getBibliographicCitation()
          Gets the "bibliographicCitation" element
 SimpleLiteral ConformsToDocument.getConformsTo()
          Gets the "conformsTo" element
 SimpleLiteral CreatedDocument.getCreated()
          Gets the "created" element
 SimpleLiteral DateAcceptedDocument.getDateAccepted()
          Gets the "dateAccepted" element
 SimpleLiteral DateCopyrightedDocument.getDateCopyrighted()
          Gets the "dateCopyrighted" element
 SimpleLiteral DateSubmittedDocument.getDateSubmitted()
          Gets the "dateSubmitted" element
 SimpleLiteral EducationLevelDocument.getEducationLevel()
          Gets the "educationLevel" element
 SimpleLiteral ExtentDocument.getExtent()
          Gets the "extent" element
 SimpleLiteral HasFormatDocument.getHasFormat()
          Gets the "hasFormat" element
 SimpleLiteral HasPartDocument.getHasPart()
          Gets the "hasPart" element
 SimpleLiteral HasVersionDocument.getHasVersion()
          Gets the "hasVersion" element
 SimpleLiteral IsFormatOfDocument.getIsFormatOf()
          Gets the "isFormatOf" element
 SimpleLiteral IsPartOfDocument.getIsPartOf()
          Gets the "isPartOf" element
 SimpleLiteral IsReferencedByDocument.getIsReferencedBy()
          Gets the "isReferencedBy" element
 SimpleLiteral IsReplacedByDocument.getIsReplacedBy()
          Gets the "isReplacedBy" element
 SimpleLiteral IsRequiredByDocument.getIsRequiredBy()
          Gets the "isRequiredBy" element
 SimpleLiteral IssuedDocument.getIssued()
          Gets the "issued" element
 SimpleLiteral IsVersionOfDocument.getIsVersionOf()
          Gets the "isVersionOf" element
 SimpleLiteral LicenseDocument.getLicense()
          Gets the "license" element
 SimpleLiteral MediatorDocument.getMediator()
          Gets the "mediator" element
 SimpleLiteral MediumDocument.getMedium()
          Gets the "medium" element
 SimpleLiteral ModifiedDocument.getModified()
          Gets the "modified" element
 SimpleLiteral ProvenanceDocument.getProvenance()
          Gets the "provenance" element
 SimpleLiteral ReferencesDocument.getReferences()
          Gets the "references" element
 SimpleLiteral ReplacesDocument.getReplaces()
          Gets the "replaces" element
 SimpleLiteral RequiresDocument.getRequires()
          Gets the "requires" element
 SimpleLiteral RightsHolderDocument.getRightsHolder()
          Gets the "rightsHolder" element
 SimpleLiteral SpatialDocument.getSpatial()
          Gets the "spatial" element
 SimpleLiteral TableOfContentsDocument.getTableOfContents()
          Gets the "tableOfContents" element
 SimpleLiteral TemporalDocument.getTemporal()
          Gets the "temporal" element
 SimpleLiteral ValidDocument.getValid()
          Gets the "valid" element
 

Methods in org.purl.dc.terms with parameters of type SimpleLiteral
 void AbstractDocument.setAbstract(SimpleLiteral xabstract)
          Sets the "abstract" element
 void AccessRightsDocument.setAccessRights(SimpleLiteral accessRights)
          Sets the "accessRights" element
 void AlternativeDocument.setAlternative(SimpleLiteral alternative)
          Sets the "alternative" element
 void AudienceDocument.setAudience(SimpleLiteral audience)
          Sets the "audience" element
 void AvailableDocument.setAvailable(SimpleLiteral available)
          Sets the "available" element
 void BibliographicCitationDocument.setBibliographicCitation(SimpleLiteral bibliographicCitation)
          Sets the "bibliographicCitation" element
 void ConformsToDocument.setConformsTo(SimpleLiteral conformsTo)
          Sets the "conformsTo" element
 void CreatedDocument.setCreated(SimpleLiteral created)
          Sets the "created" element
 void DateAcceptedDocument.setDateAccepted(SimpleLiteral dateAccepted)
          Sets the "dateAccepted" element
 void DateCopyrightedDocument.setDateCopyrighted(SimpleLiteral dateCopyrighted)
          Sets the "dateCopyrighted" element
 void DateSubmittedDocument.setDateSubmitted(SimpleLiteral dateSubmitted)
          Sets the "dateSubmitted" element
 void EducationLevelDocument.setEducationLevel(SimpleLiteral educationLevel)
          Sets the "educationLevel" element
 void ExtentDocument.setExtent(SimpleLiteral extent)
          Sets the "extent" element
 void HasFormatDocument.setHasFormat(SimpleLiteral hasFormat)
          Sets the "hasFormat" element
 void HasPartDocument.setHasPart(SimpleLiteral hasPart)
          Sets the "hasPart" element
 void HasVersionDocument.setHasVersion(SimpleLiteral hasVersion)
          Sets the "hasVersion" element
 void IsFormatOfDocument.setIsFormatOf(SimpleLiteral isFormatOf)
          Sets the "isFormatOf" element
 void IsPartOfDocument.setIsPartOf(SimpleLiteral isPartOf)
          Sets the "isPartOf" element
 void IsReferencedByDocument.setIsReferencedBy(SimpleLiteral isReferencedBy)
          Sets the "isReferencedBy" element
 void IsReplacedByDocument.setIsReplacedBy(SimpleLiteral isReplacedBy)
          Sets the "isReplacedBy" element
 void IsRequiredByDocument.setIsRequiredBy(SimpleLiteral isRequiredBy)
          Sets the "isRequiredBy" element
 void IssuedDocument.setIssued(SimpleLiteral issued)
          Sets the "issued" element
 void IsVersionOfDocument.setIsVersionOf(SimpleLiteral isVersionOf)
          Sets the "isVersionOf" element
 void LicenseDocument.setLicense(SimpleLiteral license)
          Sets the "license" element
 void MediatorDocument.setMediator(SimpleLiteral mediator)
          Sets the "mediator" element
 void MediumDocument.setMedium(SimpleLiteral medium)
          Sets the "medium" element
 void ModifiedDocument.setModified(SimpleLiteral modified)
          Sets the "modified" element
 void ProvenanceDocument.setProvenance(SimpleLiteral provenance)
          Sets the "provenance" element
 void ReferencesDocument.setReferences(SimpleLiteral references)
          Sets the "references" element
 void ReplacesDocument.setReplaces(SimpleLiteral replaces)
          Sets the "replaces" element
 void RequiresDocument.setRequires(SimpleLiteral requires)
          Sets the "requires" element
 void RightsHolderDocument.setRightsHolder(SimpleLiteral rightsHolder)
          Sets the "rightsHolder" element
 void SpatialDocument.setSpatial(SimpleLiteral spatial)
          Sets the "spatial" element
 void TableOfContentsDocument.setTableOfContents(SimpleLiteral tableOfContents)
          Sets the "tableOfContents" element
 void TemporalDocument.setTemporal(SimpleLiteral temporal)
          Sets the "temporal" element
 void ValidDocument.setValid(SimpleLiteral valid)
          Sets the "valid" element
 

Uses of SimpleLiteral in org.purl.dc.terms.impl
 

Methods in org.purl.dc.terms.impl that return SimpleLiteral
 SimpleLiteral AbstractDocumentImpl.addNewAbstract()
          Appends and returns a new empty "abstract" element
 SimpleLiteral AccessRightsDocumentImpl.addNewAccessRights()
          Appends and returns a new empty "accessRights" element
 SimpleLiteral AlternativeDocumentImpl.addNewAlternative()
          Appends and returns a new empty "alternative" element
 SimpleLiteral AudienceDocumentImpl.addNewAudience()
          Appends and returns a new empty "audience" element
 SimpleLiteral AvailableDocumentImpl.addNewAvailable()
          Appends and returns a new empty "available" element
 SimpleLiteral BibliographicCitationDocumentImpl.addNewBibliographicCitation()
          Appends and returns a new empty "bibliographicCitation" element
 SimpleLiteral ConformsToDocumentImpl.addNewConformsTo()
          Appends and returns a new empty "conformsTo" element
 SimpleLiteral CreatedDocumentImpl.addNewCreated()
          Appends and returns a new empty "created" element
 SimpleLiteral DateAcceptedDocumentImpl.addNewDateAccepted()
          Appends and returns a new empty "dateAccepted" element
 SimpleLiteral DateCopyrightedDocumentImpl.addNewDateCopyrighted()
          Appends and returns a new empty "dateCopyrighted" element
 SimpleLiteral DateSubmittedDocumentImpl.addNewDateSubmitted()
          Appends and returns a new empty "dateSubmitted" element
 SimpleLiteral EducationLevelDocumentImpl.addNewEducationLevel()
          Appends and returns a new empty "educationLevel" element
 SimpleLiteral ExtentDocumentImpl.addNewExtent()
          Appends and returns a new empty "extent" element
 SimpleLiteral HasFormatDocumentImpl.addNewHasFormat()
          Appends and returns a new empty "hasFormat" element
 SimpleLiteral HasPartDocumentImpl.addNewHasPart()
          Appends and returns a new empty "hasPart" element
 SimpleLiteral HasVersionDocumentImpl.addNewHasVersion()
          Appends and returns a new empty "hasVersion" element
 SimpleLiteral IsFormatOfDocumentImpl.addNewIsFormatOf()
          Appends and returns a new empty "isFormatOf" element
 SimpleLiteral IsPartOfDocumentImpl.addNewIsPartOf()
          Appends and returns a new empty "isPartOf" element
 SimpleLiteral IsReferencedByDocumentImpl.addNewIsReferencedBy()
          Appends and returns a new empty "isReferencedBy" element
 SimpleLiteral IsReplacedByDocumentImpl.addNewIsReplacedBy()
          Appends and returns a new empty "isReplacedBy" element
 SimpleLiteral IsRequiredByDocumentImpl.addNewIsRequiredBy()
          Appends and returns a new empty "isRequiredBy" element
 SimpleLiteral IssuedDocumentImpl.addNewIssued()
          Appends and returns a new empty "issued" element
 SimpleLiteral IsVersionOfDocumentImpl.addNewIsVersionOf()
          Appends and returns a new empty "isVersionOf" element
 SimpleLiteral LicenseDocumentImpl.addNewLicense()
          Appends and returns a new empty "license" element
 SimpleLiteral MediatorDocumentImpl.addNewMediator()
          Appends and returns a new empty "mediator" element
 SimpleLiteral MediumDocumentImpl.addNewMedium()
          Appends and returns a new empty "medium" element
 SimpleLiteral ModifiedDocumentImpl.addNewModified()
          Appends and returns a new empty "modified" element
 SimpleLiteral ProvenanceDocumentImpl.addNewProvenance()
          Appends and returns a new empty "provenance" element
 SimpleLiteral ReferencesDocumentImpl.addNewReferences()
          Appends and returns a new empty "references" element
 SimpleLiteral ReplacesDocumentImpl.addNewReplaces()
          Appends and returns a new empty "replaces" element
 SimpleLiteral RequiresDocumentImpl.addNewRequires()
          Appends and returns a new empty "requires" element
 SimpleLiteral RightsHolderDocumentImpl.addNewRightsHolder()
          Appends and returns a new empty "rightsHolder" element
 SimpleLiteral SpatialDocumentImpl.addNewSpatial()
          Appends and returns a new empty "spatial" element
 SimpleLiteral TableOfContentsDocumentImpl.addNewTableOfContents()
          Appends and returns a new empty "tableOfContents" element
 SimpleLiteral TemporalDocumentImpl.addNewTemporal()
          Appends and returns a new empty "temporal" element
 SimpleLiteral ValidDocumentImpl.addNewValid()
          Appends and returns a new empty "valid" element
 SimpleLiteral AbstractDocumentImpl.getAbstract()
          Gets the "abstract" element
 SimpleLiteral AccessRightsDocumentImpl.getAccessRights()
          Gets the "accessRights" element
 SimpleLiteral AlternativeDocumentImpl.getAlternative()
          Gets the "alternative" element
 SimpleLiteral AudienceDocumentImpl.getAudience()
          Gets the "audience" element
 SimpleLiteral AvailableDocumentImpl.getAvailable()
          Gets the "available" element
 SimpleLiteral BibliographicCitationDocumentImpl.getBibliographicCitation()
          Gets the "bibliographicCitation" element
 SimpleLiteral ConformsToDocumentImpl.getConformsTo()
          Gets the "conformsTo" element
 SimpleLiteral CreatedDocumentImpl.getCreated()
          Gets the "created" element
 SimpleLiteral DateAcceptedDocumentImpl.getDateAccepted()
          Gets the "dateAccepted" element
 SimpleLiteral DateCopyrightedDocumentImpl.getDateCopyrighted()
          Gets the "dateCopyrighted" element
 SimpleLiteral DateSubmittedDocumentImpl.getDateSubmitted()
          Gets the "dateSubmitted" element
 SimpleLiteral EducationLevelDocumentImpl.getEducationLevel()
          Gets the "educationLevel" element
 SimpleLiteral ExtentDocumentImpl.getExtent()
          Gets the "extent" element
 SimpleLiteral HasFormatDocumentImpl.getHasFormat()
          Gets the "hasFormat" element
 SimpleLiteral HasPartDocumentImpl.getHasPart()
          Gets the "hasPart" element
 SimpleLiteral HasVersionDocumentImpl.getHasVersion()
          Gets the "hasVersion" element
 SimpleLiteral IsFormatOfDocumentImpl.getIsFormatOf()
          Gets the "isFormatOf" element
 SimpleLiteral IsPartOfDocumentImpl.getIsPartOf()
          Gets the "isPartOf" element
 SimpleLiteral IsReferencedByDocumentImpl.getIsReferencedBy()
          Gets the "isReferencedBy" element
 SimpleLiteral IsReplacedByDocumentImpl.getIsReplacedBy()
          Gets the "isReplacedBy" element
 SimpleLiteral IsRequiredByDocumentImpl.getIsRequiredBy()
          Gets the "isRequiredBy" element
 SimpleLiteral IssuedDocumentImpl.getIssued()
          Gets the "issued" element
 SimpleLiteral IsVersionOfDocumentImpl.getIsVersionOf()
          Gets the "isVersionOf" element
 SimpleLiteral LicenseDocumentImpl.getLicense()
          Gets the "license" element
 SimpleLiteral MediatorDocumentImpl.getMediator()
          Gets the "mediator" element
 SimpleLiteral MediumDocumentImpl.getMedium()
          Gets the "medium" element
 SimpleLiteral ModifiedDocumentImpl.getModified()
          Gets the "modified" element
 SimpleLiteral ProvenanceDocumentImpl.getProvenance()
          Gets the "provenance" element
 SimpleLiteral ReferencesDocumentImpl.getReferences()
          Gets the "references" element
 SimpleLiteral ReplacesDocumentImpl.getReplaces()
          Gets the "replaces" element
 SimpleLiteral RequiresDocumentImpl.getRequires()
          Gets the "requires" element
 SimpleLiteral RightsHolderDocumentImpl.getRightsHolder()
          Gets the "rightsHolder" element
 SimpleLiteral SpatialDocumentImpl.getSpatial()
          Gets the "spatial" element
 SimpleLiteral TableOfContentsDocumentImpl.getTableOfContents()
          Gets the "tableOfContents" element
 SimpleLiteral TemporalDocumentImpl.getTemporal()
          Gets the "temporal" element
 SimpleLiteral ValidDocumentImpl.getValid()
          Gets the "valid" element
 

Methods in org.purl.dc.terms.impl with parameters of type SimpleLiteral
 void AbstractDocumentImpl.setAbstract(SimpleLiteral xabstract)
          Sets the "abstract" element
 void AccessRightsDocumentImpl.setAccessRights(SimpleLiteral accessRights)
          Sets the "accessRights" element
 void AlternativeDocumentImpl.setAlternative(SimpleLiteral alternative)
          Sets the "alternative" element
 void AudienceDocumentImpl.setAudience(SimpleLiteral audience)
          Sets the "audience" element
 void AvailableDocumentImpl.setAvailable(SimpleLiteral available)
          Sets the "available" element
 void BibliographicCitationDocumentImpl.setBibliographicCitation(SimpleLiteral bibliographicCitation)
          Sets the "bibliographicCitation" element
 void ConformsToDocumentImpl.setConformsTo(SimpleLiteral conformsTo)
          Sets the "conformsTo" element
 void CreatedDocumentImpl.setCreated(SimpleLiteral created)
          Sets the "created" element
 void DateAcceptedDocumentImpl.setDateAccepted(SimpleLiteral dateAccepted)
          Sets the "dateAccepted" element
 void DateCopyrightedDocumentImpl.setDateCopyrighted(SimpleLiteral dateCopyrighted)
          Sets the "dateCopyrighted" element
 void DateSubmittedDocumentImpl.setDateSubmitted(SimpleLiteral dateSubmitted)
          Sets the "dateSubmitted" element
 void EducationLevelDocumentImpl.setEducationLevel(SimpleLiteral educationLevel)
          Sets the "educationLevel" element
 void ExtentDocumentImpl.setExtent(SimpleLiteral extent)
          Sets the "extent" element
 void HasFormatDocumentImpl.setHasFormat(SimpleLiteral hasFormat)
          Sets the "hasFormat" element
 void HasPartDocumentImpl.setHasPart(SimpleLiteral hasPart)
          Sets the "hasPart" element
 void HasVersionDocumentImpl.setHasVersion(SimpleLiteral hasVersion)
          Sets the "hasVersion" element
 void IsFormatOfDocumentImpl.setIsFormatOf(SimpleLiteral isFormatOf)
          Sets the "isFormatOf" element
 void IsPartOfDocumentImpl.setIsPartOf(SimpleLiteral isPartOf)
          Sets the "isPartOf" element
 void IsReferencedByDocumentImpl.setIsReferencedBy(SimpleLiteral isReferencedBy)
          Sets the "isReferencedBy" element
 void IsReplacedByDocumentImpl.setIsReplacedBy(SimpleLiteral isReplacedBy)
          Sets the "isReplacedBy" element
 void IsRequiredByDocumentImpl.setIsRequiredBy(SimpleLiteral isRequiredBy)
          Sets the "isRequiredBy" element
 void IssuedDocumentImpl.setIssued(SimpleLiteral issued)
          Sets the "issued" element
 void IsVersionOfDocumentImpl.setIsVersionOf(SimpleLiteral isVersionOf)
          Sets the "isVersionOf" element
 void LicenseDocumentImpl.setLicense(SimpleLiteral license)
          Sets the "license" element
 void MediatorDocumentImpl.setMediator(SimpleLiteral mediator)
          Sets the "mediator" element
 void MediumDocumentImpl.setMedium(SimpleLiteral medium)
          Sets the "medium" element
 void ModifiedDocumentImpl.setModified(SimpleLiteral modified)
          Sets the "modified" element
 void ProvenanceDocumentImpl.setProvenance(SimpleLiteral provenance)
          Sets the "provenance" element
 void ReferencesDocumentImpl.setReferences(SimpleLiteral references)
          Sets the "references" element
 void ReplacesDocumentImpl.setReplaces(SimpleLiteral replaces)
          Sets the "replaces" element
 void RequiresDocumentImpl.setRequires(SimpleLiteral requires)
          Sets the "requires" element
 void RightsHolderDocumentImpl.setRightsHolder(SimpleLiteral rightsHolder)
          Sets the "rightsHolder" element
 void SpatialDocumentImpl.setSpatial(SimpleLiteral spatial)
          Sets the "spatial" element
 void TableOfContentsDocumentImpl.setTableOfContents(SimpleLiteral tableOfContents)
          Sets the "tableOfContents" element
 void TemporalDocumentImpl.setTemporal(SimpleLiteral temporal)
          Sets the "temporal" element
 void ValidDocumentImpl.setValid(SimpleLiteral valid)
          Sets the "valid" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.