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()<?StringgetValue()<?booleanisRemove()<?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()
-
-
-
Field Detail
-
key
protected String key
<?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">Describes the name of the field to be added to the PDF description. The value must not be empty, must be unique, and must not conflict with the other (default) field names (e.g. "Subject"). If a name conflict occurs, the entry will be skipped and not entered.</p>
-
value
protected String value
<?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">Describes the value to be stored in the PDF description.</p>
-
remove
protected Boolean remove
<?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", then the field is not added but removed. In this case "value" has no meaning. If the field is not present, then the entry is skipped.</p>
-
-
Method Detail
-
getKey
public String getKey()
<?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">Describes the name of the field to be added to the PDF description. The value must not be empty, must be unique, and must not conflict with the other (default) field names (e.g. "Subject"). If a name conflict occurs, the entry will be skipped and not entered.</p>
- Returns:
- possible object is
String
-
setKey
public void setKey(String value)
Sets the value of the key property.
-
isSetKey
public boolean isSetKey()
-
getValue
public String getValue()
<?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">Describes the value to be stored in the PDF description.</p>
- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString- See Also:
getValue()
-
isSetValue
public boolean isSetValue()
-
isRemove
public boolean isRemove()
<?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", then the field is not added but removed. In this case "value" has no meaning. If the field is not present, then the entry is skipped.</p>
- Returns:
- possible object is
Boolean
-
setRemove
public void setRemove(boolean value)
Sets the value of the remove property.- Parameters:
value- allowed object isBoolean- See Also:
isRemove()
-
isSetRemove
public boolean isSetRemove()
-
unsetRemove
public void unsetRemove()
-
-