public class Contact extends 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 String |
address |
protected String |
administrativeArea |
protected String |
city |
protected String |
contactInstructions |
protected String |
country |
protected String |
email |
protected String |
fax |
protected String |
hoursOfService |
protected String |
individualName |
protected String |
name |
protected String |
onlineResource |
protected String |
phone |
protected String |
position |
protected String |
postcode |
protected String |
site |
Constructor and Description |
---|
Contact() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getAdministrativeArea()
Gets the value of the administrativeArea property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getContactInstructions()
Gets the value of the contactInstructions property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFax()
Gets the value of the fax property.
|
String |
getHoursOfService()
Gets the value of the hoursOfService property.
|
String |
getIndividualName()
Gets the value of the individualName property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOnlineResource()
Gets the value of the onlineResource property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getPosition()
Gets the value of the position property.
|
String |
getPostcode()
Gets the value of the postcode property.
|
String |
getSite()
Gets the value of the site property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAdministrativeArea(String value)
Sets the value of the administrativeArea property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setContactInstructions(String value)
Sets the value of the contactInstructions property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFax(String value)
Sets the value of the fax property.
|
void |
setHoursOfService(String value)
Sets the value of the hoursOfService property.
|
void |
setIndividualName(String value)
Sets the value of the individualName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOnlineResource(String value)
Sets the value of the onlineResource property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
void |
setPostcode(String value)
Sets the value of the postcode property.
|
void |
setSite(String value)
Sets the value of the site property.
|
protected String name
protected String site
protected String email
protected String individualName
protected String position
protected String phone
protected String fax
protected String onlineResource
protected String address
protected String postcode
protected String city
protected String administrativeArea
protected String country
protected String hoursOfService
protected String contactInstructions
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getSite()
String
public void setSite(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getIndividualName()
String
public void setIndividualName(String value)
value
- allowed object is
String
public String getPosition()
String
public void setPosition(String value)
value
- allowed object is
String
public String getPhone()
String
public void setPhone(String value)
value
- allowed object is
String
public void setFax(String value)
value
- allowed object is
String
public String getOnlineResource()
String
public void setOnlineResource(String value)
value
- allowed object is
String
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public String getPostcode()
String
public void setPostcode(String value)
value
- allowed object is
String
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public String getAdministrativeArea()
String
public void setAdministrativeArea(String value)
value
- allowed object is
String
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public String getHoursOfService()
String
public void setHoursOfService(String value)
value
- allowed object is
String
public String getContactInstructions()
String