|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.docx4j.docProps.core.CoreProperties
public class CoreProperties
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">
<all>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}created" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}creator" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}description" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}identifier" minOccurs="0"/>
<element name="keywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}language" minOccurs="0"/>
<element name="lastModifiedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastPrinted" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}modified" minOccurs="0"/>
<element name="revision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}subject" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}title" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CoreProperties()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCategory()
Gets the value of the category property. |
java.lang.String |
getContentStatus()
Gets the value of the contentStatus property. |
java.lang.String |
getContentType()
Gets the value of the contentType property. |
SimpleLiteral |
getCreated()
Gets the value of the created property. |
SimpleLiteral |
getCreator()
Gets the value of the creator property. |
javax.xml.bind.JAXBElement<SimpleLiteral> |
getDescription()
Gets the value of the description property. |
javax.xml.bind.JAXBElement<SimpleLiteral> |
getIdentifier()
Gets the value of the identifier property. |
java.lang.String |
getKeywords()
Gets the value of the keywords property. |
SimpleLiteral |
getLanguage()
Gets the value of the language property. |
java.lang.String |
getLastModifiedBy()
Gets the value of the lastModifiedBy property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastPrinted()
Gets the value of the lastPrinted property. |
SimpleLiteral |
getModified()
Gets the value of the modified property. |
java.lang.String |
getRevision()
Gets the value of the revision property. |
SimpleLiteral |
getSubject()
Gets the value of the subject property. |
javax.xml.bind.JAXBElement<SimpleLiteral> |
getTitle()
Gets the value of the title property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setCategory(java.lang.String value)
Sets the value of the category property. |
void |
setContentStatus(java.lang.String value)
Sets the value of the contentStatus property. |
void |
setContentType(java.lang.String value)
Sets the value of the contentType property. |
void |
setCreated(SimpleLiteral value)
Sets the value of the created property. |
void |
setCreator(SimpleLiteral value)
Sets the value of the creator property. |
void |
setDescription(javax.xml.bind.JAXBElement<SimpleLiteral> value)
Sets the value of the description property. |
void |
setIdentifier(javax.xml.bind.JAXBElement<SimpleLiteral> value)
Sets the value of the identifier property. |
void |
setKeywords(java.lang.String value)
Sets the value of the keywords property. |
void |
setLanguage(SimpleLiteral value)
Sets the value of the language property. |
void |
setLastModifiedBy(java.lang.String value)
Sets the value of the lastModifiedBy property. |
void |
setLastPrinted(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastPrinted property. |
void |
setModified(SimpleLiteral value)
Sets the value of the modified property. |
void |
setRevision(java.lang.String value)
Sets the value of the revision property. |
void |
setSubject(SimpleLiteral value)
Sets the value of the subject property. |
void |
setTitle(javax.xml.bind.JAXBElement<SimpleLiteral> value)
Sets the value of the title property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoreProperties()
| Method Detail |
|---|
public java.lang.String getCategory()
Stringpublic java.lang.String getContentStatus()
Stringpublic java.lang.String getContentType()
Stringpublic SimpleLiteral getCreated()
SimpleLiteralpublic SimpleLiteral getCreator()
SimpleLiteralpublic javax.xml.bind.JAXBElement<SimpleLiteral> getDescription()
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public javax.xml.bind.JAXBElement<SimpleLiteral> getIdentifier()
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public java.lang.String getKeywords()
Stringpublic SimpleLiteral getLanguage()
SimpleLiteralpublic java.lang.String getLastModifiedBy()
Stringpublic javax.xml.datatype.XMLGregorianCalendar getLastPrinted()
XMLGregorianCalendarpublic SimpleLiteral getModified()
SimpleLiteralpublic java.lang.String getRevision()
Stringpublic SimpleLiteral getSubject()
SimpleLiteralpublic javax.xml.bind.JAXBElement<SimpleLiteral> getTitle()
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public java.lang.String getVersion()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic void setContentStatus(java.lang.String value)
value - allowed object is
Stringpublic void setContentType(java.lang.String value)
value - allowed object is
Stringpublic void setCreated(SimpleLiteral value)
value - allowed object is
SimpleLiteralpublic void setCreator(SimpleLiteral value)
value - allowed object is
SimpleLiteralpublic void setDescription(javax.xml.bind.JAXBElement<SimpleLiteral> value)
value - allowed object is
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public void setIdentifier(javax.xml.bind.JAXBElement<SimpleLiteral> value)
value - allowed object is
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public void setKeywords(java.lang.String value)
value - allowed object is
Stringpublic void setLanguage(SimpleLiteral value)
value - allowed object is
SimpleLiteralpublic void setLastModifiedBy(java.lang.String value)
value - allowed object is
Stringpublic void setLastPrinted(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic void setModified(SimpleLiteral value)
value - allowed object is
SimpleLiteralpublic void setRevision(java.lang.String value)
value - allowed object is
Stringpublic void setSubject(SimpleLiteral value)
value - allowed object is
SimpleLiteralpublic void setTitle(javax.xml.bind.JAXBElement<SimpleLiteral> value)
value - allowed object is
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public void setVersion(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||