Class CustomDescriptionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.CustomDescriptionType
-
public class CustomDescriptionType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">An element of this type defines some custom attribute to be listed in the document's metadata.</p>
Java class for CustomDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomDescriptionType"> <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="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CustomDescriptionType()
-
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.booleanisSetKey()booleanisSetValue()voidsetKey(String value)Sets the value of the key property.voidsetValue(String value)Sets the value of the value property.
-
-
-
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()
-
-