public class ContactType extends Object
Java class for ContactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Phone" type="{http://www.opengis.net/ows}TelephoneType" minOccurs="0"/>
<element name="Address" type="{http://www.opengis.net/ows}AddressType" minOccurs="0"/>
<element name="OnlineResource" type="{http://www.opengis.net/ows}OnlineResourceType" minOccurs="0"/>
<element name="HoursOfService" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContactInstructions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
address |
protected String |
contactInstructions |
protected String |
hoursOfService |
protected OnlineResourceType |
onlineResource |
protected TelephoneType |
phone |
| Constructor and Description |
|---|
ContactType()
Default no-arg constructor
|
ContactType(TelephoneType phone,
AddressType address,
OnlineResourceType onlineResource,
String hoursOfService,
String contactInstructions)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddress()
Gets the value of the address property.
|
String |
getContactInstructions()
Gets the value of the contactInstructions property.
|
String |
getHoursOfService()
Gets the value of the hoursOfService property.
|
OnlineResourceType |
getOnlineResource()
Gets the value of the onlineResource property.
|
TelephoneType |
getPhone()
Gets the value of the phone property.
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setContactInstructions(String value)
Sets the value of the contactInstructions property.
|
void |
setHoursOfService(String value)
Sets the value of the hoursOfService property.
|
void |
setOnlineResource(OnlineResourceType value)
Sets the value of the onlineResource property.
|
void |
setPhone(TelephoneType value)
Sets the value of the phone property.
|
protected TelephoneType phone
protected AddressType address
protected OnlineResourceType onlineResource
protected String hoursOfService
protected String contactInstructions
public ContactType()
public ContactType(TelephoneType phone, AddressType address, OnlineResourceType onlineResource, String hoursOfService, String contactInstructions)
public TelephoneType getPhone()
TelephoneTypepublic void setPhone(TelephoneType value)
value - allowed object is
TelephoneTypepublic AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypepublic OnlineResourceType getOnlineResource()
OnlineResourceTypepublic void setOnlineResource(OnlineResourceType value)
value - allowed object is
OnlineResourceTypepublic String getHoursOfService()
Stringpublic void setHoursOfService(String value)
value - allowed object is
Stringpublic String getContactInstructions()
StringCopyright © 2022 B3Partners B.V.. All rights reserved.