public class FreeTextAnnotations extends LinkElement
| Constructor and Description |
|---|
FreeTextAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
FreeTextAnnotations |
addListItem(FreeTextAnnotation listItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<FreeTextAnnotation> |
getList()
List of free text annotations.
|
int |
hashCode() |
FreeTextAnnotations |
list(java.util.List<FreeTextAnnotation> list) |
void |
setList(java.util.List<FreeTextAnnotation> list) |
java.lang.String |
toString() |
addLinksItem, getLinks, links, setLinkspublic FreeTextAnnotations list(java.util.List<FreeTextAnnotation> list)
public FreeTextAnnotations addListItem(FreeTextAnnotation listItem)
public java.util.List<FreeTextAnnotation> getList()
public void setList(java.util.List<FreeTextAnnotation> list)
public boolean equals(java.lang.Object o)
equals in class LinkElementpublic int hashCode()
hashCode in class LinkElementpublic java.lang.String toString()
toString in class LinkElement