Uses of Class
org.docx4j.docProps.core.dc.elements.SimpleLiteral
| Package | Description |
|---|---|
| org.docx4j.docProps.core | |
| org.docx4j.docProps.core.dc.elements | |
| org.docx4j.docProps.core.dc.terms |
-
Uses of SimpleLiteral in org.docx4j.docProps.core
Fields in org.docx4j.docProps.core declared as SimpleLiteral Modifier and Type Field Description protected SimpleLiteralCoreProperties. createdprotected SimpleLiteralCoreProperties. creatorprotected SimpleLiteralCoreProperties. languageprotected SimpleLiteralCoreProperties. modifiedprotected SimpleLiteralCoreProperties. subjectFields in org.docx4j.docProps.core with type parameters of type SimpleLiteral Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<SimpleLiteral>CoreProperties. descriptionprotected jakarta.xml.bind.JAXBElement<SimpleLiteral>CoreProperties. identifierprotected jakarta.xml.bind.JAXBElement<SimpleLiteral>CoreProperties. titleMethods in org.docx4j.docProps.core that return SimpleLiteral Modifier and Type Method Description SimpleLiteralCoreProperties. getCreated()Gets the value of the created property.SimpleLiteralCoreProperties. getCreator()Gets the value of the creator property.SimpleLiteralCoreProperties. getLanguage()Gets the value of the language property.SimpleLiteralCoreProperties. getModified()Gets the value of the modified property.SimpleLiteralCoreProperties. getSubject()Gets the value of the subject property.Methods in org.docx4j.docProps.core that return types with arguments of type SimpleLiteral Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SimpleLiteral>CoreProperties. getDescription()Gets the value of the description property.jakarta.xml.bind.JAXBElement<SimpleLiteral>CoreProperties. getIdentifier()Gets the value of the identifier property.jakarta.xml.bind.JAXBElement<SimpleLiteral>CoreProperties. getTitle()Gets the value of the title property.Methods in org.docx4j.docProps.core with parameters of type SimpleLiteral Modifier and Type Method Description voidCoreProperties. setCreated(SimpleLiteral value)Sets the value of the created property.voidCoreProperties. setCreator(SimpleLiteral value)Sets the value of the creator property.voidCoreProperties. setLanguage(SimpleLiteral value)Sets the value of the language property.voidCoreProperties. setModified(SimpleLiteral value)Sets the value of the modified property.voidCoreProperties. setSubject(SimpleLiteral value)Sets the value of the subject property.Method parameters in org.docx4j.docProps.core with type arguments of type SimpleLiteral Modifier and Type Method Description voidCoreProperties. setDescription(jakarta.xml.bind.JAXBElement<SimpleLiteral> value)Sets the value of the description property.voidCoreProperties. setIdentifier(jakarta.xml.bind.JAXBElement<SimpleLiteral> value)Sets the value of the identifier property.voidCoreProperties. setTitle(jakarta.xml.bind.JAXBElement<SimpleLiteral> value)Sets the value of the title property. -
Uses of SimpleLiteral in org.docx4j.docProps.core.dc.elements
Fields in org.docx4j.docProps.core.dc.elements with type parameters of type SimpleLiteral Modifier and Type Field Description protected java.util.List<jakarta.xml.bind.JAXBElement<SimpleLiteral>>ElementContainer. anyMethods in org.docx4j.docProps.core.dc.elements that return SimpleLiteral Modifier and Type Method Description SimpleLiteralObjectFactory. createSimpleLiteral()Create an instance ofSimpleLiteralMethods in org.docx4j.docProps.core.dc.elements that return types with arguments of type SimpleLiteral Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAny(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createContributor(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createCoverage(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createCreator(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createDate(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createDescription(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createFormat(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIdentifier(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createLanguage(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createPublisher(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createRelation(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createRights(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createSource(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createSubject(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createTitle(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createType(SimpleLiteral value)java.util.List<jakarta.xml.bind.JAXBElement<SimpleLiteral>>ElementContainer. getAny()Gets the value of the any property.Methods in org.docx4j.docProps.core.dc.elements with parameters of type SimpleLiteral Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAny(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createContributor(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createCoverage(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createCreator(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createDate(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createDescription(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createFormat(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIdentifier(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createLanguage(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createPublisher(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createRelation(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createRights(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createSource(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createSubject(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createTitle(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createType(SimpleLiteral value) -
Uses of SimpleLiteral in org.docx4j.docProps.core.dc.terms
Subclasses of SimpleLiteral in org.docx4j.docProps.core.dc.terms Modifier and Type Class Description classBoxJava class for Box complex type.classDCMITypeJava class for DCMIType complex type.classDDCJava class for DDC complex type.classIMTJava class for IMT complex type.classISO3166Java class for ISO3166 complex type.classISO6392Java class for ISO639-2 complex type.classLCCJava class for LCC complex type.classLCSHJava class for LCSH complex type.classMESHJava class for MESH complex type.classPeriodJava class for Period complex type.classPointJava class for Point complex type.classRFC1766Java class for RFC1766 complex type.classRFC3066Java class for RFC3066 complex type.classTGNJava class for TGN complex type.classUDCJava class for UDC complex type.classURIJava class for URI complex type.classW3CDTFJava class for W3CDTF complex type.Fields in org.docx4j.docProps.core.dc.terms with type parameters of type SimpleLiteral Modifier and Type Field Description protected java.util.List<jakarta.xml.bind.JAXBElement<SimpleLiteral>>ElementOrRefinementContainer. anyMethods in org.docx4j.docProps.core.dc.terms that return types with arguments of type SimpleLiteral Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAbstract(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAccessRights(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAlternative(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAudience(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAvailable(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createBibliographicCitation(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createConformsTo(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createCreated(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createDateAccepted(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createDateCopyrighted(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createDateSubmitted(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createEducationLevel(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createExtent(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createHasFormat(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createHasPart(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createHasVersion(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsFormatOf(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsPartOf(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsReferencedBy(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsReplacedBy(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsRequiredBy(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIssued(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsVersionOf(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createMediator(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createMedium(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createModified(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createReferences(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createReplaces(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createRequires(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createSpatial(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createTableOfContents(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createTemporal(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createValid(SimpleLiteral value)java.util.List<jakarta.xml.bind.JAXBElement<SimpleLiteral>>ElementOrRefinementContainer. getAny()Gets the value of the any property.Methods in org.docx4j.docProps.core.dc.terms with parameters of type SimpleLiteral Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAbstract(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAccessRights(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAlternative(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAudience(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createAvailable(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createBibliographicCitation(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createConformsTo(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createCreated(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createDateAccepted(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createDateCopyrighted(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createDateSubmitted(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createEducationLevel(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createExtent(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createHasFormat(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createHasPart(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createHasVersion(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsFormatOf(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsPartOf(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsReferencedBy(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsReplacedBy(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsRequiredBy(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIssued(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createIsVersionOf(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createMediator(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createMedium(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createModified(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createReferences(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createReplaces(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createRequires(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createSpatial(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createTableOfContents(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createTemporal(SimpleLiteral value)jakarta.xml.bind.JAXBElement<SimpleLiteral>ObjectFactory. createValid(SimpleLiteral value)