org.uddi.api_v3
Class AccessPoint

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

public class AccessPoint
extends Object
implements Serializable

Java class for accessPoint complex type.

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

 <complexType name="accessPoint">
   <simpleContent>
     <extension base="<urn:uddi-org:api_v3>validationTypeString4096">
       <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
AccessPoint()
           
 
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

AccessPoint

public AccessPoint()
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.