public static class Root.Agent extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
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">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mob" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="addr1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="addr2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="town" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="postcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addr1 |
protected String |
addr2 |
protected String |
country |
protected String |
email |
protected String |
fax |
protected Long |
id |
protected String |
mob |
protected String |
name |
protected String |
postcode |
protected String |
region |
protected String |
tel |
protected String |
town |
| Constructor and Description |
|---|
Root.Agent() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getAddr1()
Gets the value of the addr1 property.
|
String |
getAddr2()
Gets the value of the addr2 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.
|
Long |
getId()
Gets the value of the id property.
|
String |
getMob()
Gets the value of the mob property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPostcode()
Gets the value of the postcode property.
|
String |
getRegion()
Gets the value of the region property.
|
String |
getTel()
Gets the value of the tel property.
|
String |
getTown()
Gets the value of the town property.
|
void |
setAddr1(String value)
Sets the value of the addr1 property.
|
void |
setAddr2(String value)
Sets the value of the addr2 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 |
setId(Long value)
Sets the value of the id property.
|
void |
setMob(String value)
Sets the value of the mob property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPostcode(String value)
Sets the value of the postcode property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setTel(String value)
Sets the value of the tel property.
|
void |
setTown(String value)
Sets the value of the town property.
|
String |
toString() |
protected Long id
protected String name
protected String email
protected String tel
protected String fax
protected String mob
protected String addr1
protected String addr2
protected String town
protected String region
protected String postcode
protected String country
public void setId(Long value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic void setTel(String value)
value - allowed object is
Stringpublic void setFax(String value)
value - allowed object is
Stringpublic void setMob(String value)
value - allowed object is
Stringpublic String getAddr1()
Stringpublic void setAddr1(String value)
value - allowed object is
Stringpublic String getAddr2()
Stringpublic void setAddr2(String value)
value - allowed object is
Stringpublic String getTown()
Stringpublic void setTown(String value)
value - allowed object is
Stringpublic String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic String getPostcode()
Stringpublic void setPostcode(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.EqualsCopyright © 2015 OpenEstate. All rights reserved.