public class SelectionAttachmentType extends Object
Java class for SelectionAttachmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectionAttachmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="fileMask" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="context" type="{http://schema.webpdf.de/1.0/operation}ContextType" default="all" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContextType |
context |
protected String |
fileMask |
protected String |
pages |
| Constructor and Description |
|---|
SelectionAttachmentType() |
| Modifier and Type | Method and Description |
|---|---|
ContextType |
getContext()
Gets the value of the context property.
|
String |
getFileMask()
Gets the value of the fileMask property.
|
String |
getPages()
Gets the value of the pages property.
|
boolean |
isSetContext() |
boolean |
isSetFileMask() |
boolean |
isSetPages() |
void |
setContext(ContextType value)
Sets the value of the context property.
|
void |
setFileMask(String value)
Sets the value of the fileMask property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
protected String pages
protected String fileMask
protected ContextType context
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public String getFileMask()
Stringpublic void setFileMask(String value)
value - allowed object is
Stringpublic boolean isSetFileMask()
public ContextType getContext()
ContextTypepublic void setContext(ContextType value)
value - allowed object is
ContextTypepublic boolean isSetContext()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.