public class AddressType extends AbstractDocumentType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressee |
protected String |
building |
protected String |
company |
protected String |
locality |
protected String |
number |
protected String |
postCode |
protected String |
street |
protected String |
town |
id| Constructor and Description |
|---|
AddressType() |
| 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) |
String |
getAddressee()
Obtiene el valor de la propiedad addressee.
|
String |
getBuilding()
Obtiene el valor de la propiedad building.
|
String |
getCompany()
Obtiene el valor de la propiedad company.
|
String |
getLocality()
Obtiene el valor de la propiedad locality.
|
String |
getNumber()
Obtiene el valor de la propiedad number.
|
String |
getPostCode()
Obtiene el valor de la propiedad postCode.
|
String |
getStreet()
Obtiene el valor de la propiedad street.
|
String |
getTown()
Obtiene el valor de la propiedad town.
|
boolean |
isSetAddressee() |
boolean |
isSetBuilding() |
boolean |
isSetCompany() |
boolean |
isSetLocality() |
boolean |
isSetNumber() |
boolean |
isSetPostCode() |
boolean |
isSetStreet() |
boolean |
isSetTown() |
void |
setAddressee(String value)
Define el valor de la propiedad addressee.
|
void |
setBuilding(String value)
Define el valor de la propiedad building.
|
void |
setCompany(String value)
Define el valor de la propiedad company.
|
void |
setLocality(String value)
Define el valor de la propiedad locality.
|
void |
setNumber(String value)
Define el valor de la propiedad number.
|
void |
setPostCode(String value)
Define el valor de la propiedad postCode.
|
void |
setStreet(String value)
Define el valor de la propiedad street.
|
void |
setTown(String value)
Define el valor de la propiedad town.
|
String |
toString() |
AddressType |
withAddressee(String value) |
AddressType |
withBuilding(String value) |
AddressType |
withCompany(String value) |
AddressType |
withId(String value) |
AddressType |
withLocality(String value) |
AddressType |
withNumber(String value) |
AddressType |
withPostCode(String value) |
AddressType |
withStreet(String value) |
AddressType |
withTown(String value) |
getId, isSetId, setIdprotected String addressee
protected String company
protected String building
protected String street
protected String number
protected String locality
protected String town
protected String postCode
public String getAddressee()
Stringpublic void setAddressee(String value)
value - allowed object is
Stringpublic boolean isSetAddressee()
public String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic boolean isSetCompany()
public String getBuilding()
Stringpublic void setBuilding(String value)
value - allowed object is
Stringpublic boolean isSetBuilding()
public String getStreet()
Stringpublic void setStreet(String value)
value - allowed object is
Stringpublic boolean isSetStreet()
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic boolean isSetNumber()
public String getLocality()
Stringpublic void setLocality(String value)
value - allowed object is
Stringpublic boolean isSetLocality()
public String getTown()
Stringpublic void setTown(String value)
value - allowed object is
Stringpublic boolean isSetTown()
public String getPostCode()
Stringpublic void setPostCode(String value)
value - allowed object is
Stringpublic boolean isSetPostCode()
public String toString()
toString in class AbstractDocumentTypepublic 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.ToStringappend in class AbstractDocumentTypepublic 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.ToStringappendFields in class AbstractDocumentTypepublic AddressType withAddressee(String value)
public AddressType withCompany(String value)
public AddressType withBuilding(String value)
public AddressType withStreet(String value)
public AddressType withNumber(String value)
public AddressType withLocality(String value)
public AddressType withTown(String value)
public AddressType withPostCode(String value)
public AddressType withId(String value)
withId in class AbstractDocumentTypeCopyright © 2015. All Rights Reserved.