Class SignatureType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.SignatureType
-
public class SignatureType 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 represents the properties of a signature.</p>
Java class for SignatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="reason" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="contact" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="date" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="subFilter" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SignatureType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContact()Gets the value of the contact property.StringgetDate()Gets the value of the date property.StringgetFilter()Gets the value of the filter property.StringgetLocation()Gets the value of the location property.StringgetName()Gets the value of the name property.StringgetObjectKey()Gets the value of the objectKey property.StringgetReason()Gets the value of the reason property.StringgetSubFilter()Gets the value of the subFilter property.booleanisSetContact()booleanisSetDate()booleanisSetFilter()booleanisSetLocation()booleanisSetName()booleanisSetObjectKey()booleanisSetReason()booleanisSetSubFilter()voidsetContact(String value)Sets the value of the contact property.voidsetDate(String value)Sets the value of the date property.voidsetFilter(String value)Sets the value of the filter property.voidsetLocation(String value)Sets the value of the location property.voidsetName(String value)Sets the value of the name property.voidsetObjectKey(String value)Sets the value of the objectKey property.voidsetReason(String value)Sets the value of the reason property.voidsetSubFilter(String value)Sets the value of the subFilter property.
-
-
-
Method Detail
-
getObjectKey
public String getObjectKey()
Gets the value of the objectKey property.- Returns:
- possible object is
String
-
setObjectKey
public void setObjectKey(String value)
Sets the value of the objectKey property.- Parameters:
value- allowed object isString
-
isSetObjectKey
public boolean isSetObjectKey()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName()
-
getReason
public String getReason()
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
public void setReason(String value)
Sets the value of the reason property.- Parameters:
value- allowed object isString
-
isSetReason
public boolean isSetReason()
-
getContact
public String getContact()
Gets the value of the contact property.- Returns:
- possible object is
String
-
setContact
public void setContact(String value)
Sets the value of the contact property.- Parameters:
value- allowed object isString
-
isSetContact
public boolean isSetContact()
-
getLocation
public String getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
public void setLocation(String value)
Sets the value of the location property.- Parameters:
value- allowed object isString
-
isSetLocation
public boolean isSetLocation()
-
getDate
public String getDate()
Gets the value of the date property.- Returns:
- possible object is
String
-
setDate
public void setDate(String value)
Sets the value of the date property.- Parameters:
value- allowed object isString
-
isSetDate
public boolean isSetDate()
-
getFilter
public String getFilter()
Gets the value of the filter property.- Returns:
- possible object is
String
-
setFilter
public void setFilter(String value)
Sets the value of the filter property.- Parameters:
value- allowed object isString
-
isSetFilter
public boolean isSetFilter()
-
getSubFilter
public String getSubFilter()
Gets the value of the subFilter property.- Returns:
- possible object is
String
-
setSubFilter
public void setSubFilter(String value)
Sets the value of the subFilter property.- Parameters:
value- allowed object isString
-
isSetSubFilter
public boolean isSetSubFilter()
-
-