Class MarkRelationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.BaseRelationType
-
- net.webpdf.wsclient.schema.extraction.info.MarkRelationType
-
public class MarkRelationType extends BaseRelationType
<?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">Change the marked state of the selected annotation.</p>
Java class for MarkRelationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkRelationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/extraction/info}BaseRelationType"> <attribute name="marked" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanmarked-
Fields inherited from class net.webpdf.wsclient.schema.extraction.info.BaseRelationType
objectID
-
-
Constructor Summary
Constructors Constructor Description MarkRelationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMarked()Gets the value of the marked property.booleanisSetMarked()voidsetMarked(boolean value)Sets the value of the marked property.voidunsetMarked()-
Methods inherited from class net.webpdf.wsclient.schema.extraction.info.BaseRelationType
getObjectID, isSetObjectID, setObjectID
-
-
-
-
Field Detail
-
marked
protected Boolean marked
-
-
Method Detail
-
isMarked
public boolean isMarked()
Gets the value of the marked property.- Returns:
- possible object is
Boolean
-
setMarked
public void setMarked(boolean value)
Sets the value of the marked property.- Parameters:
value- allowed object isBoolean
-
isSetMarked
public boolean isSetMarked()
-
unsetMarked
public void unsetMarked()
-
-