public class CIContactImpl extends AbstractObjectImpl implements CIContact
| Constructor and Description |
|---|
CIContactImpl() |
| Modifier and Type | Method and Description |
|---|---|
CIAddress |
getAddress()
Gets the address property
|
net.opengis.OgcProperty<CIAddress> |
getAddressProperty()
Gets extra info (name, xlink, etc.) carried by the address property
|
String |
getContactInstructions()
Gets the contactInstructions property
|
String |
getHoursOfService()
Gets the hoursOfService property
|
CIOnlineResource |
getOnlineResource()
Gets the onlineResource property
|
net.opengis.OgcProperty<CIOnlineResource> |
getOnlineResourceProperty()
Gets extra info (name, xlink, etc.) carried by the onlineResource property
|
CITelephone |
getPhone()
Gets the phone property
|
net.opengis.OgcProperty<CITelephone> |
getPhoneProperty()
Gets extra info (name, xlink, etc.) carried by the phone property
|
boolean |
isSetAddress()
Checks if address is set
|
boolean |
isSetContactInstructions()
Checks if contactInstructions is set
|
boolean |
isSetHoursOfService()
Checks if hoursOfService is set
|
boolean |
isSetOnlineResource()
Checks if onlineResource is set
|
boolean |
isSetPhone()
Checks if phone is set
|
void |
setAddress(CIAddress address)
Sets the address property
|
void |
setContactInstructions(String contactInstructions)
Sets the contactInstructions property
|
void |
setHoursOfService(String hoursOfService)
Sets the hoursOfService property
|
void |
setOnlineResource(CIOnlineResource onlineResource)
Sets the onlineResource property
|
void |
setPhone(CITelephone phone)
Sets the phone property
|
getId, getUuid, isSetId, isSetUuid, setId, setUuidpublic CITelephone getPhone()
public net.opengis.OgcProperty<CITelephone> getPhoneProperty()
getPhoneProperty in interface CIContactpublic boolean isSetPhone()
isSetPhone in interface CIContactpublic void setPhone(CITelephone phone)
public CIAddress getAddress()
getAddress in interface CIContactpublic net.opengis.OgcProperty<CIAddress> getAddressProperty()
getAddressProperty in interface CIContactpublic boolean isSetAddress()
isSetAddress in interface CIContactpublic void setAddress(CIAddress address)
setAddress in interface CIContactpublic CIOnlineResource getOnlineResource()
getOnlineResource in interface CIContactpublic net.opengis.OgcProperty<CIOnlineResource> getOnlineResourceProperty()
getOnlineResourceProperty in interface CIContactpublic boolean isSetOnlineResource()
isSetOnlineResource in interface CIContactpublic void setOnlineResource(CIOnlineResource onlineResource)
setOnlineResource in interface CIContactpublic String getHoursOfService()
getHoursOfService in interface CIContactpublic boolean isSetHoursOfService()
isSetHoursOfService in interface CIContactpublic void setHoursOfService(String hoursOfService)
setHoursOfService in interface CIContactpublic String getContactInstructions()
getContactInstructions in interface CIContactpublic boolean isSetContactInstructions()
isSetContactInstructions in interface CIContactpublic void setContactInstructions(String contactInstructions)
setContactInstructions in interface CIContactCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.