public class Contact
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="site" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="email" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="individual_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="position" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="phone" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fax" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="online_resource" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="address" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="postcode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="city" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="administrative_area" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="country" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hours_of_service" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contact_instructions" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
address |
protected java.lang.String |
administrativeArea |
protected java.lang.String |
city |
protected java.lang.String |
contactInstructions |
protected java.lang.String |
country |
protected java.lang.String |
email |
protected java.lang.String |
fax |
protected java.lang.String |
hoursOfService |
protected java.lang.String |
individualName |
protected java.lang.String |
name |
protected java.lang.String |
onlineResource |
protected java.lang.String |
phone |
protected java.lang.String |
position |
protected java.lang.String |
postcode |
protected java.lang.String |
site |
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getAdministrativeArea()
Gets the value of the administrativeArea property.
|
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.String |
getContactInstructions()
Gets the value of the contactInstructions property.
|
java.lang.String |
getCountry()
Gets the value of the country property.
|
java.lang.String |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getFax()
Gets the value of the fax property.
|
java.lang.String |
getHoursOfService()
Gets the value of the hoursOfService property.
|
java.lang.String |
getIndividualName()
Gets the value of the individualName property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOnlineResource()
Gets the value of the onlineResource property.
|
java.lang.String |
getPhone()
Gets the value of the phone property.
|
java.lang.String |
getPosition()
Gets the value of the position property.
|
java.lang.String |
getPostcode()
Gets the value of the postcode property.
|
java.lang.String |
getSite()
Gets the value of the site property.
|
void |
setAddress(java.lang.String value)
Sets the value of the address property.
|
void |
setAdministrativeArea(java.lang.String value)
Sets the value of the administrativeArea property.
|
void |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setContactInstructions(java.lang.String value)
Sets the value of the contactInstructions property.
|
void |
setCountry(java.lang.String value)
Sets the value of the country property.
|
void |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setFax(java.lang.String value)
Sets the value of the fax property.
|
void |
setHoursOfService(java.lang.String value)
Sets the value of the hoursOfService property.
|
void |
setIndividualName(java.lang.String value)
Sets the value of the individualName property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOnlineResource(java.lang.String value)
Sets the value of the onlineResource property.
|
void |
setPhone(java.lang.String value)
Sets the value of the phone property.
|
void |
setPosition(java.lang.String value)
Sets the value of the position property.
|
void |
setPostcode(java.lang.String value)
Sets the value of the postcode property.
|
void |
setSite(java.lang.String value)
Sets the value of the site property.
|
protected java.lang.String address
protected java.lang.String administrativeArea
protected java.lang.String city
protected java.lang.String contactInstructions
protected java.lang.String country
protected java.lang.String email
protected java.lang.String fax
protected java.lang.String hoursOfService
protected java.lang.String individualName
protected java.lang.String name
protected java.lang.String onlineResource
protected java.lang.String phone
protected java.lang.String position
protected java.lang.String postcode
protected java.lang.String site
public java.lang.String getAddress()
Stringpublic java.lang.String getAdministrativeArea()
Stringpublic java.lang.String getCity()
Stringpublic java.lang.String getContactInstructions()
Stringpublic java.lang.String getCountry()
Stringpublic java.lang.String getEmail()
Stringpublic java.lang.String getFax()
Stringpublic java.lang.String getHoursOfService()
Stringpublic java.lang.String getIndividualName()
Stringpublic java.lang.String getName()
Stringpublic java.lang.String getOnlineResource()
Stringpublic java.lang.String getPhone()
Stringpublic java.lang.String getPosition()
Stringpublic java.lang.String getPostcode()
Stringpublic java.lang.String getSite()
Stringpublic void setAddress(java.lang.String value)
value - allowed object is
Stringpublic void setAdministrativeArea(java.lang.String value)
value - allowed object is
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic void setContactInstructions(java.lang.String value)
value - allowed object is
Stringpublic void setCountry(java.lang.String value)
value - allowed object is
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
Stringpublic void setFax(java.lang.String value)
value - allowed object is
Stringpublic void setHoursOfService(java.lang.String value)
value - allowed object is
Stringpublic void setIndividualName(java.lang.String value)
value - allowed object is
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic void setOnlineResource(java.lang.String value)
value - allowed object is
Stringpublic void setPhone(java.lang.String value)
value - allowed object is
Stringpublic void setPosition(java.lang.String value)
value - allowed object is
Stringpublic void setPostcode(java.lang.String value)
value - allowed object is
Stringpublic void setSite(java.lang.String value)
value - allowed object is
StringCopyright © 2015 gvSIG Association. All Rights Reserved.