public class Author
extends java.lang.Object
implements java.lang.Cloneable
KML 2.2 supports new elements for including data about the author and related website in your KML file. This information is displayed in geo search results, both in Earth browsers such as Google Earth, and in other applications such as Google Maps. The ascription elements used in KML are as follows:
The
These elements are defined in the Atom Syndication Format. The complete specification is found at http://atompub.org. (see the sample that follows).
These elements are defined in the Atom Syndication Format. The complete specification is found at http://atompub.org. (see the sample that follows).
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
nameOrUriOrEmail |
| Constructor and Description |
|---|
Author() |
| Modifier and Type | Method and Description |
|---|---|
Author |
addToNameOrUriOrEmail(java.lang.String nameOrUriOrEmail)
add a value to the nameOrUriOrEmail property collection
|
Author |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getNameOrUriOrEmail() |
int |
hashCode() |
void |
setNameOrUriOrEmail(java.util.List<java.lang.String> nameOrUriOrEmail) |
Author |
withNameOrUriOrEmail(java.util.List<java.lang.String> nameOrUriOrEmail)
fluent setter
|
public java.util.List<java.lang.String> getNameOrUriOrEmail()
nameOrUriOrEmailpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void setNameOrUriOrEmail(java.util.List<java.lang.String> nameOrUriOrEmail)
nameOrUriOrEmail - nameOrUriOrEmailpublic Author addToNameOrUriOrEmail(java.lang.String nameOrUriOrEmail)
nameOrUriOrEmail - Objects of the following type are allowed in the list: <StringJAXBElement<StringJAXBElement<Stringpublic Author withNameOrUriOrEmail(java.util.List<java.lang.String> nameOrUriOrEmail)
nameOrUriOrEmail - required parameter#setNameOrUriOrEmail(List) public Author clone()
clone in class java.lang.ObjectCopyright © 2014 Micromata GmbH. All Rights Reserved.