Class DescriptionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.DescriptionType
-
- All Implemented Interfaces:
ParameterInterface
public class DescriptionType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The description operation element can be used to change the description for documents.</p>
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"> <sequence> <element name="custom" type="{http://schema.webpdf.de/1.0/operation}DescriptionCustomType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowEmptyValues<?protected Stringauthor<?protected Stringcreator<?protected List<DescriptionCustomType>customprotected Stringkeywords<?protected Stringproducer<?protected Stringsubject<?protected Stringtitle<?
-
Constructor Summary
Constructors Constructor Description DescriptionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()<?StringgetCreator()<?List<DescriptionCustomType>getCustom()Gets the value of the custom property.StringgetKeywords()<?StringgetProducer()<?StringgetSubject()<?StringgetTitle()<?booleanisAllowEmptyValues()<?booleanisSetAllowEmptyValues()booleanisSetAuthor()booleanisSetCreator()booleanisSetCustom()booleanisSetKeywords()booleanisSetProducer()booleanisSetSubject()booleanisSetTitle()voidsetAllowEmptyValues(boolean value)Sets the value of the allowEmptyValues property.voidsetAuthor(String value)Sets the value of the author property.voidsetCreator(String value)Sets the value of the creator property.voidsetKeywords(String value)Sets the value of the keywords property.voidsetProducer(String value)Sets the value of the producer property.voidsetSubject(String value)Sets the value of the subject property.voidsetTitle(String value)Sets the value of the title property.voidunsetAllowEmptyValues()voidunsetCustom()
-
-
-
Field Detail
-
custom
protected List<DescriptionCustomType> custom
-
title
protected String title
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Title field.</p>
-
author
protected String author
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Author field. Multiple values should be separated with ";".</p>
-
creator
protected String creator
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Creator field.</p>
-
keywords
protected String keywords
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Keywords field. Multiple values should be separated with ";".</p>
-
producer
protected String producer
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Producer field.</p>
-
subject
protected String subject
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Subject field.</p>
-
allowEmptyValues
protected Boolean allowEmptyValues
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If "true," empty values will be accepted.</p>
-
-
Method Detail
-
getCustom
public List<DescriptionCustomType> getCustom()
Gets the value of the custom property.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
setmethod for the custom property.For example, to add a new item, do as follows:
getCustom().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionCustomType- Returns:
- The value of the custom property.
-
isSetCustom
public boolean isSetCustom()
-
unsetCustom
public void unsetCustom()
-
getTitle
public String getTitle()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Title field.</p>
- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value- allowed object isString- See Also:
getTitle()
-
isSetTitle
public boolean isSetTitle()
-
getAuthor
public String getAuthor()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Author field. Multiple values should be separated with ";".</p>
- Returns:
- possible object is
String
-
setAuthor
public void setAuthor(String value)
Sets the value of the author property.- Parameters:
value- allowed object isString- See Also:
getAuthor()
-
isSetAuthor
public boolean isSetAuthor()
-
getCreator
public String getCreator()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Creator field.</p>
- Returns:
- possible object is
String
-
setCreator
public void setCreator(String value)
Sets the value of the creator property.- Parameters:
value- allowed object isString- See Also:
getCreator()
-
isSetCreator
public boolean isSetCreator()
-
getKeywords
public String getKeywords()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Keywords field. Multiple values should be separated with ";".</p>
- Returns:
- possible object is
String
-
setKeywords
public void setKeywords(String value)
Sets the value of the keywords property.- Parameters:
value- allowed object isString- See Also:
getKeywords()
-
isSetKeywords
public boolean isSetKeywords()
-
getProducer
public String getProducer()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Producer field.</p>
- Returns:
- possible object is
String
-
setProducer
public void setProducer(String value)
Sets the value of the producer property.- Parameters:
value- allowed object isString- See Also:
getProducer()
-
isSetProducer
public boolean isSetProducer()
-
getSubject
public String getSubject()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the PDF document's Subject field.</p>
- Returns:
- possible object is
String
-
setSubject
public void setSubject(String value)
Sets the value of the subject property.- Parameters:
value- allowed object isString- See Also:
getSubject()
-
isSetSubject
public boolean isSetSubject()
-
isAllowEmptyValues
public boolean isAllowEmptyValues()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If "true," empty values will be accepted.</p>
- Returns:
- possible object is
Boolean
-
setAllowEmptyValues
public void setAllowEmptyValues(boolean value)
Sets the value of the allowEmptyValues property.- Parameters:
value- allowed object isBoolean- See Also:
isAllowEmptyValues()
-
isSetAllowEmptyValues
public boolean isSetAllowEmptyValues()
-
unsetAllowEmptyValues
public void unsetAllowEmptyValues()
-
-