Class MarkedStateAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseReplyType
-
- net.webpdf.wsclient.schema.operation.MarkedStateAnnotationType
-
public class MarkedStateAnnotationType extends BaseReplyType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">An annotation, that provides a "marked state" for a selected annotation.</p>
Java class for MarkedStateAnnotationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkedStateAnnotationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseReplyType"> <attribute name="markedState" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanmarkedState<?
-
Constructor Summary
Constructors Constructor Description MarkedStateAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMarkedState()<?booleanisSetMarkedState()voidsetMarkedState(boolean value)Sets the value of the markedState property.voidunsetMarkedState()-
Methods inherited from class net.webpdf.wsclient.schema.operation.BaseReplyType
getCreator, getName, getPage, getReplyTo, getSubject, isSetCreator, isSetName, isSetPage, isSetReplyTo, isSetSubject, setCreator, setName, setPage, setReplyTo, setSubject, unsetPage
-
-
-
-
Field Detail
-
markedState
protected Boolean markedState
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Marks or unmarks the annotated note.</p>
-
-
Method Detail
-
isMarkedState
public boolean isMarkedState()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Marks or unmarks the annotated note.</p>
- Returns:
- possible object is
Boolean
-
setMarkedState
public void setMarkedState(boolean value)
Sets the value of the markedState property.- Parameters:
value- allowed object isBoolean- See Also:
isMarkedState()
-
isSetMarkedState
public boolean isSetMarkedState()
-
unsetMarkedState
public void unsetMarkedState()
-
-