Class DescriptionCustomType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.DescriptionCustomType
-
public class DescriptionCustomType extends Object
<?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 you add another (optional) <code><custom .../></code> element to the description element, you can use it to store your own values in the PDF description. The element can occur multiple times and defines an additional entry for the description. </p>Java class for DescriptionCustomType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionCustomType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="remove" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DescriptionCustomType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Gets the value of the key property.StringgetValue()Gets the value of the value property.booleanisRemove()Gets the value of the remove property.booleanisSetKey()booleanisSetRemove()booleanisSetValue()voidsetKey(String value)Sets the value of the key property.voidsetRemove(boolean value)Sets the value of the remove property.voidsetValue(String value)Sets the value of the value property.voidunsetRemove()
-
-
-
Method Detail
-
getKey
public String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
public void setKey(String value)
Sets the value of the key property.- Parameters:
value- allowed object isString
-
isSetKey
public boolean isSetKey()
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isSetValue
public boolean isSetValue()
-
isRemove
public boolean isRemove()
Gets the value of the remove property.- Returns:
- possible object is
Boolean
-
setRemove
public void setRemove(boolean value)
Sets the value of the remove property.- Parameters:
value- allowed object isBoolean
-
isSetRemove
public boolean isSetRemove()
-
unsetRemove
public void unsetRemove()
-
-