Class ReplyStateAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseReplyType
-
- net.webpdf.wsclient.schema.operation.ReplyStateAnnotationType
-
public class ReplyStateAnnotationType extends BaseReplyType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="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 "reply state" for a selected annotation.</p>
Java class for ReplyStateAnnotationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplyStateAnnotationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseReplyType"> <attribute name="replyState" type="{http://schema.webpdf.de/1.0/operation}ReplyState" default="none" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ReplyStatereplyState<?
-
Constructor Summary
Constructors Constructor Description ReplyStateAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplyStategetReplyState()<?booleanisSetReplyState()voidsetReplyState(ReplyState value)Sets the value of the replyState property.-
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
-
replyState
protected ReplyState replyState
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a reply state to the commented annotation. <ul><li>accepted = The user agrees with the change.</li><li>rejected = The user disagrees with the change.</li><li>cancelled = The change has been cancelled.</li><li>completed = The change has been completed.</li><li>none = The user did not set a state.</li></ul></p>
-
-
Method Detail
-
getReplyState
public ReplyState getReplyState()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p23729_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p441386_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p50928_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a reply state to the commented annotation. <ul><li>accepted = The user agrees with the change.</li><li>rejected = The user disagrees with the change.</li><li>cancelled = The change has been cancelled.</li><li>completed = The change has been completed.</li><li>none = The user did not set a state.</li></ul></p>- Returns:
- possible object is
ReplyState
-
setReplyState
public void setReplyState(ReplyState value)
Sets the value of the replyState property.- Parameters:
value- allowed object isReplyState- See Also:
getReplyState()
-
isSetReplyState
public boolean isSetReplyState()
-
-