public class MarkupType extends Object
Java class for MarkupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="richContents" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="opacity" type="{http://schema.webpdf.de/1.0/extraction/info}OpacityType" default="100" />
<attribute name="creationDate" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="intents" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
creationDate |
protected String |
creator |
protected String |
intents |
protected Integer |
opacity |
protected String |
richContents |
protected String |
subject |
| Constructor and Description |
|---|
MarkupType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationDate()
Gets the value of the creationDate property.
|
String |
getCreator()
Gets the value of the creator property.
|
String |
getIntents()
Gets the value of the intents property.
|
int |
getOpacity()
Gets the value of the opacity property.
|
String |
getRichContents()
Gets the value of the richContents property.
|
String |
getSubject()
Gets the value of the subject property.
|
boolean |
isSetCreationDate() |
boolean |
isSetCreator() |
boolean |
isSetIntents() |
boolean |
isSetOpacity() |
boolean |
isSetRichContents() |
boolean |
isSetSubject() |
void |
setCreationDate(String value)
Sets the value of the creationDate property.
|
void |
setCreator(String value)
Sets the value of the creator property.
|
void |
setIntents(String value)
Sets the value of the intents property.
|
void |
setOpacity(int value)
Sets the value of the opacity property.
|
void |
setRichContents(String value)
Sets the value of the richContents property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
void |
unsetOpacity() |
protected String richContents
protected Integer opacity
protected String creationDate
protected String subject
protected String intents
protected String creator
public String getRichContents()
Stringpublic void setRichContents(String value)
value - allowed object is
Stringpublic boolean isSetRichContents()
public int getOpacity()
Integerpublic void setOpacity(int value)
value - allowed object is
Integerpublic boolean isSetOpacity()
public void unsetOpacity()
public String getCreationDate()
Stringpublic void setCreationDate(String value)
value - allowed object is
Stringpublic boolean isSetCreationDate()
public String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic boolean isSetSubject()
public String getIntents()
Stringpublic void setIntents(String value)
value - allowed object is
Stringpublic boolean isSetIntents()
public String getCreator()
Stringpublic void setCreator(String value)
value - allowed object is
Stringpublic boolean isSetCreator()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.