Package org.n52.shetland.inspire.base2
Class Contact
- java.lang.Object
-
- org.n52.shetland.inspire.base2.Contact
-
public class Contact extends Object
- Since:
-
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
-
-
-
Method Detail
-
getAddress
public Nillable<AddressRepresentation> getAddress()
- Returns:
- the address
-
setAddress
public Contact setAddress(AddressRepresentation address)
- Parameters:
address- the address to set
-
setAddress
public Contact setAddress(Nillable<AddressRepresentation> address)
-
getContactInstructions
public Nillable<PT_FreeText> getContactInstructions()
- Returns:
- the contactInstructions
-
setContactInstructions
public Contact setContactInstructions(PT_FreeText contactInstructions)
- Parameters:
contactInstructions- the contactInstructions to set
-
setContactInstructions
public Contact setContactInstructions(Nillable<PT_FreeText> contactInstructions)
- Parameters:
contactInstructions- the contactInstructions to set
-
getElectronicMailAddress
public Nillable<String> getElectronicMailAddress()
- Returns:
- the electronicMailAddress
-
setElectronicMailAddress
public Contact setElectronicMailAddress(String electronicMailAddress)
- Parameters:
electronicMailAddress- the electronicMailAddress to set
-
setElectronicMailAddress
public Contact setElectronicMailAddress(Nillable<String> electronicMailAddress)
- Parameters:
electronicMailAddress- the electronicMailAddress to set
-
getHoursOfService
public Nillable<PT_FreeText> getHoursOfService()
- Returns:
- the hoursOfService
-
setHoursOfService
public Contact setHoursOfService(Nillable<PT_FreeText> hoursOfService)
- Parameters:
hoursOfService- the hoursOfService to set
-
setHoursOfService
public Contact setHoursOfService(PT_FreeText hoursOfService)
- Parameters:
hoursOfService- the hoursOfService to set
-
getTelephoneFacsimile
public Nillable<List<Nillable<String>>> getTelephoneFacsimile()
- Returns:
- the telephoneFacsimile
-
setTelephoneFacsimile
public Contact setTelephoneFacsimile(List<Nillable<String>> telephoneFacsimile)
- Parameters:
telephoneFacsimile- the telephoneFacsimile to set
-
setTelephoneFacsimile
public Contact setTelephoneFacsimile(Nillable<List<Nillable<String>>> telephoneFacsimile)
- Parameters:
telephoneFacsimile- the telephoneFacsimile to set
-
addTelephoneFacsimile
public Contact addTelephoneFacsimile(String telephoneFacsimile)
- Parameters:
telephoneFacsimile- the telephoneFacsimile to add
-
getTelephoneVoice
public Nillable<List<Nillable<String>>> getTelephoneVoice()
- Returns:
- the telephoneVoice
-
setTelephoneVoice
public Contact setTelephoneVoice(List<Nillable<String>> telephoneVoice)
- Parameters:
telephoneVoice- the telephoneVoice to set
-
setTelephoneVoice
public Contact setTelephoneVoice(Nillable<List<Nillable<String>>> telephoneVoice)
- Parameters:
telephoneVoice- the telephoneVoice to set
-
addTelephoneVoice
public Contact addTelephoneVoice(String telephoneVoice)
- Parameters:
telephoneVoice- the telephoneVoice to add
-
setWebsite
public Contact setWebsite(Nillable<String> website)
- Parameters:
website- the website to set
-
-