com.groupdocs.annotation.domain.response
Class ListAnnotationsResponseAnnotations

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.ListAnnotationsResponseAnnotations

public class ListAnnotationsResponseAnnotations
extends Object

List annotations response annotations

Author:
Aleksey Permyakov

Constructor Summary
ListAnnotationsResponseAnnotations()
           
 
Method Summary
 Integer getAccess()
          Get access
 AnnotationPosition getAnnotationPosition()
          Get annotation position
 Integer getBackgroundColor()
          Get background color
 Box getBox()
          Get box
 Long getCreatedOn()
          Get created on date
 String getCreatorEmail()
          Get creator email
 String getCreatorGuid()
          Get creator guid
 String getCreatorName()
          Get creator name
 String getDocumentGuid()
          Get document guid
 String getFieldText()
          Get field text
 Integer getFontColor()
          Get font color
 String getFontFamily()
          Get font family
 Float getFontSize()
          Get font size
 String getGuid()
          Get guid
 Integer getPageNumber()
          Get page number
 Integer getPenColor()
          Get pen color
 Integer getPenStyle()
          Get pen style
 Integer getPenWidth()
          Get pen width
 Object getRange()
          Get range
 List<Reply> getReplies()
          Get list of replies
 String getSessionGuid()
          Get session guid
 String getSvgPath()
          Get svg path
 Integer getType()
          Get type
 void setAccess(Integer access)
          Set access
 void setAnnotationPosition(AnnotationPosition annotationPosition)
          Set annotation position
 void setBackgroundColor(Integer backgroundColor)
          Set background color
 void setBox(Box box)
          Set box
 void setCreatedOn(Long createdOn)
          Set created on date
 void setCreatorEmail(String creatorEmail)
          Set creator email
 void setCreatorGuid(String creatorGuid)
          Set creator guid
 void setCreatorName(String creatorName)
          Set creator name
 void setDocumentGuid(String documentGuid)
          Set document guid
 void setFieldText(String fieldText)
          Set field text
 void setFontColor(Integer fontColor)
          Set font color
 void setFontFamily(String fontFamily)
          Set font family
 void setFontSize(Float fontSize)
          Set font size
 void setGuid(String guid)
          Set guid
 void setPageNumber(Integer pageNumber)
          Set page number
 void setPenColor(Integer penColor)
          Set pen color
 void setPenStyle(Integer penStyle)
          Set pen style
 void setPenWidth(Integer penWidth)
          Set pen width
 void setRange(Object range)
          Set range
 void setReplies(List<Reply> replies)
          Set list of replies
 void setSessionGuid(String sessionGuid)
          Set session guid
 void setSvgPath(String svgPath)
          Set svg path
 void setType(Integer type)
          Set type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAnnotationsResponseAnnotations

public ListAnnotationsResponseAnnotations()
Method Detail

getFieldText

public final String getFieldText()
Get field text

Returns:
field text

setFieldText

public final void setFieldText(String fieldText)
Set field text

Parameters:
fieldText - field text

getFontFamily

public final String getFontFamily()
Get font family

Returns:
font family

setFontFamily

public final void setFontFamily(String fontFamily)
Set font family

Parameters:
fontFamily - font family

getFontSize

public final Float getFontSize()
Get font size

Returns:
font size

setFontSize

public final void setFontSize(Float fontSize)
Set font size

Parameters:
fontSize - font size

getAccess

public final Integer getAccess()
Get access

Returns:
access

setAccess

public final void setAccess(Integer access)
Set access

Parameters:
access - access

getBackgroundColor

public Integer getBackgroundColor()
Get background color

Returns:
background color

setBackgroundColor

public void setBackgroundColor(Integer backgroundColor)
Set background color

Parameters:
backgroundColor - background color

getAnnotationPosition

public final AnnotationPosition getAnnotationPosition()
Get annotation position

Returns:
annotation position

setAnnotationPosition

public final void setAnnotationPosition(AnnotationPosition annotationPosition)
Set annotation position

Parameters:
annotationPosition - annotation position

getBox

public final Box getBox()
Get box

Returns:
box

setBox

public final void setBox(Box box)
Set box

Parameters:
box - box

getCreatedOn

public final Long getCreatedOn()
Get created on date

Returns:
created on date

setCreatedOn

public final void setCreatedOn(Long createdOn)
Set created on date

Parameters:
createdOn - created on date

getCreatorGuid

public final String getCreatorGuid()
Get creator guid

Returns:
creator guid

setCreatorGuid

public final void setCreatorGuid(String creatorGuid)
Set creator guid

Parameters:
creatorGuid - creator guid

getCreatorEmail

public String getCreatorEmail()
Get creator email

Returns:
creator email

setCreatorEmail

public void setCreatorEmail(String creatorEmail)
Set creator email

Parameters:
creatorEmail - creator email

getCreatorName

public String getCreatorName()
Get creator name

Returns:
creator name

setCreatorName

public void setCreatorName(String creatorName)
Set creator name

Parameters:
creatorName - creator name

getDocumentGuid

public final String getDocumentGuid()
Get document guid

Returns:
document guid

setDocumentGuid

public final void setDocumentGuid(String documentGuid)
Set document guid

Parameters:
documentGuid - document guid

getFontColor

public final Integer getFontColor()
Get font color

Returns:
font color

setFontColor

public final void setFontColor(Integer fontColor)
Set font color

Parameters:
fontColor - font color

getGuid

public final String getGuid()
Get guid

Returns:
guid

setGuid

public final void setGuid(String guid)
Set guid

Parameters:
guid - guid

getPageNumber

public final Integer getPageNumber()
Get page number

Returns:
page number

setPageNumber

public final void setPageNumber(Integer pageNumber)
Set page number

Parameters:
pageNumber - page number

getRange

public final Object getRange()
Get range

Returns:
range

setRange

public final void setRange(Object range)
Set range

Parameters:
range - range

getReplies

public final List<Reply> getReplies()
Get list of replies

Returns:
list of replies

setReplies

public final void setReplies(List<Reply> replies)
Set list of replies

Parameters:
replies - list of replies

getSessionGuid

public final String getSessionGuid()
Get session guid

Returns:
session guid

setSessionGuid

public final void setSessionGuid(String sessionGuid)
Set session guid

Parameters:
sessionGuid - session guid

getSvgPath

public final String getSvgPath()
Get svg path

Returns:
svg path

setSvgPath

public final void setSvgPath(String svgPath)
Set svg path

Parameters:
svgPath - svg path

getType

public final Integer getType()
Get type

Returns:
type

setType

public final void setType(Integer type)
Set type

Parameters:
type - type

getPenWidth

public Integer getPenWidth()
Get pen width

Returns:
pen style

setPenWidth

public void setPenWidth(Integer penWidth)
Set pen width

Parameters:
penWidth - pen width

getPenStyle

public Integer getPenStyle()
Get pen style

Returns:
pen style

setPenStyle

public void setPenStyle(Integer penStyle)
Set pen style

Parameters:
penStyle - pen style

getPenColor

public Integer getPenColor()
Get pen color

Returns:
pen color

setPenColor

public void setPenColor(Integer penColor)
Set pen color

Parameters:
penColor - pen color


Copyright © 2014. All rights reserved.