public class DescriptionType extends Object
Java class for DescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="author" type="{http://schema.webpdf.de/1.0/extraction/info}AuthorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="keywords" type="{http://schema.webpdf.de/1.0/extraction/info}KeywordType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="producer" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="application" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="creationDate" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="modificationDate" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
application |
protected List<AuthorType> |
author |
protected String |
creationDate |
protected String |
creator |
protected List<KeywordType> |
keywords |
protected String |
modificationDate |
protected String |
producer |
protected String |
subject |
protected String |
title |
| Constructor and Description |
|---|
DescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
List<AuthorType> |
getAuthor()
Gets the value of the author property.
|
String |
getCreationDate()
Gets the value of the creationDate property.
|
String |
getCreator()
Gets the value of the creator property.
|
List<KeywordType> |
getKeywords()
Gets the value of the keywords property.
|
String |
getModificationDate()
Gets the value of the modificationDate property.
|
String |
getProducer()
Gets the value of the producer property.
|
String |
getSubject()
Gets the value of the subject property.
|
String |
getTitle()
Gets the value of the title property.
|
boolean |
isSetApplication() |
boolean |
isSetAuthor() |
boolean |
isSetCreationDate() |
boolean |
isSetCreator() |
boolean |
isSetKeywords() |
boolean |
isSetModificationDate() |
boolean |
isSetProducer() |
boolean |
isSetSubject() |
boolean |
isSetTitle() |
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setCreationDate(String value)
Sets the value of the creationDate property.
|
void |
setCreator(String value)
Sets the value of the creator property.
|
void |
setModificationDate(String value)
Sets the value of the modificationDate property.
|
void |
setProducer(String value)
Sets the value of the producer property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
unsetAuthor() |
void |
unsetKeywords() |
protected List<AuthorType> author
protected List<KeywordType> keywords
protected String title
protected String subject
protected String creator
protected String producer
protected String application
protected String creationDate
protected String modificationDate
public List<AuthorType> getAuthor()
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 author property.
For example, to add a new item, do as follows:
getAuthor().add(newItem);
Objects of the following type(s) are allowed in the list
AuthorType
public boolean isSetAuthor()
public void unsetAuthor()
public List<KeywordType> getKeywords()
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 keywords property.
For example, to add a new item, do as follows:
getKeywords().add(newItem);
Objects of the following type(s) are allowed in the list
KeywordType
public boolean isSetKeywords()
public void unsetKeywords()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic boolean isSetSubject()
public String getCreator()
Stringpublic void setCreator(String value)
value - allowed object is
Stringpublic boolean isSetCreator()
public String getProducer()
Stringpublic void setProducer(String value)
value - allowed object is
Stringpublic boolean isSetProducer()
public String getApplication()
Stringpublic void setApplication(String value)
value - allowed object is
Stringpublic boolean isSetApplication()
public String getCreationDate()
Stringpublic void setCreationDate(String value)
value - allowed object is
Stringpublic boolean isSetCreationDate()
public String getModificationDate()
Stringpublic void setModificationDate(String value)
value - allowed object is
Stringpublic boolean isSetModificationDate()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.