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>
-
-
Constructor Summary
Constructors Constructor Description DescriptionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()Gets the value of the author property.StringgetCreator()Gets the value of the creator property.List<DescriptionCustomType>getCustom()Gets the value of the custom property.StringgetKeywords()Gets the value of the keywords property.StringgetProducer()Gets the value of the producer property.StringgetSubject()Gets the value of the subject property.StringgetTitle()Gets the value of the title property.booleanisAllowEmptyValues()Gets the value of the allowEmptyValues property.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
-
author
protected String author
-
creator
protected String creator
-
keywords
protected String keywords
-
producer
protected String producer
-
subject
protected String subject
-
allowEmptyValues
protected Boolean allowEmptyValues
-
-
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 Jakarta XML Binding 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()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
isSetTitle
public boolean isSetTitle()
-
getAuthor
public String getAuthor()
Gets the value of the author property.- Returns:
- possible object is
String
-
setAuthor
public void setAuthor(String value)
Sets the value of the author property.- Parameters:
value- allowed object isString
-
isSetAuthor
public boolean isSetAuthor()
-
getCreator
public String getCreator()
Gets the value of the creator property.- Returns:
- possible object is
String
-
setCreator
public void setCreator(String value)
Sets the value of the creator property.- Parameters:
value- allowed object isString
-
isSetCreator
public boolean isSetCreator()
-
getKeywords
public String getKeywords()
Gets the value of the keywords property.- Returns:
- possible object is
String
-
setKeywords
public void setKeywords(String value)
Sets the value of the keywords property.- Parameters:
value- allowed object isString
-
isSetKeywords
public boolean isSetKeywords()
-
getProducer
public String getProducer()
Gets the value of the producer property.- Returns:
- possible object is
String
-
setProducer
public void setProducer(String value)
Sets the value of the producer property.- Parameters:
value- allowed object isString
-
isSetProducer
public boolean isSetProducer()
-
getSubject
public String getSubject()
Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
public void setSubject(String value)
Sets the value of the subject property.- Parameters:
value- allowed object isString
-
isSetSubject
public boolean isSetSubject()
-
isAllowEmptyValues
public boolean isAllowEmptyValues()
Gets the value of the allowEmptyValues property.- Returns:
- possible object is
Boolean
-
setAllowEmptyValues
public void setAllowEmptyValues(boolean value)
Sets the value of the allowEmptyValues property.- Parameters:
value- allowed object isBoolean
-
isSetAllowEmptyValues
public boolean isSetAllowEmptyValues()
-
unsetAllowEmptyValues
public void unsetAllowEmptyValues()
-
-