public class SignatureType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contact |
protected String |
date |
protected String |
filter |
protected String |
location |
protected String |
name |
protected String |
objectKey |
protected String |
reason |
protected String |
subFilter |
| Constructor and Description |
|---|
SignatureType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContact()
Gets the value of the contact property.
|
String |
getDate()
Gets the value of the date property.
|
String |
getFilter()
Gets the value of the filter property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getName()
Gets the value of the name property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
String |
getReason()
Gets the value of the reason property.
|
String |
getSubFilter()
Gets the value of the subFilter property.
|
boolean |
isSetContact() |
boolean |
isSetDate() |
boolean |
isSetFilter() |
boolean |
isSetLocation() |
boolean |
isSetName() |
boolean |
isSetObjectKey() |
boolean |
isSetReason() |
boolean |
isSetSubFilter() |
void |
setContact(String value)
Sets the value of the contact property.
|
void |
setDate(String value)
Sets the value of the date property.
|
void |
setFilter(String value)
Sets the value of the filter property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setSubFilter(String value)
Sets the value of the subFilter property.
|
protected String objectKey
protected String name
protected String reason
protected String contact
protected String location
protected String date
protected String filter
protected String subFilter
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic boolean isSetReason()
public String getContact()
Stringpublic void setContact(String value)
value - allowed object is
Stringpublic boolean isSetContact()
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic boolean isSetLocation()
public String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringpublic boolean isSetDate()
public String getFilter()
Stringpublic void setFilter(String value)
value - allowed object is
Stringpublic boolean isSetFilter()
public String getSubFilter()
Stringpublic void setSubFilter(String value)
value - allowed object is
Stringpublic boolean isSetSubFilter()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.