| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
Person |
clone()
Clone this instance.
|
GeoPriv |
getGeoPriv()
Get the nested
GeoPriv, if any. |
java.lang.String |
getId() |
LangContent |
getNote() |
java.util.Date |
getTimestamp() |
void |
setGeoPriv(GeoPriv geoPriv) |
void |
setId(java.lang.String id) |
void |
setNote(LangContent note) |
void |
setTimestamp(java.util.Date timestamp) |
void |
visit(ComponentSwitch componentSwitch)
Apply visitor pattern.
|
public Person()
public java.lang.String getId()
public void setId(java.lang.String id)
public GeoPriv getGeoPriv()
ComponentGeoPriv, if any.getGeoPriv in interface Componentpublic void setGeoPriv(GeoPriv geoPriv)
public LangContent getNote()
public void setNote(LangContent note)
public java.util.Date getTimestamp()
public void setTimestamp(java.util.Date timestamp)
public void visit(ComponentSwitch componentSwitch)
Component