Class ReplyStateRelationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.BaseRelationType
-
- net.webpdf.wsclient.schema.extraction.info.ReplyStateRelationType
-
public class ReplyStateRelationType 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">Changes the reply state of the selected annotation.</p>
Java class for ReplyStateRelationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplyStateRelationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/extraction/info}BaseRelationType"> <attribute name="state" type="{http://schema.webpdf.de/1.0/extraction/info}ReplyStateType" default="none" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ReplyStateTypestate<?-
Fields inherited from class net.webpdf.wsclient.schema.extraction.info.BaseRelationType
objectID
-
-
Constructor Summary
Constructors Constructor Description ReplyStateRelationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplyStateTypegetState()<?booleanisSetState()voidsetState(ReplyStateType value)Sets the value of the state property.-
Methods inherited from class net.webpdf.wsclient.schema.extraction.info.BaseRelationType
getObjectID, isSetObjectID, setObjectID
-
-
-
-
Field Detail
-
state
protected ReplyStateType state
<?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">The set reply state of 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
-
getState
public ReplyStateType getState()
<?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">The set reply state of 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
ReplyStateType
-
setState
public void setState(ReplyStateType value)
Sets the value of the state property.- Parameters:
value- allowed object isReplyStateType- See Also:
getState()
-
isSetState
public boolean isSetState()
-
-