public class AddressType extends Object
Java class for addressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AddressType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Gets the value of the location property.
|
boolean |
isSetLocation() |
void |
setLocation(String value)
Sets the value of the location property.
|
protected String location
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic boolean isSetLocation()
Apache CXF