org.uddi.vscache_v3
Class GetAllValidValues

java.lang.Object
  extended by org.uddi.vscache_v3.GetAllValidValues
All Implemented Interfaces:
java.io.Serializable

public class GetAllValidValues
extends java.lang.Object
implements java.io.Serializable

Java class for get_allValidValues complex type.

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

 <complexType name="get_allValidValues">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:api_v3}authInfo" minOccurs="0"/>
         <element ref="{urn:uddi-org:api_v3}tModelKey"/>
         <element ref="{urn:uddi-org:vscache_v3}chunkToken" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String authInfo
           
protected  java.lang.String chunkToken
           
protected  java.lang.String tModelKey
           
 
Constructor Summary
GetAllValidValues()
           
 
Method Summary
 java.lang.String getAuthInfo()
          Gets the value of the authInfo property.
 java.lang.String getChunkToken()
          Gets the value of the chunkToken property.
 java.lang.String getTModelKey()
          Gets the value of the tModelKey property.
 void setAuthInfo(java.lang.String value)
          Sets the value of the authInfo property.
 void setChunkToken(java.lang.String value)
          Sets the value of the chunkToken property.
 void setTModelKey(java.lang.String value)
          Sets the value of the tModelKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authInfo

protected java.lang.String authInfo

tModelKey

protected java.lang.String tModelKey

chunkToken

protected java.lang.String chunkToken
Constructor Detail

GetAllValidValues

public GetAllValidValues()
Method Detail

getAuthInfo

public java.lang.String getAuthInfo()
Gets the value of the authInfo property.

Returns:
possible object is String

setAuthInfo

public void setAuthInfo(java.lang.String value)
Sets the value of the authInfo property.

Parameters:
value - allowed object is String

getTModelKey

public java.lang.String getTModelKey()
Gets the value of the tModelKey property.

Returns:
possible object is String

setTModelKey

public void setTModelKey(java.lang.String value)
Sets the value of the tModelKey property.

Parameters:
value - allowed object is String

getChunkToken

public java.lang.String getChunkToken()
Gets the value of the chunkToken property.

Returns:
possible object is String

setChunkToken

public void setChunkToken(java.lang.String value)
Sets the value of the chunkToken property.

Parameters:
value - allowed object is String


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