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, setRequired
isRequired, isSetRequired, setRequired, unsetRequired
protected String location
public String getLocation()
String
public void setLocation(String value)
value
- allowed object is
String
public boolean isSetLocation()
Copyright © 2018 JBoss by Red Hat. All rights reserved.