Uses of Class
org.n52.shetland.ogc.sensorML.SmlContact
-
Packages that use SmlContact Package Description org.n52.shetland.ogc.sensorML -
-
Uses of SmlContact in org.n52.shetland.ogc.sensorML
Subclasses of SmlContact in org.n52.shetland.ogc.sensorML Modifier and Type Class Description classSmlContactListImplementation for sml:ContactListclassSmlPersonImplementation for sml:PersonclassSmlReferencedContactclassSmlResponsiblePartyImplementation for sml:ResponsiblePartyMethods in org.n52.shetland.ogc.sensorML that return SmlContact Modifier and Type Method Description SmlContactAbstractSensorML. getContact(String contactRole)GetSmlContactfor a specific roleSmlContactSmlPerson. setAffiliation(String affiliation)SmlContactSmlPerson. setEmail(String email)SmlContactSmlPerson. setName(String name)SmlContactSmlPerson. setPhoneNumber(String phoneNumber)SmlContactSmlPerson. setSurname(String surname)SmlContactSmlPerson. setUserID(String userID)Methods in org.n52.shetland.ogc.sensorML that return types with arguments of type SmlContact Modifier and Type Method Description List<SmlContact>AbstractSensorML. getContact()List<SmlContact>SmlContactList. getMembers()Methods in org.n52.shetland.ogc.sensorML with parameters of type SmlContact Modifier and Type Method Description AbstractSensorMLAbstractSensorML. addContact(SmlContact contact)voidSmlContactList. addMember(SmlContact member)Method parameters in org.n52.shetland.ogc.sensorML with type arguments of type SmlContact Modifier and Type Method Description AbstractSensorMLAbstractSensorML. setContact(List<SmlContact> contacts)voidSmlContactList. setMembers(List<SmlContact> members)
-