Package org.n52.shetland.iso.gmd
Class CiContact
- java.lang.Object
-
- org.n52.shetland.iso.gmd.AbtractGmd
-
- org.n52.shetland.iso.gmd.AbstractObject
-
- org.n52.shetland.iso.gmd.CiContact
-
- All Implemented Interfaces:
HasDefaultEncoding<AbtractGmd>
public class CiContact extends AbstractObject
Internal representation of the ISO GMD Contact.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description CiContact()
-
Method Summary
-
Methods inherited from class org.n52.shetland.iso.gmd.AbstractObject
getId, getUuid, isSetId, isSetUuid, setId, setId, setUuid
-
Methods inherited from class org.n52.shetland.iso.gmd.AbtractGmd
getDefaultElementEncoding, isSetDefaultElementEncoding, setDefaultElementEncoding
-
-
-
-
Method Detail
-
getPhone
public Referenceable<CiTelephone> getPhone()
- Returns:
- the phone
-
setPhone
public void setPhone(Referenceable<CiTelephone> phone)
- Parameters:
phone- the phone to set
-
isSetPhone
public boolean isSetPhone()
-
isSetPhoneVoice
public boolean isSetPhoneVoice()
-
isSetPhoneFax
public boolean isSetPhoneFax()
-
getAddress
public Referenceable<CiAddress> getAddress()
- Returns:
- the address
-
setAddress
public void setAddress(Referenceable<CiAddress> address)
- Parameters:
address- the address to set
-
isSetAddress
public boolean isSetAddress()
-
isSetDeliveryPoint
public boolean isSetDeliveryPoint()
-
isSetCity
public boolean isSetCity()
-
getCity
public String getCity()
-
isSetAdministrativeArea
public boolean isSetAdministrativeArea()
-
getAdministrativeArea
public String getAdministrativeArea()
-
isSetPostalCode
public boolean isSetPostalCode()
-
getPostalCode
public String getPostalCode()
-
isSetCountry
public boolean isSetCountry()
-
getCountry
public String getCountry()
-
isSetEmail
public boolean isSetEmail()
-
getEmail
public String getEmail()
-
isSetOnlineResource
public boolean isSetOnlineResource()
-
getOnlineResourceReferenceable
public Referenceable<CiOnlineResource> getOnlineResourceReferenceable()
-
getOnlineResource
public String getOnlineResource()
-
setOnlineResource
public CiContact setOnlineResource(Referenceable<CiOnlineResource> onlineResource)
-
isSetHoursOfService
public boolean isSetHoursOfService()
-
getHoursOfService
public String getHoursOfService()
-
isSetContactInstructions
public boolean isSetContactInstructions()
-
getContactInstructions
public String getContactInstructions()
-
setContactInstructions
public CiContact setContactInstructions(Nillable<String> contactInstructions)
-
isSetContactInfo
public boolean isSetContactInfo()
-
-