Package org.n52.shetland.ogc.ows
Class OwsResponsibleParty
- java.lang.Object
-
- org.n52.shetland.ogc.ows.OwsResponsibleParty
-
public class OwsResponsibleParty extends Object
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description OwsResponsibleParty(String individualName, String organisationName, String positionName, OwsContact contactInfo, OwsCode role)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Optional<OwsContact>getContactInfo()Optional<String>getIndividualName()Optional<String>getOrganisationName()Optional<String>getPositionName()Optional<OwsCode>getRole()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
OwsResponsibleParty
public OwsResponsibleParty(String individualName, String organisationName, String positionName, OwsContact contactInfo, OwsCode role)
-
-
Method Detail
-
getContactInfo
public Optional<OwsContact> getContactInfo()
-
-