public class AddressType extends TExtensibilityElementImpl
Java class for addressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressType">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<sequence>
</sequence>
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
location |
required| 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.
|
getElementType, getRequired, setElementType, setRequiredisRequired, isSetRequired, setRequired, unsetRequiredprotected String location
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic boolean isSetLocation()
Apache CXF