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:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin: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()<?StringgetCreator()<?StringgetName()<?ReplyToAnnotationEditType.ObjectKeygetObjectKey()<?intgetPage()<?StringgetSubject()<?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()
-
-
-
Field Detail
-
objectKey
protected ReplyToAnnotationEditType.ObjectKey objectKey
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the "reply to" annotation by object ID.</p>
-
comment
protected String comment
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" 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>
-
creator
protected String creator
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to specify the author of the annotation.</p>
-
name
protected String name
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to specify the name of the annotation.</p>
-
subject
protected String subject
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to specify the subject of the annotation.</p>
-
page
protected Integer page
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page by page number, that shall contain the "reply to" annotation.</p>
-
-
Method Detail
-
getObjectKey
public ReplyToAnnotationEditType.ObjectKey getObjectKey()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the "reply to" annotation by object ID.</p>
- 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- See Also:
getObjectKey()
-
isSetObjectKey
public boolean isSetObjectKey()
-
getComment
public String getComment()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" 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()
-
getCreator
public String getCreator()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to specify the author of the annotation.</p>
- Returns:
- possible object is
String
-
setCreator
public void setCreator(String value)
Sets the value of the creator property.- Parameters:
value- allowed object isString- See Also:
getCreator()
-
isSetCreator
public boolean isSetCreator()
-
getName
public String getName()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to specify the name of the annotation.</p>
- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.
-
isSetName
public boolean isSetName()
-
getSubject
public String getSubject()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to specify the subject of the annotation.</p>
- Returns:
- possible object is
String
-
setSubject
public void setSubject(String value)
Sets the value of the subject property.- Parameters:
value- allowed object isString- See Also:
getSubject()
-
isSetSubject
public boolean isSetSubject()
-
getPage
public int getPage()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects the page by page number, that shall contain the "reply to" annotation.</p>
- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
-