public class ContactInfo 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="{}phone1" minOccurs="0"/> <element ref="{}phone2" minOccurs="0"/> <element ref="{}fax" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
fax |
protected String |
phone1 |
protected String |
phone2 |
Constructor and Description |
---|
ContactInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getFax()
Gets the value of the fax property.
|
String |
getPhone1()
Gets the value of the phone1 property.
|
String |
getPhone2()
Gets the value of the phone2 property.
|
void |
setFax(String value)
Sets the value of the fax property.
|
void |
setPhone1(String value)
Sets the value of the phone1 property.
|
void |
setPhone2(String value)
Sets the value of the phone2 property.
|
public String getPhone1()
String
public void setPhone1(String value)
value
- allowed object is
String
public String getPhone2()
String
public void setPhone2(String value)
value
- allowed object is
String
public String getFax()
String
Apache Camel