org.uddi.api_v3
Class DiscoveryURL

java.lang.Object
  extended by org.uddi.api_v3.DiscoveryURL
All Implemented Interfaces:
Serializable

public class DiscoveryURL
extends Object
implements Serializable

Java class for discoveryURL complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="discoveryURL">
   <simpleContent>
     <extension base="<urn:uddi-org:api_v3>validationTypeAnyURI4096">
       <attribute name="useType" type="{urn:uddi-org:api_v3}useType" default="" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String useType
           
protected  String value
           
 
Constructor Summary
DiscoveryURL()
           
 
Method Summary
 String getUseType()
          Gets the value of the useType property.
 String getValue()
          Gets the value of the value property.
 void setUseType(String value)
          Sets the value of the useType property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

useType

protected String useType
Constructor Detail

DiscoveryURL

public DiscoveryURL()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getUseType

public String getUseType()
Gets the value of the useType property.

Returns:
possible object is String

setUseType

public void setUseType(String value)
Sets the value of the useType property.

Parameters:
value - allowed object is String


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