public class TAddress extends TExtensibilityElement
Java class for tAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAddress">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<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 |
|---|
TAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Gets the value of the location property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
isRequired, setRequiredprotected String location
Copyright © 2013 The Kuali Foundation. All Rights Reserved.