Class CommentRelationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.BaseRelationType
-
- net.webpdf.wsclient.schema.extraction.info.CommentRelationType
-
public class CommentRelationType 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">Adds a textual comment to the selected annotation.</p>
Java class for CommentRelationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommentRelationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/extraction/info}BaseRelationType"> <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcomment-
Fields inherited from class net.webpdf.wsclient.schema.extraction.info.BaseRelationType
objectID
-
-
Constructor Summary
Constructors Constructor Description CommentRelationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Gets the value of the comment property.booleanisSetComment()voidsetComment(String value)Sets the value of the comment property.-
Methods inherited from class net.webpdf.wsclient.schema.extraction.info.BaseRelationType
getObjectID, isSetObjectID, setObjectID
-
-
-
-
Field Detail
-
comment
protected String comment
-
-
Method Detail
-
getComment
public String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
isSetComment
public boolean isSetComment()
-
-