public class Location 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"> <sequence> <element ref="{}description"/> <element ref="{}is-headquarters"/> <element ref="{}is-active"/> <element ref="{}address"/> <element ref="{}contact-info"/> <element ref="{}name"/> <element ref="{}postal-code"/> <element ref="{}country"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Address |
address |
protected ContactInfo |
contactInfo |
protected Country |
country |
protected String |
description |
protected boolean |
isActive |
protected boolean |
isHeadquarters |
protected String |
name |
protected String |
postalCode |
Constructor and Description |
---|
Location() |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Gets the value of the address property.
|
ContactInfo |
getContactInfo()
Gets the value of the contactInfo property.
|
Country |
getCountry()
Gets the value of the country property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
boolean |
isIsActive()
Gets the value of the isActive property.
|
boolean |
isIsHeadquarters()
Gets the value of the isHeadquarters property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setContactInfo(ContactInfo value)
Sets the value of the contactInfo property.
|
void |
setCountry(Country value)
Sets the value of the country property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIsActive(boolean value)
Sets the value of the isActive property.
|
void |
setIsHeadquarters(boolean value)
Sets the value of the isHeadquarters property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
protected String description
protected boolean isHeadquarters
protected boolean isActive
protected Address address
protected ContactInfo contactInfo
protected String name
protected String postalCode
protected Country country
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isIsHeadquarters()
public void setIsHeadquarters(boolean value)
public boolean isIsActive()
public void setIsActive(boolean value)
public Address getAddress()
Address
public void setAddress(Address value)
value
- allowed object is
Address
public ContactInfo getContactInfo()
ContactInfo
public void setContactInfo(ContactInfo value)
value
- allowed object is
ContactInfo
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPostalCode()
String
public void setPostalCode(String value)
value
- allowed object is
String
public Country getCountry()
Country
Apache Camel