public class LocationType extends AbstractDocumentType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
address |
protected GeoLocationType |
geoLocation |
protected String |
name |
id| Constructor and Description |
|---|
LocationType() |
| 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) |
AddressType |
getAddress()
Obtiene el valor de la propiedad address.
|
GeoLocationType |
getGeoLocation()
Obtiene el valor de la propiedad geoLocation.
|
String |
getName()
Obtiene el valor de la propiedad name.
|
boolean |
isSetAddress() |
boolean |
isSetGeoLocation() |
boolean |
isSetName() |
void |
setAddress(AddressType value)
Define el valor de la propiedad address.
|
void |
setGeoLocation(GeoLocationType value)
Define el valor de la propiedad geoLocation.
|
void |
setName(String value)
Define el valor de la propiedad name.
|
String |
toString() |
LocationType |
withAddress(AddressType value) |
LocationType |
withGeoLocation(GeoLocationType value) |
LocationType |
withId(String value) |
LocationType |
withName(String value) |
getId, isSetId, setIdprotected String name
protected AddressType address
protected GeoLocationType geoLocation
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypepublic boolean isSetAddress()
public GeoLocationType getGeoLocation()
GeoLocationTypepublic void setGeoLocation(GeoLocationType value)
value - allowed object is
GeoLocationTypepublic boolean isSetGeoLocation()
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 LocationType withName(String value)
public LocationType withAddress(AddressType value)
public LocationType withGeoLocation(GeoLocationType value)
public LocationType withId(String value)
withId in class AbstractDocumentTypeCopyright © 2015. All Rights Reserved.