org.apache.ws.scout.model.uddi.v2
Class HostingRedirector

java.lang.Object
  extended by org.apache.ws.scout.model.uddi.v2.HostingRedirector

public class HostingRedirector
extends java.lang.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>
 


Field Summary
protected  java.lang.String bindingKey
           
 
Constructor Summary
HostingRedirector()
           
 
Method Summary
 java.lang.String getBindingKey()
          Gets the value of the bindingKey property.
 void setBindingKey(java.lang.String value)
          Sets the value of the bindingKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bindingKey

protected java.lang.String bindingKey
Constructor Detail

HostingRedirector

public HostingRedirector()
Method Detail

getBindingKey

public java.lang.String getBindingKey()
Gets the value of the bindingKey property.

Returns:
possible object is String

setBindingKey

public void setBindingKey(java.lang.String value)
Sets the value of the bindingKey property.

Parameters:
value - allowed object is String


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.