Class ReplyToAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseReplyType
-
- net.webpdf.wsclient.schema.operation.ReplyToAnnotationType
-
public class ReplyToAnnotationType extends BaseReplyType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p443889_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p538622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p701498_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">An annotation, that represents a textual reply to another annotation.</p>
Java class for ReplyToAnnotationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplyToAnnotationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseReplyType"> <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ReplyToAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()<?booleanisSetComment()voidsetComment(String value)Sets the value of the comment 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
-
comment
protected String comment
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p443889_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p538622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p701498_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">This value is used to set the textual comment/reply to display.</p>
-
-
Method Detail
-
getComment
public String getComment()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p443889_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p538622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p701498_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">This value is used to set the textual comment/reply to display.</p>
- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value- allowed object isString- See Also:
getComment()
-
isSetComment
public boolean isSetComment()
-
-