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
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public void setTel(String value)
value
- allowed object is
String
public void setFax(String value)
value
- allowed object is
String
public void setMob(String value)
value
- allowed object is
String
public String getAddr1()
String
public void setAddr1(String value)
value
- allowed object is
String
public String getAddr2()
String
public void setAddr2(String value)
value
- allowed object is
String
public String getTown()
String
public void setTown(String value)
value
- allowed object is
String
public String getRegion()
String
public void setRegion(String value)
value
- allowed object is
String
public String getPostcode()
String
public void setPostcode(String value)
value
- allowed object is
String
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public 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.ToString
public 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.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.Equals
Copyright © 2015 OpenEstate. All rights reserved.