Package org.n52.shetland.ogc.sensorML
Class SmlPerson
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractReferenceType
-
- org.n52.shetland.ogc.sensorML.SmlContact
-
- org.n52.shetland.ogc.sensorML.SmlPerson
-
- All Implemented Interfaces:
Comparable<AbstractReferenceType>
public class SmlPerson extends SmlContact
Implementation for sml:Person- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAffiliation()StringgetEmail()StringgetName()StringgetPhoneNumber()StringgetSurname()StringgetUserID()booleanisSetAffiliation()booleanisSetEmail()booleanisSetName()booleanisSetPhoneNumber()booleanisSetSurname()booleanisSetUserID()SmlContactsetAffiliation(String affiliation)SmlContactsetEmail(String email)SmlContactsetName(String name)SmlContactsetPhoneNumber(String phoneNumber)SmlContactsetSurname(String surname)SmlContactsetUserID(String userID)-
Methods inherited from class org.n52.shetland.ogc.sensorML.SmlContact
getRole, getRoleObject, setRole, setRole
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractReferenceType
compareTo, equals, getHref, getTitle, getTitleOrFromHref, hashCode, hasValues, isSetHref, isSetRole, isSetTitle, setHref, setTitle, toString
-
-
-
-
Method Detail
-
getAffiliation
public String getAffiliation()
-
getEmail
public String getEmail()
-
getName
public String getName()
-
getPhoneNumber
public String getPhoneNumber()
-
getSurname
public String getSurname()
-
getUserID
public String getUserID()
-
isSetAffiliation
public boolean isSetAffiliation()
-
isSetEmail
public boolean isSetEmail()
-
isSetName
public boolean isSetName()
-
isSetPhoneNumber
public boolean isSetPhoneNumber()
-
isSetSurname
public boolean isSetSurname()
-
isSetUserID
public boolean isSetUserID()
-
setAffiliation
public SmlContact setAffiliation(String affiliation)
-
setEmail
public SmlContact setEmail(String email)
-
setName
public SmlContact setName(String name)
-
setPhoneNumber
public SmlContact setPhoneNumber(String phoneNumber)
-
setSurname
public SmlContact setSurname(String surname)
-
setUserID
public SmlContact setUserID(String userID)
-
-