Class AddressType
- java.lang.Object
-
- org.apache.cxf.binding.corba.wsdl.AddressType
-
public class AddressType extends Object
CXF CORBA Address TypeJava 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 Summary
Constructors Constructor Description AddressType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()Gets the value of the location property.booleanisSetLocation()voidsetLocation(String value)Sets the value of the location property.
-
-
-
Field Detail
-
location
protected String location
-
-
Method Detail
-
getLocation
public String getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
public void setLocation(String value)
Sets the value of the location property.- Parameters:
value- allowed object isString
-
isSetLocation
public boolean isSetLocation()
-
-