Class ReplyToAnnotationEditType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseReplyEditType
-
- net.webpdf.wsclient.schema.operation.ReplyToAnnotationEditType
-
public class ReplyToAnnotationEditType extends BaseReplyEditType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Allows editing the content and properties of a textual reply to another annotation.</p>
Java class for ReplyToAnnotationEditType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplyToAnnotationEditType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseReplyEditType"> <all> <element name="objectKey"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType> </element> </all> <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="page" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReplyToAnnotationEditType.ObjectKeyJava class for anonymous complex type.
-
Constructor Summary
Constructors Constructor Description ReplyToAnnotationEditType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Gets the value of the comment property.StringgetCreator()Gets the value of the creator property.StringgetName()Gets the value of the name property.ReplyToAnnotationEditType.ObjectKeygetObjectKey()Gets the value of the objectKey property.intgetPage()Gets the value of the page property.StringgetSubject()Gets the value of the subject property.booleanisSetComment()booleanisSetCreator()booleanisSetName()booleanisSetObjectKey()booleanisSetPage()booleanisSetSubject()voidsetComment(String value)Sets the value of the comment property.voidsetCreator(String value)Sets the value of the creator property.voidsetName(String value)Sets the value of the name property.voidsetObjectKey(ReplyToAnnotationEditType.ObjectKey value)Sets the value of the objectKey property.voidsetPage(int value)Sets the value of the page property.voidsetSubject(String value)Sets the value of the subject property.voidunsetPage()
-
-
-
Method Detail
-
getObjectKey
public ReplyToAnnotationEditType.ObjectKey getObjectKey()
Gets the value of the objectKey property.- Returns:
- possible object is
ReplyToAnnotationEditType.ObjectKey
-
setObjectKey
public void setObjectKey(ReplyToAnnotationEditType.ObjectKey value)
Sets the value of the objectKey property.- Parameters:
value- allowed object isReplyToAnnotationEditType.ObjectKey
-
isSetObjectKey
public boolean isSetObjectKey()
-
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()
-
getCreator
public String getCreator()
Gets the value of the creator property.- Returns:
- possible object is
String
-
setCreator
public void setCreator(String value)
Sets the value of the creator property.- Parameters:
value- allowed object isString
-
isSetCreator
public boolean isSetCreator()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName()
-
getSubject
public String getSubject()
Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
public void setSubject(String value)
Sets the value of the subject property.- Parameters:
value- allowed object isString
-
isSetSubject
public boolean isSetSubject()
-
getPage
public int getPage()
Gets the value of the page property.- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.- Parameters:
value- allowed object isInteger
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
-