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
 Box getBox()
          Get box
 Long getCreatedOn()
          Get created on date
 String getCreatorGuid()
          Get creator guid
 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
 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 setBox(Box box)
          Set box
 void setCreatedOn(Long createdOn)
          Set created on date
 void setCreatorGuid(String creatorGuid)
          Set creator guid
 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 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 String getFieldText()
Get field text

Returns:
field text

setFieldText

public void setFieldText(String fieldText)
Set field text

Parameters:
fieldText - field text

getFontFamily

public String getFontFamily()
Get font family

Returns:
font family

setFontFamily

public void setFontFamily(String fontFamily)
Set font family

Parameters:
fontFamily - font family

getFontSize

public Float getFontSize()
Get font size

Returns:
font size

setFontSize

public void setFontSize(Float fontSize)
Set font size

Parameters:
fontSize - font size

getAccess

public Integer getAccess()
Get access

Returns:
access

setAccess

public void setAccess(Integer access)
Set access

Parameters:
access - access

getAnnotationPosition

public AnnotationPosition getAnnotationPosition()
Get annotation position

Returns:
annotation position

setAnnotationPosition

public void setAnnotationPosition(AnnotationPosition annotationPosition)
Set annotation position

Parameters:
annotationPosition - annotation position

getBox

public Box getBox()
Get box

Returns:
box

setBox

public void setBox(Box box)
Set box

Parameters:
box - box

getCreatedOn

public Long getCreatedOn()
Get created on date

Returns:
created on date

setCreatedOn

public void setCreatedOn(Long createdOn)
Set created on date

Parameters:
createdOn - created on date

getCreatorGuid

public String getCreatorGuid()
Get creator guid

Returns:
creator guid

setCreatorGuid

public void setCreatorGuid(String creatorGuid)
Set creator guid

Parameters:
creatorGuid - creator guid

getDocumentGuid

public String getDocumentGuid()
Get document guid

Returns:
document guid

setDocumentGuid

public void setDocumentGuid(String documentGuid)
Set document guid

Parameters:
documentGuid - document guid

getFontColor

public Integer getFontColor()
Get font color

Returns:
font color

setFontColor

public void setFontColor(Integer fontColor)
Set font color

Parameters:
fontColor - font color

getGuid

public String getGuid()
Get guid

Returns:
guid

setGuid

public void setGuid(String guid)
Set guid

Parameters:
guid - guid

getPageNumber

public Integer getPageNumber()
Get page number

Returns:
page number

setPageNumber

public void setPageNumber(Integer pageNumber)
Set page number

Parameters:
pageNumber - page number

getRange

public Object getRange()
Get range

Returns:
range

setRange

public void setRange(Object range)
Set range

Parameters:
range - range

getReplies

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

Returns:
list of replies

setReplies

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

Parameters:
replies - list of replies

getSessionGuid

public String getSessionGuid()
Get session guid

Returns:
session guid

setSessionGuid

public void setSessionGuid(String sessionGuid)
Set session guid

Parameters:
sessionGuid - session guid

getSvgPath

public String getSvgPath()
Get svg path

Returns:
svg path

setSvgPath

public void setSvgPath(String svgPath)
Set svg path

Parameters:
svgPath - svg path

getType

public Integer getType()
Get type

Returns:
type

setType

public void setType(Integer type)
Set type

Parameters:
type - type


Copyright © 2014. All rights reserved.