public class HostingRedirector extends Object
Java class for hostingRedirector complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="hostingRedirector">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="bindingKey" use="required" type="{urn:uddi-org:api_v2}bindingKey" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
bindingKey  | 
| Constructor and Description | 
|---|
HostingRedirector()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBindingKey()
Gets the value of the bindingKey property. 
 | 
void | 
setBindingKey(String value)
Sets the value of the bindingKey property. 
 | 
protected String bindingKey
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.