public class SmlPerson extends SmlContact
| Constructor and Description |
|---|
SmlPerson() |
SmlPerson(String surname,
String name,
String userID,
String affiliation,
String phoneNumber,
String email) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffiliation() |
String |
getEmail() |
String |
getName() |
String |
getPhoneNumber() |
String |
getSurname() |
String |
getUserID() |
boolean |
isSetAffiliation() |
boolean |
isSetEmail() |
boolean |
isSetName() |
boolean |
isSetPhoneNumber() |
boolean |
isSetSurname() |
boolean |
isSetUserID() |
SmlContact |
setAffiliation(String affiliation) |
SmlContact |
setEmail(String email) |
SmlContact |
setName(String name) |
SmlContact |
setPhoneNumber(String phoneNumber) |
SmlContact |
setSurname(String surname) |
SmlContact |
setUserID(String userID) |
getRole, getRoleObject, setRole, setRolecompareTo, equals, getHref, getTitle, getTitleOrFromHref, hashCode, hasValues, isSetHref, isSetRole, isSetTitle, setHref, setTitle, toStringpublic String getAffiliation()
public String getEmail()
public String getName()
public String getPhoneNumber()
public String getSurname()
public String getUserID()
public boolean isSetAffiliation()
public boolean isSetEmail()
public boolean isSetName()
public boolean isSetPhoneNumber()
public boolean isSetSurname()
public boolean isSetUserID()
public SmlContact setAffiliation(String affiliation)
public SmlContact setEmail(String email)
public SmlContact setName(String name)
public SmlContact setPhoneNumber(String phoneNumber)
public SmlContact setSurname(String surname)
public SmlContact setUserID(String userID)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.