public class DescriptionType extends BaseToolboxType implements ParameterInterface
Java class for DescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="keywords" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="producer" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="allowEmptyValues" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowEmptyValues |
protected String |
author |
protected String |
creator |
protected String |
keywords |
protected String |
producer |
protected String |
subject |
protected String |
title |
| Constructor and Description |
|---|
DescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the value of the author property.
|
String |
getCreator()
Gets the value of the creator property.
|
String |
getKeywords()
Gets the value of the keywords 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 |
isAllowEmptyValues()
Gets the value of the allowEmptyValues property.
|
boolean |
isSetAllowEmptyValues() |
boolean |
isSetAuthor() |
boolean |
isSetCreator() |
boolean |
isSetKeywords() |
boolean |
isSetProducer() |
boolean |
isSetSubject() |
boolean |
isSetTitle() |
void |
setAllowEmptyValues(boolean value)
Sets the value of the allowEmptyValues property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setCreator(String value)
Sets the value of the creator property.
|
void |
setKeywords(String value)
Sets the value of the keywords 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 |
unsetAllowEmptyValues() |
protected String title
protected String author
protected String creator
protected String keywords
protected String producer
protected String subject
protected Boolean allowEmptyValues
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic boolean isSetAuthor()
public String getCreator()
Stringpublic void setCreator(String value)
value - allowed object is
Stringpublic boolean isSetCreator()
public String getKeywords()
Stringpublic void setKeywords(String value)
value - allowed object is
Stringpublic boolean isSetKeywords()
public String getProducer()
Stringpublic void setProducer(String value)
value - allowed object is
Stringpublic boolean isSetProducer()
public String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic boolean isSetSubject()
public boolean isAllowEmptyValues()
Booleanpublic void setAllowEmptyValues(boolean value)
value - allowed object is
Booleanpublic boolean isSetAllowEmptyValues()
public void unsetAllowEmptyValues()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.